Searched refs:ETHERTYPE_PAE (Results 1 – 7 of 7) sorted by relevance
647 if (eh->ether_type != htons(ETHERTYPE_PAE)) { in wds_input()664 eh->ether_type != htons(ETHERTYPE_PAE)) { in wds_input()
584 if (eh->ether_type != htons(ETHERTYPE_PAE)) { in adhoc_input()601 eh->ether_type != htons(ETHERTYPE_PAE)) { in adhoc_input()
853 if (eh->ether_type != htons(ETHERTYPE_PAE)) { in sta_input()870 eh->ether_type != htons(ETHERTYPE_PAE)) { in sta_input()
770 if (eh->ether_type != htons(ETHERTYPE_PAE)) { in hostap_input()787 eh->ether_type != htons(ETHERTYPE_PAE)) { in hostap_input()
1233 if (ether_type == htons(ETHERTYPE_PAE)) { in ieee80211_classify()
356 #define ETHERTYPE_PAE 0x888E /* EAPOL PAE/802.1x */ macro