Searched refs:ETH_P_PAE (Results 1 – 8 of 8) sorted by relevance
80 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
79 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
341 #ifndef ETH_P_PAE342 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro345 #define ETH_P_EAPOL ETH_P_PAE
133 case ETH_P_PAE: in handle_data()210 drv->sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE)); in wired_init_sockets()331 hdr->ethertype = htons(ETH_P_PAE); in wired_send_eapol()
108 case ETH_P_PAE: in handle_data()312 *((u16 *) pos) = htons(ETH_P_PAE); in hostap_send_eapol()
8561 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data()8624 WPA_PUT_BE16(pos, ETH_P_PAE); in wpa_driver_nl80211_hapd_send_eapol()10187 drv->eapol_sock = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_PAE)); in i802_init()
3099 if (ntohs(eth_hdr->ethertype) != ETH_P_PAE || in kay_l2_receive()3195 kay->l2_mka = l2_packet_init(kay->if_name, NULL, ETH_P_PAE, in ieee802_1x_kay_init()
2086 if (WPA_GET_BE16(pos) != ETH_P_PAE) in ieee802_1x_tx_status()