Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_beacon.c78 dev->tbtt_count = 0; in mt76x02_mac_set_beacon_enable()
111 dev->tbtt_count++; in mt76x02_resync_beacon_timer()
117 if (dev->tbtt_count < 63) in mt76x02_resync_beacon_timer()
125 if (dev->tbtt_count == 63) in mt76x02_resync_beacon_timer()
131 if (dev->tbtt_count >= 64) in mt76x02_resync_beacon_timer()
132 dev->tbtt_count = 0; in mt76x02_resync_beacon_timer()
H A Dmt76x02.h115 u8 tbtt_count; member
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c7110 int tbtt_count = 0; in hostapd_eid_rnr_iface_len() local
7134 tbtt_count >= RNR_TBTT_INFO_COUNT_MAX) in hostapd_eid_rnr_iface_len()
7139 tbtt_count++; in hostapd_eid_rnr_iface_len()
7144 if (!tbtt_count) in hostapd_eid_rnr_iface_len()
7317 u8 tbtt_count = 0, op_class, channel, bss_param; in hostapd_eid_rnr_iface() local
7336 tbtt_count = 0; in hostapd_eid_rnr_iface()
7356 tbtt_count >= RNR_TBTT_INFO_COUNT_MAX) in hostapd_eid_rnr_iface()
7378 tbtt_count += 1; in hostapd_eid_rnr_iface()
7382 *tbtt_count_pos = RNR_TBTT_INFO_COUNT(tbtt_count - 1); in hostapd_eid_rnr_iface()
7386 if (tbtt_count == 0) in hostapd_eid_rnr_iface()