Linux Kernel
3.7.1
|
#include <cfg80211.h>
struct station_parameters - station parameters
Used to change and create a new station.
: vlan interface station should belong to : supported rates in IEEE 802.11 format (or NULL for no change) : number of supported rates : station flags that changed (bitmask of BIT(NL80211_STA_FLAG_...)) : station flags values (bitmask of BIT(NL80211_STA_FLAG_...)) : listen interval or -1 for no change : AID or zero for no change : plink action to take : set the peer link state for a station : HT capabilities of station : bitmap of queues configured for uapsd. same format as the AC bitmap in the QoS info field : max Service Period. same format as the MAX_SP in the QoS info field (but already shifted down) : bitmap indicating which parameters changed (for those that don't have a natural "no change" value), see &enum station_parameters_apply_mask
Definition at line 509 of file cfg80211.h.
u16 aid |
Definition at line 515 of file cfg80211.h.
struct ieee80211_ht_cap* ht_capa |
Definition at line 519 of file cfg80211.h.
int listen_interval |
Definition at line 514 of file cfg80211.h.
u8 max_sp |
Definition at line 521 of file cfg80211.h.
u8 plink_action |
Definition at line 517 of file cfg80211.h.
u8 plink_state |
Definition at line 518 of file cfg80211.h.
u32 sta_flags_mask |
Definition at line 512 of file cfg80211.h.
u32 sta_flags_set |
Definition at line 512 of file cfg80211.h.
u32 sta_modify_mask |
Definition at line 513 of file cfg80211.h.
u8* supported_rates |
Definition at line 510 of file cfg80211.h.
u8 supported_rates_len |
Definition at line 516 of file cfg80211.h.
u8 uapsd_queues |
Definition at line 520 of file cfg80211.h.
struct net_device* vlan |
Definition at line 511 of file cfg80211.h.