Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dieee802_11.c7338 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()
[all …]
/hostap-latest/wpa_supplicant/
Dbss.c1525 if (type == 0 && ap_info->tbtt_info_len >= RNR_TBTT_INFO_MLD_LEN) { in wpa_bss_parse_ml_rnr_ap_info()
1540 if (end - pos < ap_info->tbtt_info_len) in wpa_bss_parse_ml_rnr_ap_info()
1587 pos += ap_info->tbtt_info_len; in wpa_bss_parse_ml_rnr_ap_info()
1765 ap_info_len += count * ap_info->tbtt_info_len; in wpa_bss_parse_basic_ml_element()
Dctrl_iface.c5100 if (left < info->tbtt_info_len) in print_rnr()
5105 n, *ie, info->tbtt_info_len, in print_rnr()
5113 if (info->tbtt_info_len >= 1) { in print_rnr()
5123 if (info->tbtt_info_len >= 7) { in print_rnr()
5134 if (info->tbtt_info_len >= 11) { in print_rnr()
5145 if (info->tbtt_info_len >= 12) { in print_rnr()
5155 if (info->tbtt_info_len >= 13) { in print_rnr()
5165 if (info->tbtt_info_len >= 16) { in print_rnr()
5176 ie = tbtt_start + info->tbtt_info_len; in print_rnr()
/hostap-latest/src/common/
Dieee802_11_defs.h3053 u8 tbtt_info_len; member