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:vif_cfg_changed
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
main.c
243
if (local->ops->
vif_cfg_changed
)
in ieee80211_bss_info_change_notify()
244
local->ops->
vif_cfg_changed
(&local->hw, &sdata->vif, ch);
in ieee80211_bss_info_change_notify()
638
if (WARN_ON(!!ops->link_info_changed != !!ops->
vif_cfg_changed
||
in ieee80211_alloc_hw_nm()
H
A
D
driver-ops.h
162
if (local->ops->
vif_cfg_changed
)
in drv_vif_cfg_changed()
163
local->ops->
vif_cfg_changed
(&local->hw, &sdata->vif, changed);
in drv_vif_cfg_changed()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mld-mac80211.c
1103
.
vif_cfg_changed
= iwl_mvm_mld_vif_cfg_changed,
/kernel/linux/linux-6.6/include/net/
H
A
D
mac80211.h
297
* and
vif_cfg_changed
() callbacks to indicate which parameter(s) changed.
3735
* Note: this callback is called if @
vif_cfg_changed
or @link_info_changed
3738
* @
vif_cfg_changed
: Handler for configuration requests related to interface
4296
void (*
vif_cfg_changed
)(struct ieee80211_hw *hw,
member
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H
A
D
mac80211_hwsim.c
3829
.
vif_cfg_changed
= mac80211_hwsim_vif_info_changed, \
Completed in 25 milliseconds