Searched defs:ethertype (Results 1 - 14 of 14) sorted by relevance

/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c66 u16 fc, ethertype = 0; local
121 ethertype = (skb->data[12] << 8) | skb->data[13];
129 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) {
133 } else if (ethertype >= 0x600) {
257 meta->ethertype = ethertype;
302 meta->ethertype = (pos[0] << 8) | pos[1];
443 meta->ethertype != ETH_P_PAE &&
446 "port (IEEE 802.1X): ethertype
[all...]
H A Dhostap_80211_rx.c612 u16 fc, ethertype; local
640 ethertype = (pos[6] << 8) | pos[7];
641 if (ethertype == ETH_P_PAE)
729 u16 ethertype; local
1009 ethertype = (payload[6] << 8) | payload[7];
1014 if (ethertype == ETH_P_PAE) {
1029 "ethertype=0x%04x\n",
1030 dev->name, ethertype);
1038 ethertype != ETH_P_AARP && ethertype !
[all...]
H A Dhostap_wlan.h934 unsigned short ethertype; member in struct:hostap_skb_tx_data
/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c235 u16 fc, ethertype; local
263 ethertype = (pos[6] << 8) | pos[7];
264 if (ethertype == ETH_P_PAE)
341 u16 ethertype; local
711 ethertype = (payload[6] << 8) | payload[7];
717 if (ethertype == ETH_P_PAE) {
732 "ethertype=0x%04x\n", dev->name, ethertype);
741 ethertype != ETH_P_AARP && ethertype !
[all...]
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_rx.c259 u16 fc, ethertype; local
288 ethertype = (pos[6] << 8) | pos[7];
289 if (ethertype == ETH_P_PAE)
484 u16 ethertype; local
744 ethertype = (payload[6] << 8) | payload[7];
750 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) ||
H A Dieee80211.h654 u16 ethertype; member in struct:eapol
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c301 u16 fc, ethertype; local
330 ethertype = (pos[6] << 8) | pos[7];
331 if (ethertype == ETH_P_PAE)
554 u16 ethertype; local
565 ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7];
568 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) ||
906 u16 ethertype; local
1301 //ethertype = (payload[6] << 8) | payload[7];
1328 ethertype
[all...]
H A Dieee80211.h1379 u16 ethertype; member in struct:eapol
/drivers/net/ppp/
H A Dppp_generic.c314 /* Translates an ethertype into an NP index */
315 static inline int ethertype_to_npindex(int ethertype) argument
317 switch (ethertype) {
335 /* Translates an NP index into an ethertype */
/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c91 __be16 ethertype; member in struct:header_struct
/drivers/staging/rtl8192e/
H A Drtllib_rx.c245 u16 fc, ethertype; local
273 ethertype = (pos[6] << 8) | pos[7];
274 if (ethertype == ETH_P_PAE)
473 u16 ethertype; local
480 ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7];
483 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) ||
1198 u16 ethertype; local
1211 ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7];
1214 ethertype !
[all...]
H A Drtllib.h1485 u16 ethertype; member in struct:eapol
/drivers/net/wireless/
H A Drayctl.h723 UCHAR ethertype[2]; member in struct:snaphdr_t
/drivers/staging/rtl8712/
H A Dieee80211.h187 u16 ethertype; member in struct:eapol

Completed in 980 milliseconds