Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:station_flags
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
sta.h
267
* @
station_flags
: look at &enum iwl_sta_flags
268
* @station_flags_msk: what of %
station_flags
have changed,
303
__le32
station_flags
;
member
347
* @
station_flags
: look at &enum iwl_sta_flags
348
* @station_flags_msk: what of %
station_flags
have changed,
389
__le32
station_flags
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
sta.h
214
* @
station_flags
: look at &enum iwl_sta_flags
215
* @station_flags_msk: what of %
station_flags
have changed,
250
__le32
station_flags
;
member
294
* @
station_flags
: look at &enum iwl_sta_flags
295
* @station_flags_msk: what of %
station_flags
have changed,
336
__le32
station_flags
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
sta.c
211
priv->stations[sta_id].sta.
station_flags
&= ~mask;
in iwl_sta_update_ht()
212
priv->stations[sta_id].sta.
station_flags
|= flags;
in iwl_sta_update_ht()
218
cmd.
station_flags
= flags;
in iwl_sta_update_ht()
233
priv->stations[index].sta.
station_flags
&= ~mask;
in iwl_set_ht_add_station()
234
priv->stations[index].sta.
station_flags
|= flags;
in iwl_set_ht_add_station()
303
station->sta.
station_flags
= ctx->
station_flags
;
in iwl_prep_station()
1422
.
station_flags
= STA_FLG_PWR_SAVE_MSK,
in iwl_sta_modify_sleep_tx_count()
H
A
D
dev.h
508
__le32
station_flags
;
member
H
A
D
commands.h
896
__le32
station_flags
; /* STA_FLG_* */
member
H
A
D
main.c
647
priv->contexts[IWL_RXON_CTX_PAN].
station_flags
= STA_FLG_PAN_STATION;
in iwl_init_context()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
sta.c
206
priv->stations[sta_id].sta.
station_flags
&= ~mask;
in iwl_sta_update_ht()
207
priv->stations[sta_id].sta.
station_flags
|= flags;
in iwl_sta_update_ht()
213
cmd.
station_flags
= flags;
in iwl_sta_update_ht()
228
priv->stations[index].sta.
station_flags
&= ~mask;
in iwl_set_ht_add_station()
229
priv->stations[index].sta.
station_flags
|= flags;
in iwl_set_ht_add_station()
298
station->sta.
station_flags
= ctx->
station_flags
;
in iwl_prep_station()
1417
.
station_flags
= STA_FLG_PWR_SAVE_MSK,
in iwl_sta_modify_sleep_tx_count()
H
A
D
dev.h
503
__le32
station_flags
;
member
H
A
D
main.c
641
priv->contexts[IWL_RXON_CTX_PAN].
station_flags
= STA_FLG_PAN_STATION;
in iwl_init_context()
H
A
D
commands.h
843
__le32
station_flags
; /* STA_FLG_* */
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
sta.c
146
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_FAT_EN_160MHZ);
in iwl_mvm_sta_send_to_fw()
149
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_FAT_EN_80MHZ);
in iwl_mvm_sta_send_to_fw()
152
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_FAT_EN_40MHZ);
in iwl_mvm_sta_send_to_fw()
156
add_sta_cmd.
station_flags
|=
in iwl_mvm_sta_send_to_fw()
163
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_MIMO_EN_SISO);
in iwl_mvm_sta_send_to_fw()
166
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_MIMO_EN_MIMO2);
in iwl_mvm_sta_send_to_fw()
169
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_MIMO_EN_MIMO3);
in iwl_mvm_sta_send_to_fw()
180
add_sta_cmd.
station_flags
&= ~cpu_to_le32(STA_FLG_MIMO_EN_MSK);
in iwl_mvm_sta_send_to_fw()
181
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_MIMO_EN_SISO);
in iwl_mvm_sta_send_to_fw()
184
add_sta_cmd.
station_flags
|
in iwl_mvm_sta_send_to_fw()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
sta.c
165
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_FAT_EN_160MHZ);
in iwl_mvm_sta_send_to_fw()
168
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_FAT_EN_80MHZ);
in iwl_mvm_sta_send_to_fw()
171
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_FAT_EN_40MHZ);
in iwl_mvm_sta_send_to_fw()
175
add_sta_cmd.
station_flags
|=
in iwl_mvm_sta_send_to_fw()
182
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_MIMO_EN_SISO);
in iwl_mvm_sta_send_to_fw()
185
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_MIMO_EN_MIMO2);
in iwl_mvm_sta_send_to_fw()
188
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_MIMO_EN_MIMO3);
in iwl_mvm_sta_send_to_fw()
199
add_sta_cmd.
station_flags
&= ~cpu_to_le32(STA_FLG_MIMO_EN_MSK);
in iwl_mvm_sta_send_to_fw()
200
add_sta_cmd.
station_flags
|= cpu_to_le32(STA_FLG_MIMO_EN_SISO);
in iwl_mvm_sta_send_to_fw()
203
add_sta_cmd.
station_flags
|
in iwl_mvm_sta_send_to_fw()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H
A
D
commands.h
961
__le32
station_flags
; /* STA_FLG_* */
member
989
__le32
station_flags
; /* STA_FLG_* */
member
1027
__le32
station_flags
; /* STA_FLG_* */
member
H
A
D
4965.c
1707
addsta->
station_flags
= cmd->
station_flags
;
in il4965_build_addsta_hcmd()
H
A
D
3945.c
2244
addsta->
station_flags
= cmd->
station_flags
;
in il3945_build_addsta_hcmd()
H
A
D
common.c
1879
sta_flags = il->stations[idx].sta.
station_flags
;
in il_set_ht_add_station()
1910
il->stations[idx].sta.
station_flags
= sta_flags;
in il_set_ht_add_station()
1981
station->sta.
station_flags
= 0;
in il_prep_station()
H
A
D
4965-mac.c
3662
il->stations[sta_id].sta.
station_flags
|= STA_FLG_PWR_SAVE_MSK;
in il4965_sta_modify_sleep_tx_count()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H
A
D
commands.h
961
__le32
station_flags
; /* STA_FLG_* */
member
989
__le32
station_flags
; /* STA_FLG_* */
member
1027
__le32
station_flags
; /* STA_FLG_* */
member
H
A
D
4965.c
1707
addsta->
station_flags
= cmd->
station_flags
;
in il4965_build_addsta_hcmd()
H
A
D
3945.c
2244
addsta->
station_flags
= cmd->
station_flags
;
in il3945_build_addsta_hcmd()
H
A
D
common.c
1877
sta_flags = il->stations[idx].sta.
station_flags
;
in il_set_ht_add_station()
1908
il->stations[idx].sta.
station_flags
= sta_flags;
in il_set_ht_add_station()
1979
station->sta.
station_flags
= 0;
in il_prep_station()
H
A
D
4965-mac.c
3661
il->stations[sta_id].sta.
station_flags
|= STA_FLG_PWR_SAVE_MSK;
in il4965_sta_modify_sleep_tx_count()
Completed in 85 milliseconds