Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c7344 if (tbtt_info_len == RNR_TBTT_INFO_MLD_LEN && !ap_mld) in hostapd_skip_rnr()
7373 u8 tbtt_info_len = mld_update ? RNR_TBTT_INFO_MLD_LEN : in hostapd_eid_rnr_iface_len()
7429 tbtt_info_len = RNR_TBTT_INFO_MLD_LEN; in hostapd_eid_rnr_iface_len()
7760 u8 tbtt_info_len = mld_update ? RNR_TBTT_INFO_MLD_LEN : in hostapd_eid_rnr_iface()
7810 tbtt_info_len = RNR_TBTT_INFO_MLD_LEN; in hostapd_eid_rnr_iface()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dbss.c1528 if (type == 0 && ap_info->tbtt_info_len >= RNR_TBTT_INFO_MLD_LEN) { in wpa_bss_parse_ml_rnr_ap_info()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2572 #define RNR_TBTT_INFO_MLD_LEN 16 macro