Home
last modified time | relevance | path

Searched refs:secondary_channel (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Ddfs.c237 int secondary_channel, in dfs_adjust_center_freq() argument
251 if (secondary_channel == 1) in dfs_adjust_center_freq()
449 *secondary_channel = 0; in dfs_get_valid_channel()
472 *secondary_channel = 1; in dfs_get_valid_channel()
474 *secondary_channel = 0; in dfs_get_valid_channel()
477 *secondary_channel, in dfs_get_valid_channel()
843 int secondary_channel; in hostapd_dfs_start_channel_switch_cac() local
869 iface->conf->secondary_channel = secondary_channel; in hostapd_dfs_start_channel_switch_cac()
884 int secondary_channel; in hostapd_dfs_start_channel_switch() local
938 iface->conf->secondary_channel = secondary_channel; in hostapd_dfs_start_channel_switch()
[all …]
H A Dhw_features.c242 if (iface->conf->secondary_channel > 0) { in ieee80211n_switch_pri_sec()
244 iface->conf->secondary_channel = -1; in ieee80211n_switch_pri_sec()
247 iface->conf->secondary_channel = 1; in ieee80211n_switch_pri_sec()
318 iface->conf->secondary_channel * 4); in ieee80211n_check_scan()
319 iface->conf->secondary_channel = 0; in ieee80211n_check_scan()
331 iface->conf->secondary_channel = 0; in ieee80211n_check_scan()
356 if (iface->conf->secondary_channel > 0) in ieee80211n_scan_channels_2g4()
462 iface->conf->secondary_channel = 0; in ap_ht40_scan_retry()
746 if (!iface->conf->secondary_channel) in hostapd_is_usable_chans()
758 iface->conf->secondary_channel = 1; in hostapd_is_usable_chans()
[all …]
H A Dieee802_11_ht.c98 if (hapd->iconf->secondary_channel == 1) in hostapd_eid_ht_operation()
101 if (hapd->iconf->secondary_channel == -1) in hostapd_eid_ht_operation()
180 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz) in hostapd_ht_operation_update()
212 if (iface->conf->secondary_channel > 0) in is_40_allowed()
354 if (iface->conf->secondary_channel) { in hostapd_2040_coex_action()
359 iface->conf->secondary_channel = 0; in hostapd_2040_coex_action()
425 if (iface->conf->secondary_channel && in ht40_intolerant_add()
427 iface->conf->secondary_channel = 0; in ht40_intolerant_add()
555 iface->conf->secondary_channel = iface->secondary_ch; in ap_ht2040_timeout()
H A Dneighbor_db.c148 if (!hapd->iconf->secondary_channel) in hostapd_get_nr_chan_width()
210 hapd->iconf->secondary_channel, in hostapd_neighbor_set_own_report()
225 10 * hapd->iconf->secondary_channel, in hostapd_neighbor_set_own_report()
H A Dacs.c588 iface->conf->secondary_channel == -1) { in acs_find_ideal_chan()
594 iface->conf->secondary_channel) in acs_find_ideal_chan()
642 iface->conf->secondary_channel && in acs_find_ideal_chan()
794 offset = 2 * iface->conf->secondary_channel; in acs_adjust_center_freq()
H A Dap_list.c236 iface->conf->secondary_channel * 4)) { in ap_list_process_beacon()
H A Ddrv_callbacks.c855 hapd->iconf->secondary_channel = offset; in hostapd_event_ch_switch()
952 hapd->iconf->secondary_channel = 0; in hostapd_acs_channel_selected()
954 hapd->iconf->secondary_channel = -1; in hostapd_acs_channel_selected()
956 hapd->iconf->secondary_channel = 1; in hostapd_acs_channel_selected()
H A Dieee802_11_vht.c246 if (iconf->secondary_channel == 0) { in hostapd_eid_txpower_envelope()
H A Dhostapd.c263 hapd->iconf->secondary_channel = oldconf->secondary_channel; in hostapd_reload_config()
1932 hapd->iconf->secondary_channel, in hostapd_setup_interface_complete_sync()
3303 conf->secondary_channel, in hostapd_change_config_freq()
3333 conf->secondary_channel = params->sec_channel_offset; in hostapd_change_config_freq()
3517 iface->conf->secondary_channel = freq_params->sec_channel_offset; in hostapd_switch_channel_fallback()
H A Dap_config.h936 int secondary_channel; member
H A Dbeacon.c349 hapd->iconf->secondary_channel, in hostapd_eid_supported_op_classes()
1430 iconf->secondary_channel, in ieee802_11_set_beacon()
H A Dctrl_iface_ap.c720 iface->conf->secondary_channel : 0, in hostapd_ctrl_iface_status()
H A Dieee802_11.c2182 other->iconf->secondary_channel, in handle_auth()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dap.c58 if (!conf->secondary_channel) in wpas_conf_ap_vht()
130 conf->channel + conf->secondary_channel * 2; in wpas_conf_ap_vht()
202 conf->secondary_channel = in wpa_supplicant_conf_ap_ht()
207 conf->secondary_channel); in wpa_supplicant_conf_ap_ht()
214 conf->secondary_channel = ssid->ht40; in wpa_supplicant_conf_ap_ht()
217 conf->secondary_channel); in wpa_supplicant_conf_ap_ht()
220 if (conf->secondary_channel) in wpa_supplicant_conf_ap_ht()
250 if (conf->secondary_channel) { in wpa_supplicant_conf_ap_ht()
H A Dmesh.c332 conf->secondary_channel = ssid->ht40; in wpa_supplicant_mesh_init()
H A Dp2p_supplicant.c9158 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; in wpas_p2p_move_go_csa()
9160 csa_settings.freq_params.bandwidth = conf->secondary_channel ? 40 : 20; in wpas_p2p_move_go_csa()
9167 conf->secondary_channel, in wpas_p2p_move_go_csa()