Home
last modified time | relevance | path

Searched refs:WLAN_GET_FC_FROMDS (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/staging/wlan-ng/
Dp80211hdr.h137 #define WLAN_GET_FC_FROMDS(n) ((((u16)(n)) & (BIT(9))) >> 9) macro
199 if (WLAN_GET_FC_TODS(fctl) && WLAN_GET_FC_FROMDS(fctl)) in p80211_headerlen()
Dp80211conv.c299 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()
/linux-3.4.99/drivers/staging/vt6655/
D80211hdr.h168 #define WLAN_GET_FC_FROMDS(n) ((((unsigned short)(n) << 8) & (BIT9)) >> 9) macro
203 #define WLAN_GET_FC_FROMDS(n) ((((unsigned short)(n)) & (BIT9)) >> 9) macro
Daes_ccmp.c271 WLAN_GET_FC_FROMDS(*(unsigned short *)pbyFrame) ) { in AESbGenCCMP()
Ddpc.c1152 WLAN_GET_FC_FROMDS(*(unsigned short *)pbyFrame) ) { in s_bHandleRxEncryption()
1299 WLAN_GET_FC_FROMDS(*(unsigned short *)pbyFrame) ) { in s_bHostWepRxEncryption()
/linux-3.4.99/drivers/staging/vt6656/
D80211hdr.h165 #define WLAN_GET_FC_FROMDS(n) ((((WORD)(n) << 8) & (BIT9)) >> 9) macro
199 #define WLAN_GET_FC_FROMDS(n) ((((WORD)(n)) & (BIT9)) >> 9) macro
Daes_ccmp.c259 WLAN_GET_FC_FROMDS(*(PWORD) pbyFrame)) { in AESbGenCCMP()
Ddpc.c1152 WLAN_GET_FC_FROMDS(*(PWORD)pbyFrame) ) { in s_bHandleRxEncryption()
1300 WLAN_GET_FC_FROMDS(*(PWORD)pbyFrame) ) { in s_bHostWepRxEncryption()