|
@@ -625,11 +625,14 @@ struct ieee80211_rx_status {
|
|
|
* may turn the device off as much as possible. Typically, this flag will
|
|
|
* be set when an interface is set UP but not associated or scanning, but
|
|
|
* it can also be unset in that case when monitor interfaces are active.
|
|
|
+ * @IEEE80211_CONF_OFFCHANNEL: The device is currently not on its main
|
|
|
+ * operating channel.
|
|
|
*/
|
|
|
enum ieee80211_conf_flags {
|
|
|
IEEE80211_CONF_MONITOR = (1<<0),
|
|
|
IEEE80211_CONF_PS = (1<<1),
|
|
|
IEEE80211_CONF_IDLE = (1<<2),
|
|
|
+ IEEE80211_CONF_OFFCHANNEL = (1<<3),
|
|
|
};
|
|
|
|
|
|
|