Home
last modified time | relevance | path

Searched refs:WLAN_GET_FC_TODS (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/wlan-ng/
Dp80211hdr.h136 #define WLAN_GET_FC_TODS(n) ((((u16)(n)) & (BIT(8))) >> 8) macro
199 if (WLAN_GET_FC_TODS(fctl) && WLAN_GET_FC_FROMDS(fctl)) in p80211_headerlen()
Dp80211conv.c298 if ((WLAN_GET_FC_TODS(fc) == 0) && (WLAN_GET_FC_FROMDS(fc) == 0)) { in skb_p80211_to_ether()
301 } else if ((WLAN_GET_FC_TODS(fc) == 0) in skb_p80211_to_ether()
305 } else if ((WLAN_GET_FC_TODS(fc) == 1) in skb_p80211_to_ether()
/drivers/staging/vt6655/
D80211hdr.h161 #define WLAN_GET_FC_TODS(n) ((((unsigned short)(n) << 8) & (BIT8)) >> 8) macro
194 #define WLAN_GET_FC_TODS(n) ((((unsigned short)(n)) & (BIT8)) >> 8) macro
Daes_ccmp.c257 if (WLAN_GET_FC_TODS(*(unsigned short *)pbyFrame) && in AESbGenCCMP()
Dmib.c424 if (WLAN_GET_FC_TODS(pHeader->wFrameCtl) == 0) in STAvUpdateTDStatCounter()
Ddpc.c994 if (WLAN_GET_FC_TODS(*(unsigned short *)pbyFrame) && in s_bHandleRxEncryption()
1133 if (WLAN_GET_FC_TODS(*(unsigned short *)pbyFrame) && in s_bHostWepRxEncryption()