Searched refs:wpa_auth_get_wpa_ie (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh_rsn.c | 290 ie = wpa_auth_get_wpa_ie(mesh_rsn->auth, &ie_len); in mesh_rsn_auth_init()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth.h | 473 const u8 * wpa_auth_get_wpa_ie(struct wpa_authenticator *wpa_auth,
|
H A D | beacon.c | 313 ies = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ies_len); in hostapd_wpa_ie() 327 ies = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ies_len); in hostapd_vendor_wpa_ie()
|
H A D | wpa_auth_glue.c | 1740 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len); in hostapd_setup_wpa()
|
H A D | ieee802_11.c | 2076 ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ielen); in prepare_auth_resp_fils() 2662 pasn->rsn_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &pasn->rsn_ie_len); in hapd_initialize_pasn() 7996 auth = wpa_auth_get_wpa_ie(bss->wpa_auth, &auth_len); in hostapd_eid_mbssid_elem_len() 8150 auth = wpa_auth_get_wpa_ie(bss->wpa_auth, &auth_len); in hostapd_eid_mbssid_elem()
|
H A D | hostapd.c | 173 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len); in hostapd_reload_bss()
|
H A D | wpa_auth.c | 6205 const u8 * wpa_auth_get_wpa_ie(struct wpa_authenticator *wpa_auth, size_t *len) function
|