Searched refs:wpa_auth_sta_init (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh_rsn.c | 394 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, in mesh_rsn_auth_sae_sta()
|
H A D | ibss_rsn.c | 475 peer->auth = wpa_auth_sta_init(ibss_rsn->auth_group, peer->addr, NULL); in ibss_rsn_auth_init()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth.h | 440 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
|
H A D | drv_callbacks.c | 508 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, in hostapd_notif_assoc() 670 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, in hostapd_notif_assoc() 1607 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, in hostapd_notif_auth()
|
H A D | ieee802_11.c | 1929 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr, in handle_auth_fils() 3263 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, in handle_auth() 3286 wpa_auth_sta_init(hapd->wpa_auth, in handle_auth() 3822 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr, in owe_process_rsn_ie() 4108 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, in __check_assoc_ies() 4280 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, in __check_assoc_ies()
|
H A D | wpa_auth_glue.c | 1120 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr, NULL); in hostapd_wpa_auth_add_sta()
|
H A D | wpa_auth.c | 937 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr, function
|