Searched refs:rsnx (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/ap/ |
D | ieee802_11.c | 7984 const u8 *auth, *rsn = NULL, *rsnx = NULL; in hostapd_eid_mbssid_elem_len() local 8011 rsnx = get_ie(auth, auth_len, WLAN_EID_RSNX); in hostapd_eid_mbssid_elem_len() 8012 if (rsnx) in hostapd_eid_mbssid_elem_len() 8013 nontx_profile_len += 2 + rsnx[1]; in hostapd_eid_mbssid_elem_len() 8021 if (!rsnx && hostapd_wpa_ie(tx_bss, WLAN_EID_RSNX)) in hostapd_eid_mbssid_elem_len() 8113 const u8 *auth, *rsn = NULL, *rsnx = NULL; in hostapd_eid_mbssid_elem() local 8167 rsnx = get_ie(auth, auth_len, WLAN_EID_RSNX); in hostapd_eid_mbssid_elem() 8168 if (rsnx) { in hostapd_eid_mbssid_elem() 8169 os_memcpy(eid, rsnx, 2 + rsnx[1]); in hostapd_eid_mbssid_elem() 8170 eid += 2 + rsnx[1]; in hostapd_eid_mbssid_elem() [all …]
|