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:bands
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_mac80211.c
123
currentBand = wiphy->
bands
[band];
in GetChannelByFreq()
145
if (wiphy->
bands
[band] == NULL) {
in WifiScanSetChannel()
150
for (loop = 0; loop < (int32_t)wiphy->
bands
[band]->n_channels; loop++) {
in WifiScanSetChannel()
151
chan = &wiphy->
bands
[band]->channels[loop];
in WifiScanSetChannel()
254
currentBand = wiphy->
bands
[band];
in WalGetChannel()
771
if (self->
bands
[i] != NULL) {
in WalReleaseHwCapability()
772
OsalMemFree(self->
bands
[i]);
in WalReleaseHwCapability()
773
self->
bands
[i] = NULL;
in WalReleaseHwCapability()
794
oal_ieee80211_supported_band *band = GET_NET_DEV_CFG80211_WIRELESS(netDev)->wiphy->
bands
[IEEE80211_BAND_2GHZ];
in WalGetHwCapability()
801
if (hwCapability->
bands
[IEEE80211_BAND_2GH
in WalGetHwCapability()
[all...]
H
A
D
wal_cfg80211.c
5089
功能描述 : 重新初始化wifi wiphy的
bands
in wal_check_cookie_timeout()
5232
wiphy->
bands
[IEEE80211_BAND_2GHZ] = &g_wifi_band_2ghz; /* 支持的频带信息 2.4G */
in wal_check_cookie_timeout()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
hdf_bdh_mac80211.c
329
if (self->
bands
[i] != NULL) {
in BDH6WalReleaseHwCapability()
330
OsalMemFree(self->
bands
[i]);
in BDH6WalReleaseHwCapability()
331
self->
bands
[i] = NULL;
in BDH6WalReleaseHwCapability()
393
band5g = wiphy->
bands
[IEEE80211_BAND_5GHZ];
in Bdh6Fband()
416
if (hwCapability->
bands
[bnum] == NULL) {
in FillBdhBandInfo()
417
hwCapability->
bands
[bnum] =
in FillBdhBandInfo()
419
if (hwCapability->
bands
[bnum] == NULL) {
in FillBdhBandInfo()
427
hwCapability->
bands
[bnum]->channelCount = band->n_channels;
in FillBdhBandInfo()
429
hwCapability->
bands
[bnum]->channels[loop].centerFreq = band->channels[loop].center_freq;
in FillBdhBandInfo()
430
hwCapability->
bands
[bnu
in FillBdhBandInfo()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
wl_cfg80211.c
12654
band = wiphy->
bands
[IEEE80211_BAND_2GHZ];
in wl_cfg80211_dump_survey()
12662
band = wiphy->
bands
[IEEE80211_BAND_5GHZ];
in wl_cfg80211_dump_survey()
13043
wdev->wiphy->
bands
[IEEE80211_BAND_2GHZ] = &__wl_band_2ghz;
in wl_setup_wiphy()
13426
band = wiphy->
bands
[IEEE80211_BAND_2GHZ];
in wl_inform_single_bss()
13428
band = wiphy->
bands
[IEEE80211_BAND_5GHZ];
in wl_inform_single_bss()
13845
band = wiphy->
bands
[IEEE80211_BAND_2GHZ];
in wl_notify_connect_status_ap_auth()
13847
band = wiphy->
bands
[IEEE80211_BAND_5GHZ];
in wl_notify_connect_status_ap_auth()
14020
band = wiphy->
bands
[IEEE80211_BAND_2GHZ];
in wl_notify_connect_status_ap()
14022
band = wiphy->
bands
[IEEE80211_BAND_5GHZ];
in wl_notify_connect_status_ap()
14275
band = wiphy->
bands
[IEEE80211_BAND_2GH
in wl_notify_connect_status_bss()
18798
struct ieee80211_supported_band *
bands
[IEEE80211_NUM_BANDS] = {NULL, };
__wl_update_wiphybands()
local
[all...]
H
A
D
wl_cfgscan.c
440
band = bcmcfg_to_wiphy(cfg)->
bands
[IEEE80211_BAND_2GHZ];
in wl_escan_handler()
442
band = bcmcfg_to_wiphy(cfg)->
bands
[IEEE80211_BAND_5GHZ];
in wl_escan_handler()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.c
269
* there are overlapping channel numbers in 5GHz and 2GHz
bands
*/
in oal_ieee80211_channel_to_frequency()
334
sband = wiphy->
bands
[band];
in oal_ieee80211_get_channel()
H
A
D
oal_net.h
1070
oal_ieee80211_supported_band*
bands
[IEEE80211_NUM_BANDS];
member
/device/qemu/drivers/virtio/
H
A
D
virtnet.c
625
p->cap.
bands
[0] = &p->band;
in FakeWalGetHwCapability()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
wlioctl.h
12321
uint8 ndp_supported_bands; /* number of ndp supported
bands
*/
12901
uint8
bands
[NAN_MAX_BANDS];
member
16931
/* Data structures for rsdb
bands
*/
19240
uint32 chan[NAN_MAX_BANDS]; /* cur nan slot chanspec of both
bands
*/
19250
uint32 chan[NAN_MAX_BANDS]; /* cur nan slot chanspec of both
bands
*/
Completed in 111 milliseconds