Searched refs:ETH_P_EAPOL (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant/ |
D | l2_packet.h | 27 #ifndef ETH_P_EAPOL 28 #define ETH_P_EAPOL 0x888e macro
|
D | wpa.c | 1024 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL, in wpa_sm_key_request() 1157 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL, in wpa_sm_stkstart() 1424 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL, in wpa_supplicant_get_pmk() 1478 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL, in wpa_supplicant_send_2_of_4() 2001 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL, in wpa_supplicant_send_4_of_4() 2186 wpa_eapol_key_send(sm, sm->ptk.kck, ver, dst, ETH_P_EAPOL, in wpa_supplicant_send_smk_error() 2242 wpa_eapol_key_send(sm, sm->ptk.kck, ver, src_addr, ETH_P_EAPOL, in wpa_supplicant_send_smk_m3() 2445 wpa_eapol_key_send(sm, NULL, ver, peerkey->addr, ETH_P_EAPOL, in wpa_supplicant_send_stk_1_of_4() 2501 ETH_P_EAPOL, mbuf, mlen, msg->key_mic); in wpa_supplicant_send_stk_3_of_4() 3105 wpa_eapol_key_send(sm, sm->ptk.kck, ver, sm->bssid, ETH_P_EAPOL, in wpa_supplicant_send_2_of_2()
|
D | wpa_supplicant.c | 239 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen); in wpa_supplicant_eapol_send() 2035 ETH_P_EAPOL, in wpa_supplicant_driver_init() 2058 ETH_P_EAPOL, in wpa_supplicant_driver_init()
|
D | mlme.c | 2834 if (WPA_GET_BE16(pos) != ETH_P_EAPOL) in ieee80211_sta_rx()
|