Home | History | Annotate | Download | only in ti-utils

Lines Matching full:station

31  * DOC: Station handling
34 * interfaces. When a station is bound to an AP interface, it may be moved
36 * The station is still assumed to belong to the AP interface it was added
96 * @NL80211_CMD_GET_STATION: Get station attributes for station identified by
98 * @NL80211_CMD_SET_STATION: Set station attributes for station identified by
100 * @NL80211_CMD_NEW_STATION: Add a station with given attributes to the
102 * @NL80211_CMD_DEL_STATION: Remove a station identified by %NL80211_ATTR_MAC
201 * BSSID in case of station mode). %NL80211_ATTR_SSID is used to specify
209 * frame in station and IBSS modes when the local MLME processed the
422 * @NL80211_ATTR_STA_AID: Association ID for the station (u16)
430 * @NL80211_ATTR_STA_VLAN: interface index of VLAN interface to move station
431 * to, or the AP interface the station was originally added to to.
432 * @NL80211_ATTR_STA_INFO: information about a station, part of station info
544 * station mode. If the flag is included in %NL80211_CMD_ASSOCIATE
547 * default in station mode.
553 * event was due to the AP disconnecting the station, and not due to
813 * enum nl80211_sta_flags - station flags
815 * Station flags. When a station is added to an AP interface, it is
818 * @NL80211_STA_FLAG_AUTHORIZED: station is authorized (802.1X)
819 * @NL80211_STA_FLAG_SHORT_PREAMBLE: station is capable of receiving frames
821 * @NL80211_STA_FLAG_WME: station is WME/QoS capable
822 * @NL80211_STA_FLAG_MFP: station uses management frame protection
837 * struct nl80211_sta_flag_update - station flags mask/set
838 * @mask: mask of station flags to set
852 * when getting information about the bitrate of a station.
875 * enum nl80211_sta_info - station information
878 * when getting information about a station.
882 * @NL80211_STA_INFO_RX_BYTES: total received bytes (u32, from this station)
883 * @NL80211_STA_INFO_TX_BYTES: total transmitted bytes (u32, to this station)
885 * @NL80211_STA_INFO_MAX: highest possible station info attribute
889 * @NL80211_STA_INFO_RX_PACKETS: total received packet (u32, from this station)
891 * station)