Home
last modified time | relevance | path

Searched refs:tbtt_count (Results 1 - 1 of 1) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c7139 int tbtt_count = 0; in hostapd_eid_rnr_iface_len() local
7163 tbtt_count >= RNR_TBTT_INFO_COUNT_MAX) in hostapd_eid_rnr_iface_len()
7168 tbtt_count++; in hostapd_eid_rnr_iface_len()
7173 if (!tbtt_count) in hostapd_eid_rnr_iface_len()
7346 u8 tbtt_count = 0, op_class, channel, bss_param; in hostapd_eid_rnr_iface() local
7365 tbtt_count = 0; in hostapd_eid_rnr_iface()
7385 tbtt_count >= RNR_TBTT_INFO_COUNT_MAX) in hostapd_eid_rnr_iface()
7407 tbtt_count += 1; in hostapd_eid_rnr_iface()
7411 *tbtt_count_pos = RNR_TBTT_INFO_COUNT(tbtt_count - 1); in hostapd_eid_rnr_iface()
7415 if (tbtt_count in hostapd_eid_rnr_iface()
[all...]

Completed in 9 milliseconds