Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
station_parameters Struct Reference

#include <cfg80211.h>

Data Fields

u8supported_rates
 
struct net_devicevlan
 
u32 sta_flags_mask
 
u32 sta_flags_set
 
u32 sta_modify_mask
 
int listen_interval
 
u16 aid
 
u8 supported_rates_len
 
u8 plink_action
 
u8 plink_state
 
struct ieee80211_ht_capht_capa
 
u8 uapsd_queues
 
u8 max_sp
 

Detailed Description

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.

Field Documentation

u16 aid

Definition at line 515 of file cfg80211.h.

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.

Definition at line 511 of file cfg80211.h.


The documentation for this struct was generated from the following file: