Home | History | Annotate | Download | only in wpa_supplicant_lib

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
135 * @NL80211_CMD_GET_STATION: Get station attributes for station identified by
137 * @NL80211_CMD_SET_STATION: Set station attributes for station identified by
139 * @NL80211_CMD_NEW_STATION: Add a station with given attributes to the
141 * @NL80211_CMD_DEL_STATION: Remove a station identified by %NL80211_ATTR_MAC
240 * BSSID in case of station mode). %NL80211_ATTR_SSID is used to specify
248 * frame in station and IBSS modes when the local MLME processed the
568 * @NL80211_ATTR_STA_AID: Association ID for the station (u16)
576 * @NL80211_ATTR_STA_VLAN: interface index of VLAN interface to move station
577 * to, or the AP interface the station was originally added to to.
578 * @NL80211_ATTR_STA_INFO: information about a station, part of station info
690 * station mode. If the flag is included in %NL80211_CMD_ASSOCIATE
693 * default in station mode.
708 * event was due to the AP disconnecting the station, and not due to
805 * means support for per-station GTKs.
1058 * enum nl80211_sta_flags - station flags
1060 * Station flags. When a station is added to an AP interface, it is
1064 * @NL80211_STA_FLAG_AUTHORIZED: station is authorized (802.1X)
1065 * @NL80211_STA_FLAG_SHORT_PREAMBLE: station is capable of receiving frames
1067 * @NL80211_STA_FLAG_WME: station is WME/QoS capable
1068 * @NL80211_STA_FLAG_MFP: station uses management frame protection
1069 * @NL80211_STA_FLAG_MAX: highest station flag number currently defined
1085 * struct nl80211_sta_flag_update - station flags mask/set
1086 * @mask: mask of station flags to set
1100 * when getting information about the bitrate of a station.
1123 * enum nl80211_sta_info - station information
1126 * when getting information about a station.
1130 * @NL80211_STA_INFO_RX_BYTES: total received bytes (u32, from this station)
1131 * @NL80211_STA_INFO_TX_BYTES: total transmitted bytes (u32, to this station)
1133 * @NL80211_STA_INFO_MAX: highest possible station info attribute
1137 * @NL80211_STA_INFO_RX_PACKETS: total received packet (u32, from this station)
1139 * station)
1140 * @NL80211_STA_INFO_TX_RETRIES: total retries (u32, to this station)
1141 * @NL80211_STA_INFO_TX_FAILED: total failed packets (u32, to this station)