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

/drivers/staging/wlan-ng/
H A Dp80211hdr.h144 #define WLAN_SET_FC_ISWEP(n) (((u16)(n)) << 14) macro
H A Dp80211conv.c220 fc |= cpu_to_le16(WLAN_SET_FC_ISWEP(1));
H A Dprism2sta.c251 p80211_hdr->a3.fc |= cpu_to_le16(WLAN_SET_FC_ISWEP(1));
/drivers/staging/vt6655/
H A D80211hdr.h245 #define WLAN_SET_FC_ISWEP(n) (((unsigned short)(n)) << 14) macro
H A Dwmgr.c1263 WLAN_SET_FC_ISWEP(0)
1362 WLAN_SET_FC_ISWEP(1)
1460 WLAN_SET_FC_ISWEP(0)
H A Drxtx.c2126 pMACHeader->wFrameCtl |= cpu_to_le16((unsigned short)WLAN_SET_FC_ISWEP(1));

Completed in 1570 milliseconds