OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:csa_settings
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
dfs.c
973
struct
csa_settings
csa_settings
;
local
987
os_memset(&
csa_settings
, 0, sizeof(
csa_settings
));
988
csa_settings
.cs_count = 5;
989
csa_settings
.block_tx = 1;
990
csa_settings
.link_id = -1;
993
csa_settings
.link_id = iface->bss[0]->mld_link_id;
999
err = hostapd_set_freq_params(&
csa_settings
.freq_params,
1025
err = hostapd_switch_channel(iface->bss[i], &
csa_settings
);
[
all
...]
/src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant.c
9745
struct
csa_settings
csa_settings
;
local
9800
os_memset(&
csa_settings
, 0, sizeof(
csa_settings
));
9801
csa_settings
.cs_count = P2P_GO_CSA_COUNT;
9802
csa_settings
.block_tx = P2P_GO_CSA_BLOCK_TX;
9803
csa_settings
.link_id = -1;
9804
csa_settings
.freq_params.freq = params.freq;
9805
csa_settings
.freq_params.sec_channel_offset = conf->secondary_channel;
9806
csa_settings
.freq_params.ht_enabled = conf->ieee80211n
[
all
...]
/src/external/bsd/wpa/dist/src/drivers/
driver.h
2725
* struct
csa_settings
- Settings for channel switch command
2737
struct
csa_settings
{
struct
4517
int (*switch_channel)(void *priv, struct
csa_settings
*settings);
Completed in 64 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026