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

/drivers/staging/wlan-ng/
H A 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))
H A Dp80211conv.c298 if ((WLAN_GET_FC_TODS(fc) == 0) && (WLAN_GET_FC_FROMDS(fc) == 0)) {
301 } else if ((WLAN_GET_FC_TODS(fc) == 0)
305 } else if ((WLAN_GET_FC_TODS(fc) == 1)
/drivers/staging/vt6655/
H A 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
H A Dmib.c424 if (WLAN_GET_FC_TODS(pHeader->wFrameCtl) == 0)
H A Ddpc.c994 if (WLAN_GET_FC_TODS(*(unsigned short *)pbyFrame) &&
1133 if (WLAN_GET_FC_TODS(*(unsigned short *)pbyFrame) &&
H A Daes_ccmp.c257 if (WLAN_GET_FC_TODS(*(unsigned short *)pbyFrame) &&

Completed in 96 milliseconds