Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c6832 const u8 *auth, *rsn = NULL, *rsnx = NULL; in hostapd_eid_mbssid_elem_len() local
6859 rsnx = get_ie(auth, auth_len, WLAN_EID_RSNX); in hostapd_eid_mbssid_elem_len()
6860 if (rsnx) in hostapd_eid_mbssid_elem_len()
6861 nontx_profile_len += 2 + rsnx[1]; in hostapd_eid_mbssid_elem_len()
6865 if (!rsnx && hostapd_wpa_ie(tx_bss, WLAN_EID_RSNX)) in hostapd_eid_mbssid_elem_len()
6950 const u8 *auth, *rsn = NULL, *rsnx = NULL; in hostapd_eid_mbssid_elem() local
6998 rsnx = get_ie(auth, auth_len, WLAN_EID_RSNX); in hostapd_eid_mbssid_elem()
6999 if (rsnx) { in hostapd_eid_mbssid_elem()
7000 os_memcpy(eid, rsnx, 2 + rsnx[1]); in hostapd_eid_mbssid_elem()
7001 eid += 2 + rsnx[1]; in hostapd_eid_mbssid_elem()
[all …]