Home
last modified time | relevance | path

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

/include/linux/
Dieee80211.h59 #define IEEE80211_FTYPE_CTL 0x0004 macro
361 cpu_to_le16(IEEE80211_FTYPE_CTL); in ieee80211_is_ctl()
529 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_BACK_REQ); in ieee80211_is_back_req()
539 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_BACK); in ieee80211_is_back()
549 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_PSPOLL); in ieee80211_is_pspoll()
559 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS); in ieee80211_is_rts()
569 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CTS); in ieee80211_is_cts()
579 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_ACK); in ieee80211_is_ack()
589 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CFEND); in ieee80211_is_cfend()
599 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CFENDACK); in ieee80211_is_cfendack()