Searched refs:WLAN_GET_FC_FROMDS (Results 1 – 8 of 8) sorted by relevance
137 #define WLAN_GET_FC_FROMDS(n) ((((u16)(n)) & (BIT(9))) >> 9) macro199 if (WLAN_GET_FC_TODS(fctl) && WLAN_GET_FC_FROMDS(fctl)) in p80211_headerlen()
299 if ((WLAN_GET_FC_TODS(fc) == 0) && (WLAN_GET_FC_FROMDS(fc) == 0)) { in skb_p80211_to_ether()303 && (WLAN_GET_FC_FROMDS(fc) == 1)) { in skb_p80211_to_ether()307 && (WLAN_GET_FC_FROMDS(fc) == 0)) { in skb_p80211_to_ether()
168 #define WLAN_GET_FC_FROMDS(n) ((((unsigned short)(n) << 8) & (BIT9)) >> 9) macro203 #define WLAN_GET_FC_FROMDS(n) ((((unsigned short)(n)) & (BIT9)) >> 9) macro
271 WLAN_GET_FC_FROMDS(*(unsigned short *)pbyFrame) ) { in AESbGenCCMP()
1152 WLAN_GET_FC_FROMDS(*(unsigned short *)pbyFrame) ) { in s_bHandleRxEncryption()1299 WLAN_GET_FC_FROMDS(*(unsigned short *)pbyFrame) ) { in s_bHostWepRxEncryption()
165 #define WLAN_GET_FC_FROMDS(n) ((((WORD)(n) << 8) & (BIT9)) >> 9) macro199 #define WLAN_GET_FC_FROMDS(n) ((((WORD)(n)) & (BIT9)) >> 9) macro
259 WLAN_GET_FC_FROMDS(*(PWORD) pbyFrame)) { in AESbGenCCMP()
1152 WLAN_GET_FC_FROMDS(*(PWORD)pbyFrame) ) { in s_bHandleRxEncryption()1300 WLAN_GET_FC_FROMDS(*(PWORD)pbyFrame) ) { in s_bHostWepRxEncryption()