Searched refs:WLAN_GET_FC_TODS (Results 1 – 6 of 6) sorted by relevance
136 #define WLAN_GET_FC_TODS(n) ((((u16)(n)) & (BIT(8))) >> 8) macro199 if (WLAN_GET_FC_TODS(fctl) && WLAN_GET_FC_FROMDS(fctl)) in p80211_headerlen()
298 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()
161 #define WLAN_GET_FC_TODS(n) ((((unsigned short)(n) << 8) & (BIT8)) >> 8) macro194 #define WLAN_GET_FC_TODS(n) ((((unsigned short)(n)) & (BIT8)) >> 8) macro
257 if (WLAN_GET_FC_TODS(*(unsigned short *)pbyFrame) && in AESbGenCCMP()
424 if (WLAN_GET_FC_TODS(pHeader->wFrameCtl) == 0) in STAvUpdateTDStatCounter()
994 if (WLAN_GET_FC_TODS(*(unsigned short *)pbyFrame) && in s_bHandleRxEncryption()1133 if (WLAN_GET_FC_TODS(*(unsigned short *)pbyFrame) && in s_bHostWepRxEncryption()