/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | dfs.c | 888 struct csa_settings csa_settings; in hostapd_dfs_start_channel_switch() local 956 os_memset(&csa_settings, 0, sizeof(csa_settings)); in hostapd_dfs_start_channel_switch() 957 csa_settings.cs_count = 5; in hostapd_dfs_start_channel_switch() 958 csa_settings.block_tx = 1; in hostapd_dfs_start_channel_switch() 959 err = hostapd_set_freq_params(&csa_settings.freq_params, in hostapd_dfs_start_channel_switch() 980 err = hostapd_switch_channel(iface->bss[i], &csa_settings); in hostapd_dfs_start_channel_switch()
|
H A D | ctrl_iface_ap.h | 30 struct csa_settings *settings);
|
H A D | ap_drv_ops.h | 290 struct csa_settings *settings) in hostapd_drv_switch_channel()
|
H A D | hostapd.h | 605 struct csa_settings *settings);
|
H A D | ctrl_iface_ap.c | 836 struct csa_settings *settings) in hostapd_parse_csa_settings()
|
H A D | hostapd.c | 3348 struct csa_settings *settings) in hostapd_fill_csa_settings() 3453 struct csa_settings *settings) in hostapd_switch_channel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | dfs.c | 1038 struct csa_settings csa_settings; in hostapd_dfs_start_channel_switch() local 1116 os_memset(&csa_settings, 0, sizeof(csa_settings)); in hostapd_dfs_start_channel_switch() 1117 csa_settings.cs_count = 5; in hostapd_dfs_start_channel_switch() 1118 csa_settings.block_tx = 1; in hostapd_dfs_start_channel_switch() 1123 err = hostapd_set_freq_params(&csa_settings.freq_params, in hostapd_dfs_start_channel_switch() 1146 err = hostapd_switch_channel(iface->bss[i], &csa_settings); in hostapd_dfs_start_channel_switch()
|
H A D | ctrl_iface_ap.h | 30 struct csa_settings *settings);
|
H A D | hostapd.h | 641 struct csa_settings *settings);
|
H A D | ap_drv_ops.h | 295 struct csa_settings *settings) in hostapd_drv_switch_channel()
|
H A D | ctrl_iface_ap.c | 892 struct csa_settings *settings) in hostapd_parse_csa_settings()
|
H A D | hostapd.c | 3585 struct csa_settings *settings) in hostapd_fill_csa_settings() 3698 struct csa_settings *settings) in hostapd_switch_channel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ap.h | 54 struct csa_settings *settings);
|
H A D | p2p_supplicant.c | 9127 struct csa_settings csa_settings; in wpas_p2p_move_go_csa() local 9175 os_memset(&csa_settings, 0, sizeof(csa_settings)); in wpas_p2p_move_go_csa() 9176 csa_settings.cs_count = P2P_GO_CSA_COUNT; in wpas_p2p_move_go_csa() 9177 csa_settings.block_tx = P2P_GO_CSA_BLOCK_TX; in wpas_p2p_move_go_csa() 9178 csa_settings.freq_params.freq = params.freq; in wpas_p2p_move_go_csa() 9179 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; in wpas_p2p_move_go_csa() 9180 csa_settings.freq_params.ht_enabled = conf->ieee80211n; in wpas_p2p_move_go_csa() 9181 csa_settings in wpas_p2p_move_go_csa() [all...] |
H A D | ap.c | 1367 struct csa_settings *settings) in ap_switch_channel() 1383 struct csa_settings settings; in ap_ctrl_iface_chanswitch()
|
H A D | driver_i.h | 611 struct csa_settings *settings) in wpa_drv_switch_channel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ap.h | 54 struct csa_settings *settings);
|
H A D | p2p_supplicant.c | 10568 struct csa_settings csa_settings; 10617 os_memset(&csa_settings, 0, sizeof(csa_settings)); 10618 csa_settings.cs_count = P2P_GO_CSA_COUNT; 10619 csa_settings.block_tx = P2P_GO_CSA_BLOCK_TX; 10620 csa_settings.freq_params.freq = params.freq; 10621 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; 10622 csa_settings.freq_params.ht_enabled = conf->ieee80211n; 10623 csa_settings [all...] |
H A D | ap.c | 1616 struct csa_settings *settings) in ap_switch_channel() 1639 struct csa_settings settings; in ap_ctrl_iface_chanswitch()
|
H A D | driver_i.h | 680 struct csa_settings *settings) in wpa_drv_switch_channel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver.h | 2071 * struct csa_settings - Settings for channel switch command 2080 struct csa_settings { struct 3700 int (*switch_channel)(void *priv, struct csa_settings *settings);
|
H A D | driver_nl80211.c | 9019 static int nl80211_switch_channel(void *priv, struct csa_settings *settings) in nl80211_switch_channel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver.h | 2473 * struct csa_settings - Settings for channel switch command 2482 struct csa_settings { struct 4123 int (*switch_channel)(void *priv, struct csa_settings *settings);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 2346 struct csa_settings settings; in hostapd_ctrl_iface_chan_switch()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 2765 struct csa_settings settings; in hostapd_ctrl_iface_chan_switch()
|