HomeSort by relevance Sort by last modified time
    Searched refs:ETH_P_EAPOL (Results 1 - 20 of 20) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.h 22 #ifndef ETH_P_EAPOL
23 #define ETH_P_EAPOL 0x888e
peerkey.c 120 wpa_eapol_key_send(sm, sm->ptk.kck, ver, dst, ETH_P_EAPOL,
172 wpa_eapol_key_send(sm, sm->ptk.kck, ver, src_addr, ETH_P_EAPOL,
385 wpa_eapol_key_send(sm, NULL, ver, peerkey->addr, ETH_P_EAPOL,
441 ETH_P_EAPOL, mbuf, mlen, msg->key_mic);
    [all...]
wpa.c 98 * @proto: Ethertype (usually ETH_P_EAPOL)
186 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
285 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL,
351 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL,
935 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_roboswitch.c 26 #ifndef ETH_P_EAPOL
27 #define ETH_P_EAPOL 0x888e
185 if (len > 14 && WPA_GET_BE16(buf + 12) == ETH_P_EAPOL &&
  /external/wpa_supplicant_8/src/utils/
common.h 307 #ifndef ETH_P_EAPOL
308 #define ETH_P_EAPOL ETH_P_PAE
309 #endif /* ETH_P_EAPOL */
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_priv.c 30 #ifndef ETH_P_EAPOL
31 #define ETH_P_EAPOL 0x888e
480 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
555 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
wpas_glue.c 181 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen);
wpa_supplicant.c     [all...]
mlme.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_madwifi.c 1109 eth->h_proto = host_to_be16(ETH_P_EAPOL);
1114 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1159 drv->sock_xmit = l2_packet_init(drv->iface, NULL, ETH_P_EAPOL,
1169 ETH_P_EAPOL, handle_read, drv,
1176 drv->sock_recv = l2_packet_init(brname, NULL, ETH_P_EAPOL,
    [all...]
driver_bsd.c 531 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data,
825 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
1046 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
    [all...]
driver_roboswitch.c 175 if (len > 14 && WPA_GET_BE16(buf + 12) == ETH_P_EAPOL &&
driver_atheros.c     [all...]
driver_test.c 199 eth.h_proto = host_to_be16(ETH_P_EAPOL);
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 115 wpa_eapol_key_send(sm, sm->ptk.kck, ver, dst, ETH_P_EAPOL,
167 wpa_eapol_key_send(sm, sm->ptk.kck, ver, src_addr, ETH_P_EAPOL,
380 wpa_eapol_key_send(sm, NULL, ver, peerkey->addr, ETH_P_EAPOL,
436 ETH_P_EAPOL, mbuf, mlen, msg->key_mic);
1110 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
    [all...]
wpa.c 32 * @proto: Ethertype (usually ETH_P_EAPOL)
131 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
245 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL,
348 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL,
1032 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 257 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data,
260 return wpa_drv_send_eapol(wpa_s, addr, ETH_P_EAPOL, data, data_len);
wpa_priv.c 357 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
432 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
wpas_glue.c 179 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen);
wpa_supplicant.c     [all...]

Completed in 495 milliseconds