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

  /external/wpa_supplicant_8/src/utils/
common.h 344 #ifndef ETH_P_EAPOL
345 #define ETH_P_EAPOL ETH_P_PAE
346 #endif /* ETH_P_EAPOL */
  /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 582 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data,
876 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
1090 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,
374 wpa_eapol_key_send(sm, NULL, ver, peerkey->addr, ETH_P_EAPOL,
430 ETH_P_EAPOL, mbuf, mlen, msg->key_mic);
1099 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,
1026 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 283 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data,
286 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 49 milliseconds