Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h354 const u8 * wpa_auth_get_pmk(struct wpa_state_machine *sm, int *len);
Dsta_info.c1189 pmk = wpa_auth_get_pmk(sta->wpa_sm, &pmk_len); in ap_sta_wpa_get_keyid()
Dwpa_auth.c4228 const u8 * wpa_auth_get_pmk(struct wpa_state_machine *sm, int *len) in wpa_auth_get_pmk() function
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1503 pmk = wpa_auth_get_pmk(sta->wpa_sm, &pmk_len); in hostapd_ctrl_iface_kick_mismatch_psk_sta_iter()