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:preset_chandef
(Results
1 - 6
of
6
) sorted by relevance
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
hdf_bdh_mac80211.c
1220
wdev, wdev->
preset_chandef
.chan,
in SetupWireLessDev()
1224
wdev->
preset_chandef
.width = (enum nl80211_channel_type)apSettings->width;
in SetupWireLessDev()
1225
wdev->
preset_chandef
.center_freq1 = apSettings->centerFreq1;
in SetupWireLessDev()
1226
wdev->
preset_chandef
.center_freq2 = apSettings->centerFreq2;
in SetupWireLessDev()
1230
wdev->
preset_chandef
.chan = chan;
in SetupWireLessDev()
1232
} else if (wdev->
preset_chandef
.chan == NULL) {
in SetupWireLessDev()
1233
wdev->
preset_chandef
.chan = &g_ap_ieee80211_channel;
in SetupWireLessDev()
1234
wdev->
preset_chandef
.chan->hw_value = apSettings->channel;
in SetupWireLessDev()
1235
wdev->
preset_chandef
.chan->band = apSettings->band; // IEEE80211_BAND_2GHZ;
in SetupWireLessDev()
1236
wdev->
preset_chandef
in SetupWireLessDev()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_mac80211.c
314
if (GET_NET_DEV_CFG80211_WIRELESS(netDev)->
preset_chandef
.chan == NULL) {
in SetupWireLessDev()
315
GET_NET_DEV_CFG80211_WIRELESS(netDev)->
preset_chandef
.chan =
in SetupWireLessDev()
317
if (GET_NET_DEV_CFG80211_WIRELESS(netDev)->
preset_chandef
.chan == NULL) {
in SetupWireLessDev()
324
GET_NET_DEV_CFG80211_WIRELESS(netDev)->
preset_chandef
.width = (oal_nl80211_channel_type)apSettings->width;
in SetupWireLessDev()
325
GET_NET_DEV_CFG80211_WIRELESS(netDev)->
preset_chandef
.center_freq1 = apSettings->centerFreq1;
in SetupWireLessDev()
326
GET_NET_DEV_CFG80211_WIRELESS(netDev)->
preset_chandef
.chan->hw_value = apSettings->channel;
in SetupWireLessDev()
327
GET_NET_DEV_CFG80211_WIRELESS(netDev)->
preset_chandef
.chan->band = IEEE80211_BAND_2GHZ;
in SetupWireLessDev()
H
A
D
wal_cfg80211.c
3821
oal_ieee80211_channel *channel = (oal_ieee80211_channel *)GET_NET_DEV_CFG80211_WIRELESS(netdev)->
preset_chandef
.chan;
in wal_cfg80211_set_channel_info()
3822
hi_s32 l_bandwidth = GET_NET_DEV_CFG80211_WIRELESS(netdev)->
preset_chandef
.width;
in wal_cfg80211_set_channel_info()
3823
hi_s32 l_center_freq1 = GET_NET_DEV_CFG80211_WIRELESS(netdev)->
preset_chandef
.center_freq1;
in wal_cfg80211_set_channel_info()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.c
454
if (GET_NET_DEV_CFG80211_WIRELESS(netdev)->
preset_chandef
.chan != HI_NULL) {
in oal_net_clear_netdev()
455
OsalMemFree(GET_NET_DEV_CFG80211_WIRELESS(netdev)->
preset_chandef
.chan);
in oal_net_clear_netdev()
456
GET_NET_DEV_CFG80211_WIRELESS(netdev)->
preset_chandef
.chan = HI_NULL;
in oal_net_clear_netdev()
H
A
D
oal_net.h
1152
oal_cfg80211_chan_def
preset_chandef
;
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
wl_cfg80211.c
11943
if (!dev->ieee80211_ptr->
preset_chandef
.chan) {
in wl_cfg80211_start_ap()
11949
dev->ieee80211_ptr->
preset_chandef
.chan,
in wl_cfg80211_start_ap()
Completed in 45 milliseconds