Lines Matching refs:tbtt_count
7371 int tbtt_count, total_tbtt_count = 0; in hostapd_eid_rnr_iface_len() local
7378 tbtt_count = 0; in hostapd_eid_rnr_iface_len()
7383 tbtt_count >= RNR_TBTT_INFO_COUNT_MAX) { in hostapd_eid_rnr_iface_len()
7386 tbtt_count = 0; in hostapd_eid_rnr_iface_len()
7413 tbtt_count >= RNR_TBTT_INFO_COUNT_MAX) in hostapd_eid_rnr_iface_len()
7418 tbtt_count++; in hostapd_eid_rnr_iface_len()
7423 total_tbtt_count += tbtt_count; in hostapd_eid_rnr_iface_len()
7433 if (!tbtt_count) { in hostapd_eid_rnr_iface_len()
7443 if (!tbtt_count && total_tbtt_count) { in hostapd_eid_rnr_iface_len()
7654 size_t i, u8 *tbtt_count, size_t *len, in hostapd_eid_rnr_bss() argument
7677 *tbtt_count >= RNR_TBTT_INFO_COUNT_MAX) in hostapd_eid_rnr_bss()
7680 if (!(*tbtt_count)) { in hostapd_eid_rnr_bss()
7741 (*tbtt_count)++; in hostapd_eid_rnr_bss()
7759 u8 tbtt_count, total_tbtt_count = 0, op_class, channel; in hostapd_eid_rnr_iface() local
7775 tbtt_count = 0; in hostapd_eid_rnr_iface()
7779 tbtt_count >= RNR_TBTT_INFO_COUNT_MAX) { in hostapd_eid_rnr_iface()
7784 tbtt_count = 0; in hostapd_eid_rnr_iface()
7790 &tbtt_count, &len, &eid, in hostapd_eid_rnr_iface()
7798 if (tbtt_count) { in hostapd_eid_rnr_iface()
7799 *tbtt_count_pos = RNR_TBTT_INFO_COUNT(tbtt_count - 1); in hostapd_eid_rnr_iface()
7804 total_tbtt_count += tbtt_count; in hostapd_eid_rnr_iface()