Lines Matching refs:tbtt_count
7380 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
7686 *tbtt_count >= RNR_TBTT_INFO_COUNT_MAX) in hostapd_eid_rnr_bss()
7689 if (!(*tbtt_count)) { in hostapd_eid_rnr_bss()
7750 (*tbtt_count)++; in hostapd_eid_rnr_bss()
7768 u8 tbtt_count, total_tbtt_count = 0, op_class, channel; in hostapd_eid_rnr_iface() local
7784 tbtt_count = 0; in hostapd_eid_rnr_iface()
7788 tbtt_count >= RNR_TBTT_INFO_COUNT_MAX) { in hostapd_eid_rnr_iface()
7793 tbtt_count = 0; in hostapd_eid_rnr_iface()
7799 &tbtt_count, &len, &eid, in hostapd_eid_rnr_iface()
7807 if (tbtt_count) { in hostapd_eid_rnr_iface()
7808 *tbtt_count_pos = RNR_TBTT_INFO_COUNT(tbtt_count - 1); in hostapd_eid_rnr_iface()
7813 total_tbtt_count += tbtt_count; in hostapd_eid_rnr_iface()