Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dieee802_11.c7380 int tbtt_count, total_tbtt_count = 0; in hostapd_eid_rnr_iface_len() local
7387 tbtt_count = 0; in hostapd_eid_rnr_iface_len()
7392 tbtt_count >= RNR_TBTT_INFO_COUNT_MAX) { in hostapd_eid_rnr_iface_len()
7395 tbtt_count = 0; in hostapd_eid_rnr_iface_len()
7422 tbtt_count >= RNR_TBTT_INFO_COUNT_MAX) in hostapd_eid_rnr_iface_len()
7427 tbtt_count++; in hostapd_eid_rnr_iface_len()
7432 total_tbtt_count += tbtt_count; in hostapd_eid_rnr_iface_len()
7442 if (!tbtt_count) { in hostapd_eid_rnr_iface_len()
7452 if (!tbtt_count && total_tbtt_count) { in hostapd_eid_rnr_iface_len()
7663 size_t i, u8 *tbtt_count, size_t *len, in hostapd_eid_rnr_bss() argument
[all …]