Home
last modified time | relevance | path

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

/freebsd-head/contrib/wpa/src/ap/
HDwpa_auth.h486 int wpa_auth_pmksa_add2(struct wpa_authenticator *wpa_auth, const u8 *addr,
HDctrl_iface_ap.c1212 return wpa_auth_pmksa_add2(hapd->wpa_auth, spa, pmk, pmk_len, in hostapd_ctrl_iface_pmksa_add()
HDdpp_hostapd.c2143 if (wpa_auth_pmksa_add2(hapd->wpa_auth, src, intro.pmk, intro.pmk_len, in hostapd_dpp_rx_peer_disc_req()
2917 if (wpa_auth_pmksa_add2(hapd->wpa_auth, src, intro.pmk, intro.pmk_len, in hostapd_dpp_rx_priv_peer_intro_update()
HDieee802_11.c2214 wpa_auth_pmksa_add2( in prepare_auth_resp_fils()
3758 wpa_auth_pmksa_add2(hapd->wpa_auth, sta->addr, sta->owe_pmk, in owe_process_assoc_req()
HDwpa_auth.c6295 int wpa_auth_pmksa_add2(struct wpa_authenticator *wpa_auth, const u8 *addr, function