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/rsn_supp/
peerkey.c 118 ETH_P_EAPOL, rbuf, rlen, err192->key_mic);
172 ETH_P_EAPOL, rbuf, rlen, reply192->key_mic);
374 wpa_eapol_key_send(sm, NULL, 0, ver, peerkey->addr, ETH_P_EAPOL,
430 peerkey->addr, ETH_P_EAPOL, mbuf, mlen,
1088 ETH_P_EAPOL, rbuf, rlen, req->key_mic);
    [all...]
wpa.c 37 * @proto: Ethertype (usually ETH_P_EAPOL)
159 ETH_P_EAPOL, rbuf, rlen, key_mic);
311 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL,
425 ETH_P_EAPOL, rbuf, rlen, key_mic);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 325 #ifndef ETH_P_EAPOL
326 #define ETH_P_EAPOL ETH_P_PAE
327 #endif /* ETH_P_EAPOL */
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 177 if (len > 14 && WPA_GET_BE16(buf + 12) == ETH_P_EAPOL &&
driver_atheros.c     [all...]
driver_bsd.c 582 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data,
871 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
1099 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 445 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH &&
521 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
wpas_glue.c 100 if (wpa_s->ext_eapol_frame_io && proto == ETH_P_EAPOL) {
213 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen);
ibss_rsn.c 283 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data,
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 454 if (hapd->ext_eapol_frame_io && proto == ETH_P_EAPOL) {
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c     [all...]

Completed in 768 milliseconds