Lines Matching full:station
29 * @WLAN_STA_AUTH: Station is authenticated.
30 * @WLAN_STA_ASSOC: Station is associated.
31 * @WLAN_STA_PS_STA: Station is in power-save mode
32 * @WLAN_STA_AUTHORIZED: Station is authorized to send/receive traffic.
35 * @WLAN_STA_SHORT_PREAMBLE: Station is capable of receiving short-preamble
37 * @WLAN_STA_WDS: Station is one of our WDS peers.
40 * frame to this station is transmitted.
43 * during suspend/resume and station removal.
44 * @WLAN_STA_PS_DRIVER: driver requires keeping this station in
47 * @WLAN_STA_PSPOLL: Station sent PS-poll while driver was keeping
48 * station in power-save mode, reply when the driver unblocks.
49 * @WLAN_STA_TDLS_PEER: Station is a TDLS peer.
53 * station.
59 * @WLAN_STA_UAPSD: Station requested unscheduled SP while driver was
60 * keeping station in power-save mode, reply when the driver
61 * unblocks the station.
62 * @WLAN_STA_SP: Station is in a service period, so don't try to
65 * @WLAN_STA_INSERTED: This station is inserted into the hash table.
66 * @WLAN_STA_RATE_CONTROL: rate control was initialized for this station.
67 * @WLAN_STA_TOFFSET_KNOWN: toffset calculated for this station is valid.
70 * @WLAN_STA_PS_DELIVER: station woke up, but we're still blocking TX
72 * @WLAN_STA_USES_ENCRYPTION: This station was configured for encryption,
74 * @WLAN_STA_DECAP_OFFLOAD: This station uses rx decap offload
161 * @sta: station we are attached to
215 * @sta: station we are attached to
473 * The bandwidth threshold below which the per-station CoDel parameters will be
490 * @gtk: group keys negotiated with this station, if any
514 * @cur_max_bandwidth: maximum bandwidth to use for TX to the station,
574 * This structure collects information about a station that
580 * @addr: station's MAC address - duplicated from public part to
583 * @sdata: virtual interface this station belongs to
584 * @ptk: peer keys negotiated with this station, if any
593 * @listen_interval: listen interval of this station, when we're acting as AP
596 * @ps_tx_buf: buffers (per AC) of frames to transmit to this station
601 * the station when it leaves powersave or polls for frames
605 * @last_connected: time (in seconds) when a station got connected
610 * station
611 * @airtime_weight: station weight for airtime fairness calculation purposes
618 * @sta: station information we share with the driver
619 * @sta_state: duplicates information about station state (for debug)
620 * @rcu_head: RCU head used for freeing this station struct
621 * @cur_max_bandwidth: maximum bandwidth to use for TX to the station,
623 * @cparams: CoDel parameters for this station.
807 /* Maximum number of frames to buffer per power saving station per AC */
814 /* How often station data is cleaned up (e.g., expiration of buffered frames)