OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_chan
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
mbo_ap.c
38
size_t
num_chan
, i;
local
44
num_chan
= len - 3;
45
info = os_zalloc(sizeof(*info) +
num_chan
);
51
info->num_channels =
num_chan
;
53
os_memcpy(info->channels, buf,
num_chan
);
66
for (i = 0; i <
num_chan
; i++) {
/src/external/bsd/wpa/dist/wpa_supplicant/
op_classes.c
50
const u8 *center_channels, size_t
num_chan
)
57
for (i = 0; i <
num_chan
; i++) {
78
size_t
num_chan
;
local
85
num_chan
= ARRAY_SIZE(center_channels_6ghz);
88
num_chan
= ARRAY_SIZE(center_channels_5ghz);
92
num_chan
);
120
const u8 *center_channels, size_t
num_chan
)
127
for (i = 0; i <
num_chan
; i++) {
148
size_t
num_chan
;
local
154
num_chan
= ARRAY_SIZE(center_channels_6ghz)
218
size_t
num_chan
;
local
[
all
...]
rrm.c
568
size_t
num_chan
= 0;
local
578
num_chan
= is_6ghz ? ARRAY_SIZE(channels_80mhz_6ghz) :
583
num_chan
= is_6ghz ? ARRAY_SIZE(channels_160mhz_6ghz) :
587
num_chan
= ARRAY_SIZE(channels_320mhz_6ghz);
590
return wpas_add_channels(op, mode, channels,
num_chan
);
Completed in 16 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026