Home | History | Annotate | Download | only in drivers

Lines Matching full:station

33  * DOC: Station handling
36 * interfaces. When a station is bound to an AP interface, it may be moved
38 * The station is still assumed to belong to the AP interface it was added
41 * Station handling varies per interface type and depending on the driver's
45 * and WIPHY_FLAG_TDLS_EXTERNAL_SETUP), the station lifetime is as follows:
46 * - a setup station entry is added, not yet authorized, without any rate
49 * to add rate and capability information to the station and at the same
197 * @NL80211_CMD_GET_STATION: Get station attributes for station identified by
199 * @NL80211_CMD_SET_STATION: Set station attributes for station identified by
201 * @NL80211_CMD_NEW_STATION: Add a station with given attributes to the
203 * @NL80211_CMD_DEL_STATION: Remove a station identified by %NL80211_ATTR_MAC
337 * BSSID in case of station mode). %NL80211_ATTR_SSID is used to specify
345 * frame in station and IBSS modes when the local MLME processed the
517 * sent while no station information (sta_info) exists for the new peer
521 * notification, userspace may decide to create a new station
524 * new station with the AUTHENTICATED flag unset and maybe change it later
573 * associated station identified by %NL80211_ATTR_MAC sent a 4addr frame
577 * @NL80211_CMD_PROBE_CLIENT: Probe an associated station on an AP interface
608 * station, due to particular reason. %NL80211_ATTR_CONN_FAILED_REASON
914 * @NL80211_ATTR_STA_AID: Association ID for the station (u16)
922 * @NL80211_ATTR_STA_VLAN: interface index of VLAN interface to move station
923 * to, or the AP interface the station was originally added to to.
924 * @NL80211_ATTR_STA_INFO: information about a station, part of station info
1043 * station mode. If the flag is included in %NL80211_CMD_ASSOCIATE
1046 * default in station mode.
1061 * event was due to the AP disconnecting the station, and not due to
1165 * means support for per-station GTKs.
1280 * of the station, see &enum nl80211_sta_wme_attr.
1341 * the station debugfs ht_caps file.
1352 * to report per station tx/rx activity to free up the staion entry from
1370 * the connection request from a station. nl80211_connect_failed_reason
1410 * @NL80211_ATTR_STA_CAPABILITY: Station capabilities (u16) are advertised to
1413 * @NL80211_ATTR_STA_EXT_CAPABILITY: Station extended capabilities are
1434 * @NL80211_ATTR_PEER_AID: Association ID for the peer TDLS station (u16).
1839 * enum nl80211_sta_flags - station flags
1841 * Station flags. When a station is added to an AP interface, it is
1845 * @NL80211_STA_FLAG_AUTHORIZED: station is authorized (802.1X)
1846 * @NL80211_STA_FLAG_SHORT_PREAMBLE: station is capable of receiving frames
1848 * @NL80211_STA_FLAG_WME: station is WME/QoS capable
1849 * @NL80211_STA_FLAG_MFP: station uses management frame protection
1850 * @NL80211_STA_FLAG_AUTHENTICATED: station is authenticated
1851 * @NL80211_STA_FLAG_TDLS_PEER: station is a TDLS peer -- this flag should
1853 * flag can't be changed, it is only valid while adding a station, and
1856 * @NL80211_STA_FLAG_ASSOCIATED: station is associated; used with drivers
1858 * previously added station into associated state
1859 * @NL80211_STA_FLAG_MAX: highest station flag number currently defined
1880 * struct nl80211_sta_flag_update - station flags mask/set
1881 * @mask: mask of station flags to set
1895 * when getting information about the bitrate of a station.
1940 * when getting information about the bitrate of a station.
1967 * enum nl80211_sta_info - station information
1970 * when getting information about a station.
1974 * @NL80211_STA_INFO_RX_BYTES: total received bytes (u32, from this station)
1975 * @NL80211_STA_INFO_TX_BYTES: total transmitted bytes (u32, to this station)
1976 * @NL80211_STA_INFO_RX_BYTES64: total received bytes (u64, from this station)
1977 * @NL80211_STA_INFO_TX_BYTES64: total transmitted bytes (u64, to this station)
1981 * @NL80211_STA_INFO_RX_PACKETS: total received packet (u32, from this station)
1983 * station)
1984 * @NL80211_STA_INFO_TX_RETRIES: total retries (u32, to this station)
1985 * @NL80211_STA_INFO_TX_FAILED: total failed packets (u32, to this station)
1987 * @NL80211_STA_INFO_LLID: the station's mesh LLID
1988 * @NL80211_STA_INFO_PLID: the station's mesh PLID
1989 * @NL80211_STA_INFO_PLINK_STATE: peer link state for the station
1993 * @NL80211_STA_INFO_BSS_PARAM: current station's view of BSS, nested attribute
1995 * @NL80211_STA_INFO_CONNECTED_TIME: time since the station is last connected
2008 * @NL80211_STA_INFO_MAX: highest possible station info attribute
2364 * base station. Device drivers that have been tested to work
2368 * ignore all cell base station hints until at least one device
2538 * @NL80211_MESHCONF_GATE_ANNOUNCEMENTS: Advertise that this mesh station has
2550 * threshold for average signal strength of candidate station to establish
3466 * enum nl80211_sta_wme_attr - station WME attributes
3473 * @NL80211_STA_WME_MAX: highest station WME attribute
3549 * equals (SAE) with user space SME (NL80211_CMD_AUTHENTICATE) in station
3569 * states using station flags.