Searched refs:wpa_eapol_key_send (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | peerkey.c | 117 wpa_eapol_key_send(sm, sm->ptk.kck, sm->ptk.kck_len, ver, dst, in wpa_supplicant_send_smk_error() 171 wpa_eapol_key_send(sm, sm->ptk.kck, sm->ptk.kck_len, ver, src_addr, in wpa_supplicant_send_smk_m3() 374 wpa_eapol_key_send(sm, NULL, 0, ver, peerkey->addr, ETH_P_EAPOL, in wpa_supplicant_send_stk_1_of_4() 429 wpa_eapol_key_send(sm, peerkey->stk.kck, peerkey->stk.kck_len, ver, in wpa_supplicant_send_stk_3_of_4() 1087 wpa_eapol_key_send(sm, sm->ptk.kck, sm->ptk.kck_len, ver, bssid, in wpa_sm_stkstart()
|
D | wpa.c | 43 int wpa_eapol_key_send(struct wpa_sm *sm, const u8 *kck, size_t kck_len, in wpa_eapol_key_send() function 158 wpa_eapol_key_send(sm, sm->ptk.kck, sm->ptk.kck_len, ver, bssid, in wpa_sm_key_request() 424 return wpa_eapol_key_send(sm, ptk->kck, ptk->kck_len, ver, dst, in wpa_supplicant_send_2_of_4() 1181 return wpa_eapol_key_send(sm, ptk->kck, ptk->kck_len, ver, dst, in wpa_supplicant_send_4_of_4() 1490 return wpa_eapol_key_send(sm, sm->ptk.kck, sm->ptk.kck_len, ver, in wpa_supplicant_send_2_of_2()
|
D | wpa_i.h | 356 int wpa_eapol_key_send(struct wpa_sm *sm, const u8 *kck, size_t kck_len,
|