Home
last modified time | relevance | path

Searched refs:WLAN_SET_FC_ISWEP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211hdr.h124 #define WLAN_SET_FC_ISWEP(n) (((u16)(n)) << 14) macro
H A Dp80211conv.c199 fc |= cpu_to_le16(WLAN_SET_FC_ISWEP(1)); in skb_ether_to_p80211()
H A Dprism2sta.c232 p80211_hdr->frame_control |= cpu_to_le16(WLAN_SET_FC_ISWEP(1)); in prism2sta_txframe()