HomeSort by: relevance | last modified time | path
    Searched refs:ETHERTYPE_PAE (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/net/
ethertypes.h 300 #define ETHERTYPE_PAE 0x888e /* EAPOL PAE/802.1x */
  /src/sys/net80211/
ieee80211_output.c 562 if (key == NULL && eh.ether_type != htons(ETHERTYPE_PAE)) {
583 eh.ether_type != htons(ETHERTYPE_PAE);
687 if (eh.ether_type != htons(ETHERTYPE_PAE) ||
ieee80211_input.c 339 if (eh->ether_type != htons(ETHERTYPE_PAE)) {
354 key == NULL && eh->ether_type != htons(ETHERTYPE_PAE)) {
  /src/sys/dev/pci/
if_bwfm_pci.c 1674 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ?
1741 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ?
1956 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ?
if_wpi.c 2162 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ?
if_iwi.c 1803 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ?
if_iwm.c 6854 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ?
if_iwn.c 3328 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ?
  /src/sys/dev/usb/
if_bwfm_usb.c 798 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ?

Completed in 68 milliseconds