Home
last modified time | relevance | path

Searched refs:csa_settings (Results 1 – 13 of 13) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Ddfs.c827 struct csa_settings csa_settings; in hostapd_dfs_start_channel_switch() local
887 os_memset(&csa_settings, 0, sizeof(csa_settings)); in hostapd_dfs_start_channel_switch()
888 csa_settings.cs_count = 5; in hostapd_dfs_start_channel_switch()
889 csa_settings.block_tx = 1; in hostapd_dfs_start_channel_switch()
890 err = hostapd_set_freq_params(&csa_settings.freq_params, in hostapd_dfs_start_channel_switch()
909 err = hostapd_switch_channel(iface->bss[i], &csa_settings); in hostapd_dfs_start_channel_switch()
Dctrl_iface_ap.h30 struct csa_settings *settings);
Dhostapd.h498 struct csa_settings *settings);
Dap_drv_ops.h275 struct csa_settings *settings) in hostapd_drv_switch_channel()
Dctrl_iface_ap.c586 struct csa_settings *settings) in hostapd_parse_csa_settings()
Dhostapd.c3089 struct csa_settings *settings) in hostapd_fill_csa_settings()
3180 struct csa_settings *settings) in hostapd_switch_channel()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.h54 struct csa_settings *settings);
Dp2p_supplicant.c8851 struct csa_settings csa_settings; in wpas_p2p_move_go_csa() local
8899 os_memset(&csa_settings, 0, sizeof(csa_settings)); in wpas_p2p_move_go_csa()
8900 csa_settings.cs_count = P2P_GO_CSA_COUNT; in wpas_p2p_move_go_csa()
8901 csa_settings.block_tx = P2P_GO_CSA_BLOCK_TX; in wpas_p2p_move_go_csa()
8902 csa_settings.freq_params.freq = params.freq; in wpas_p2p_move_go_csa()
8903 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; in wpas_p2p_move_go_csa()
8904 csa_settings.freq_params.ht_enabled = conf->ieee80211n; in wpas_p2p_move_go_csa()
8905 csa_settings.freq_params.bandwidth = conf->secondary_channel ? 40 : 20; in wpas_p2p_move_go_csa()
8938 csa_settings.freq_params.vht_enabled = conf->ieee80211ac; in wpas_p2p_move_go_csa()
8939 csa_settings.freq_params.center_freq1 = freq1; in wpas_p2p_move_go_csa()
[all …]
Dap.c1252 struct csa_settings *settings) in ap_switch_channel()
1268 struct csa_settings settings; in ap_ctrl_iface_chanswitch()
Ddriver_i.h593 struct csa_settings *settings) in wpa_drv_switch_channel()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1825 struct csa_settings { struct
3345 int (*switch_channel)(void *priv, struct csa_settings *settings);
Ddriver_nl80211.c8306 static int nl80211_switch_channel(void *priv, struct csa_settings *settings) in nl80211_switch_channel()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1950 struct csa_settings settings; in hostapd_ctrl_iface_chan_switch()