enum ieee80211_sta_info_flags — Stations flags
enum ieee80211_sta_info_flags { WLAN_STA_AUTH, WLAN_STA_ASSOC, WLAN_STA_PS, WLAN_STA_AUTHORIZED, WLAN_STA_SHORT_PREAMBLE, WLAN_STA_ASSOC_AP, WLAN_STA_WME, WLAN_STA_WDS, WLAN_STA_CLEAR_PS_FILT, WLAN_STA_MFP, WLAN_STA_SUSPEND };
Station is authenticated.
Station is associated.
Station is in power-save mode
Station is authorized to send/receive traffic. This bit is always checked so needs to be enabled for all stations when virtual port control is not in use.
Station is capable of receiving short-preamble frames.
We're associated to that station, it is an AP.
Station is a QoS-STA.
Station is one of our WDS peers.
Clear PS filter in hardware (using the IEEE80211_TX_CTL_CLEAR_PS_FILT control flag) when the next frame to this station is transmitted.
Management frame protection is used with this STA.
Set/cleared during a suspend/resume cycle. Used to deny ADDBA requests (both TX and RX).