Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddfs.c809 struct csa_settings csa_settings; in hostapd_dfs_start_channel_switch() local
868 os_memset(&csa_settings, 0, sizeof(csa_settings)); in hostapd_dfs_start_channel_switch()
869 csa_settings.cs_count = 5; in hostapd_dfs_start_channel_switch()
870 csa_settings.block_tx = 1; in hostapd_dfs_start_channel_switch()
871 err = hostapd_set_freq_params(&csa_settings.freq_params, in hostapd_dfs_start_channel_switch()
890 err = hostapd_switch_channel(iface->bss[i], &csa_settings); in hostapd_dfs_start_channel_switch()
Dctrl_iface_ap.h25 struct csa_settings *settings);
Dhostapd.h399 struct csa_settings *settings);
Dap_drv_ops.h267 struct csa_settings *settings) in hostapd_drv_switch_channel()
Dctrl_iface_ap.c493 struct csa_settings *settings) in hostapd_parse_csa_settings()
Dhostapd.c2312 struct csa_settings *settings) in hostapd_fill_csa_settings()
2367 struct csa_settings *settings) in hostapd_switch_channel()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.h54 struct csa_settings *settings);
Dap.c1086 struct csa_settings *settings) in ap_switch_channel()
1101 struct csa_settings settings; in ap_ctrl_iface_chanswitch()
Ddriver_i.h583 struct csa_settings *settings) in wpa_drv_switch_channel()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1295 struct csa_settings { struct
2751 int (*switch_channel)(void *priv, struct csa_settings *settings);
Ddriver_nl80211.c12248 static int nl80211_switch_channel(void *priv, struct csa_settings *settings) in nl80211_switch_channel()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1259 struct csa_settings settings; in hostapd_ctrl_iface_chan_switch()