Lines Matching refs:tbtt_info_len

7338 			     bool ap_mld, u8 tbtt_info_len, bool mld_update,  in hostapd_skip_rnr()  argument
7348 if (tbtt_info_len == RNR_TBTT_INFO_LEN && ap_mld) in hostapd_skip_rnr()
7353 if (tbtt_info_len == RNR_TBTT_INFO_MLD_LEN && !ap_mld) in hostapd_skip_rnr()
7382 u8 tbtt_info_len = mld_update ? RNR_TBTT_INFO_MLD_LEN : in hostapd_eid_rnr_iface_len() local
7391 len + RNR_TBTT_HEADER_LEN + tbtt_info_len > 255 || in hostapd_eid_rnr_iface_len()
7417 tbtt_info_len, mld_update, in hostapd_eid_rnr_iface_len()
7421 if (len + tbtt_info_len > 255 || in hostapd_eid_rnr_iface_len()
7425 len += tbtt_info_len; in hostapd_eid_rnr_iface_len()
7426 total_len += tbtt_info_len; in hostapd_eid_rnr_iface_len()
7437 if (!mld_update && tbtt_info_len == RNR_TBTT_INFO_LEN) { in hostapd_eid_rnr_iface_len()
7438 tbtt_info_len = RNR_TBTT_INFO_MLD_LEN; in hostapd_eid_rnr_iface_len()
7664 u8 **pos, u8 **tbtt_count_pos, u8 tbtt_info_len, in hostapd_eid_rnr_bss() argument
7681 if (hostapd_skip_rnr(i, skip_profiles, ap_mld, tbtt_info_len, in hostapd_eid_rnr_bss()
7693 *eid++ = tbtt_info_len; in hostapd_eid_rnr_bss()
7749 *len += tbtt_info_len; in hostapd_eid_rnr_bss()
7769 u8 tbtt_info_len = mld_update ? RNR_TBTT_INFO_MLD_LEN : in hostapd_eid_rnr_iface() local
7787 len + RNR_TBTT_HEADER_LEN + tbtt_info_len > 255 || in hostapd_eid_rnr_iface()
7800 &tbtt_count_pos, tbtt_info_len, in hostapd_eid_rnr_iface()
7818 if (!mld_update && tbtt_info_len == RNR_TBTT_INFO_LEN) { in hostapd_eid_rnr_iface()
7819 tbtt_info_len = RNR_TBTT_INFO_MLD_LEN; in hostapd_eid_rnr_iface()