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

  /external/wpa_supplicant/
l2_packet.h 27 #ifndef ETH_P_EAPOL
28 #define ETH_P_EAPOL 0x888e
wpa.c 1024 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
    [all...]
wpa_supplicant.c 239 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen);
    [all...]
mlme.c     [all...]
  /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 329 #ifndef ETH_P_EAPOL
330 #define ETH_P_EAPOL ETH_P_PAE
331 #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_atheros.c 1175 eth->h_proto = host_to_be16(ETH_P_EAPOL);
1180 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
    [all...]
driver_madwifi.c 1097 eth->h_proto = host_to_be16(ETH_P_EAPOL);
1102 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1147 drv->sock_xmit = l2_packet_init(drv->iface, NULL, ETH_P_EAPOL,
1157 ETH_P_EAPOL, handle_read, drv,
1164 drv->sock_recv = l2_packet_init(brname, NULL, ETH_P_EAPOL,
    [all...]
driver_bsd.c 537 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data,
831 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
1052 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
    [all...]
driver_roboswitch.c 181 if (len > 14 && WPA_GET_BE16(buf + 12) == ETH_P_EAPOL &&
driver_test.c 205 eth.h_proto = host_to_be16(ETH_P_EAPOL);
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 121 wpa_eapol_key_send(sm, sm->ptk.kck, ver, dst, ETH_P_EAPOL,
173 wpa_eapol_key_send(sm, sm->ptk.kck, ver, src_addr, ETH_P_EAPOL,
386 wpa_eapol_key_send(sm, NULL, ver, peerkey->addr, ETH_P_EAPOL,
442 ETH_P_EAPOL, mbuf, mlen, msg->key_mic);
    [all...]
wpa.c 38 * @proto: Ethertype (usually ETH_P_EAPOL)
137 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
243 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL,
346 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL,
1064 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 251 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data,
254 return wpa_drv_send_eapol(wpa_s, addr, ETH_P_EAPOL, data, data_len);
wpa_priv.c 363 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
438 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
wpas_glue.c 186 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen);
wpa_supplicant.c     [all...]
mlme.c     [all...]

Completed in 246 milliseconds