Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/include/wifi/
Dwm_ieee80211_gcc.h52 #define IEEE80211_FTYPE_CTL 0x0004 macro
347 return (fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_CTL; in ieee80211_is_ctl()
513 (IEEE80211_FTYPE_CTL | IEEE80211_STYPE_BACK_REQ); in ieee80211_is_back_req()
523 (IEEE80211_FTYPE_CTL | IEEE80211_STYPE_BACK); in ieee80211_is_back()
533 (IEEE80211_FTYPE_CTL | IEEE80211_STYPE_PSPOLL); in ieee80211_is_pspoll()
543 (IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS); in ieee80211_is_rts()
553 (IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CTS); in ieee80211_is_cts()
563 (IEEE80211_FTYPE_CTL | IEEE80211_STYPE_ACK); in ieee80211_is_ack()
573 (IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CFEND); in ieee80211_is_cfend()
583 (IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CFENDACK); in ieee80211_is_cfendack()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dagg-tx.c126 bar->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL | in mac80211_send_bar()
Dtx.c4906 pspoll->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL | in mac80211_pspoll_get()
5107 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS); in mac80211_rts_get()
5122 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CTS); in mac80211_ctstoself_get()