Searched refs:wpa_eapol_key_send (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 479 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk,
|
D | wpa.c | 53 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, in wpa_eapol_key_send() function 249 wpa_eapol_key_send(sm, &sm->ptk, ver, bssid, ETH_P_EAPOL, rbuf, rlen, in wpa_sm_key_request() 574 return wpa_eapol_key_send(sm, ptk, ver, dst, ETH_P_EAPOL, rbuf, rlen, in wpa_supplicant_send_2_of_4() 1649 return wpa_eapol_key_send(sm, ptk, ver, dst, ETH_P_EAPOL, rbuf, rlen, in wpa_supplicant_send_4_of_4() 2085 return wpa_eapol_key_send(sm, &sm->ptk, ver, sm->bssid, ETH_P_EAPOL, in wpa_supplicant_send_2_of_2()
|