Searched refs:ethertype (Results 1 - 18 of 18) sorted by relevance

/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c67 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.h933 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/rtl8192e/
H A Drtllib_rx.c245 u16 fc, ethertype; local
273 ethertype = (pos[6] << 8) | pos[7];
274 if (ethertype == ETH_P_PAE)
476 u16 ethertype; local
485 ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7];
488 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) ||
1209 u16 ethertype; local
1222 ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7];
1225 ethertype !
[all...]
H A Drtllib.h1486 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)
548 u16 ethertype; local
559 ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7];
562 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) ||
901 u16 ethertype; local
1293 //ethertype = (payload[6] << 8) | payload[7];
1320 ethertype
[all...]
H A Dieee80211.h1370 u16 ethertype; member in struct:eapol
/drivers/crypto/caam/
H A Dpdb.h232 u16 ethertype; member in struct:macsec_encap_pdb
/drivers/message/fusion/
H A Dmptlan.c1535 (fcllc->ethertype == htons(ETH_P_IP) ||
1536 fcllc->ethertype == htons(ETH_P_ARP))) {
1538 return fcllc->ethertype;
/drivers/staging/rtl8712/
H A Dieee80211.h187 u16 ethertype; member in struct:eapol
/drivers/net/wireless/
H A Drayctl.h724 UCHAR ethertype[2]; member in struct:snaphdr_t
H A Dray_cs.c2285 __be16 type = *(__be16 *) psnap->ethertype;
/drivers/net/wireless/cw1200/
H A Dtxrx.c602 __be16 *ethertype = (__be16 *)&payload[6]; local
603 if (be16_to_cpu(*ethertype) == ETH_P_PAE)
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h350 u16 ethertype; member in struct:eapol
/drivers/net/ppp/
H A Dppp_generic.c326 /* Translates an ethertype into an NP index */
327 static inline int ethertype_to_npindex(int ethertype) argument
329 switch (ethertype) {
347 /* Translates an NP index into an ethertype */
/drivers/net/ethernet/marvell/
H A Dmvpp2.c1161 /* Set ethertype in tcam sw entry */
1163 unsigned short ethertype)
1165 mvpp2_prs_tcam_data_byte_set(pe, offset + 0, ethertype >> 8, 0xff);
1166 mvpp2_prs_tcam_data_byte_set(pe, offset + 1, ethertype & 0xff, 0xff);
1445 /* Shift to ethertype */
1494 /* Shift to ethertype */
1570 /* Set entry for dsa ethertype */
1599 /* Set ethertype */
1605 /* Shift ethertype + 2 byte reserved + tag*/
2222 /* None tagged EDSA ethertype entr
1162 mvpp2_prs_match_etype(struct mvpp2_prs_entry *pe, int offset, unsigned short ethertype) argument
[all...]
/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c90 __be16 ethertype; member in struct:header_struct

Completed in 267 milliseconds