Lines Matching +full:firmware +full:- +full:initialised

8  * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
9 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
10 * Copyright(c) 2012-2014, 2018 - 2020 Intel Corporation
26 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
30 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
31 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
32 * Copyright(c) 2012-2014, 2018 - 2020 Intel Corporation
66 * enum iwl_sta_flags - flags for the ADD_STA host command
76 * @STA_FLG_MAX_AGG_SIZE_MSK: maximal size for A-MPDU (mask)
77 * @STA_FLG_MAX_AGG_SIZE_SHIFT: maximal size for A-MPDU (bit shift)
78 * @STA_FLG_MAX_AGG_SIZE_8K: maximal size for A-MPDU (8k supported)
79 * @STA_FLG_MAX_AGG_SIZE_16K: maximal size for A-MPDU (16k supported)
80 * @STA_FLG_MAX_AGG_SIZE_32K: maximal size for A-MPDU (32k supported)
81 * @STA_FLG_MAX_AGG_SIZE_64K: maximal size for A-MPDU (64k supported)
82 * @STA_FLG_MAX_AGG_SIZE_128K: maximal size for A-MPDU (128k supported)
83 * @STA_FLG_MAX_AGG_SIZE_256K: maximal size for A-MPDU (256k supported)
84 * @STA_FLG_MAX_AGG_SIZE_512K: maximal size for A-MPDU (512k supported)
85 * @STA_FLG_MAX_AGG_SIZE_1024K: maximal size for A-MPDU (1024k supported)
88 * initialised by driver and can be updated by fw upon reception of
95 * @STA_FLG_MIMO_EN_MSK: support for MIMO. This flag is initialised by the
100 * @STA_FLG_AGG_MPDU_DENS_MSK: A-MPDU density (mask)
101 * @STA_FLG_AGG_MPDU_DENS_SHIFT: A-MPDU density (bit shift)
102 * @STA_FLG_AGG_MPDU_DENS_2US: A-MPDU density (2 usec gap)
103 * @STA_FLG_AGG_MPDU_DENS_4US: A-MPDU density (4 usec gap)
104 * @STA_FLG_AGG_MPDU_DENS_8US: A-MPDU density (8 usec gap)
105 * @STA_FLG_AGG_MPDU_DENS_16US: A-MPDU density (16 usec gap)
153 * enum iwl_sta_key_flag - key flags for the ADD_STA host command
163 * @STA_KEY_FLG_WEP_KEY_MAP: wep is either a group key (0 - legacy WEP) or from
164 * station info array (1 - n 1X mode)
169 * @STA_KEY_FLG_KEY_32BYTES: for non-wep key set for 32 bytes key
195 * enum iwl_sta_modify_flag - indicate to the fw what flag are being changed
217 * enum iwl_sta_mode - station command mode
227 * enum iwl_sta_sleep_flag - type of sleep of the station
229 * @STA_SLEEP_STATE_PS_POLL: station is PS-polling
230 * @STA_SLEEP_STATE_UAPSD: station uses U-APSD
231 * @STA_SLEEP_STATE_MOREDATA: set more-data bit on
254 * struct iwl_mvm_add_sta_cmd_v7 - Add/modify a station in the fw's sta table.
257 * @awake_acs: ACs to transmit data on while station is sleeping (for U-APSD)
270 * @add_immediate_ba_tid: tid for which to add block-ack support (Rx)
273 * @remove_immediate_ba_tid: tid for which to remove block-ack support (Rx)
275 * @add_immediate_ba_ssn: ssn for the Rx block-ack session. Used together with
278 * asleep. Used to synchronise PS-poll and u-APSD responses while ucode
281 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP
282 * mac-addr.
286 * The device contains an internal table of per-station information, with info
291 * entry, or modifying a pre-existing one.
316 * enum iwl_sta_type - FW station types
318 * @IWL_STA_LINK: Link station - normal RX and TX traffic.
334 * struct iwl_mvm_add_sta_cmd - Add/modify a station in the fw's sta table.
337 * @awake_acs: ACs to transmit data on while station is sleeping (for U-APSD)
350 * @add_immediate_ba_tid: tid for which to add block-ack support (Rx)
353 * @remove_immediate_ba_tid: tid for which to remove block-ack support (Rx)
355 * @add_immediate_ba_ssn: ssn for the Rx block-ack session. Used together with
358 * asleep. Used to synchronise PS-poll and u-APSD responses while ucode
362 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP
363 * mac-addr.
372 * The device contains an internal table of per-station information, with info
377 * entry, or modifying a pre-existing one.
406 * struct iwl_mvm_add_sta_key_common - add/modify sta key common part
423 * struct iwl_mvm_add_sta_key_cmd_v1 - add/modify sta key
427 * @tkip_rx_ttak: 10-byte unicast TKIP TTAK for Rx
437 * struct iwl_mvm_add_sta_key_cmd - add/modify sta key
451 * enum iwl_mvm_add_sta_rsp_status - status in the response to ADD_STA command
466 * struct iwl_mvm_rm_sta_cmd - Add / modify a station in the fw's station table
533 * struct iwl_mvm_eosp_notification - EOSP notification from firmware
534 * @remain_frame_count: # of frames remaining, non-zero if SP was cut