Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c7975 const u8 *auth, *rsn = NULL, *rsnx = NULL; in hostapd_eid_mbssid_elem_len() local
8002 rsnx = get_ie(auth, auth_len, WLAN_EID_RSNX); in hostapd_eid_mbssid_elem_len()
8003 if (rsnx) in hostapd_eid_mbssid_elem_len()
8004 nontx_profile_len += 2 + rsnx[1]; in hostapd_eid_mbssid_elem_len()
8012 if (!rsnx && hostapd_wpa_ie(tx_bss, WLAN_EID_RSNX)) in hostapd_eid_mbssid_elem_len()
8104 const u8 *auth, *rsn = NULL, *rsnx = NULL; in hostapd_eid_mbssid_elem() local
8158 rsnx = get_ie(auth, auth_len, WLAN_EID_RSNX); in hostapd_eid_mbssid_elem()
8159 if (rsnx) { in hostapd_eid_mbssid_elem()
8160 os_memcpy(eid, rsnx, 2 + rsnx[1]); in hostapd_eid_mbssid_elem()
8161 eid += 2 + rsnx[1]; in hostapd_eid_mbssid_elem()
[all …]