Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dwpa_auth.h485 const u8 * wpa_auth_get_pmk(struct wpa_state_machine *sm, int *len);
Dsta_info.c1454 pmk = wpa_auth_get_pmk(sta->wpa_sm, &pmk_len); in ap_sta_wpa_get_keyid()
Dwpa_auth.c6280 const u8 * wpa_auth_get_pmk(struct wpa_state_machine *sm, int *len) function
/hostap-latest/hostapd/
Dctrl_iface.c1437 pmk = wpa_auth_get_pmk(sta->wpa_sm, &pmk_len); in hostapd_ctrl_iface_kick_mismatch_psk_sta_iter()
2420 pmk = wpa_auth_get_pmk(sta->wpa_sm, &pmk_len); in hostapd_ctrl_get_pmk()