/hostap-latest/src/common/ |
D | hw_features_common.c | 485 data->bandwidth = 80; in hostapd_set_freq_params() 488 data->bandwidth = 160; in hostapd_set_freq_params() 490 data->bandwidth = 320; in hostapd_set_freq_params() 492 data->bandwidth = 40; in hostapd_set_freq_params() 494 data->bandwidth = 20; in hostapd_set_freq_params() 560 data->bandwidth = (1 << (u8) bw) * 20; in hostapd_set_freq_params() 685 data->bandwidth = 80; in hostapd_set_freq_params() 739 data->bandwidth = 160; in hostapd_set_freq_params() 771 data->bandwidth = 320; in hostapd_set_freq_params()
|
/hostap-latest/hostapd/ |
D | ctrl_iface.c | 2482 bw_idx[bw] != params->bandwidth) in hostapd_ctrl_check_freq_params() 2502 switch (params->bandwidth) { in hostapd_ctrl_check_freq_params() 2640 start_freq = params->center_freq1 - (params->bandwidth / 2); in hostapd_ctrl_check_freq_params() 2641 if (!is_punct_bitmap_valid(params->bandwidth, in hostapd_ctrl_check_freq_params() 2661 int bandwidth; in hostapd_ctrl_iface_chan_switch() local 2684 switch (settings.freq_params.bandwidth) { in hostapd_ctrl_iface_chan_switch() 2686 bandwidth = CHAN_WIDTH_40; in hostapd_ctrl_iface_chan_switch() 2690 bandwidth = CHAN_WIDTH_80P80; in hostapd_ctrl_iface_chan_switch() 2692 bandwidth = CHAN_WIDTH_80; in hostapd_ctrl_iface_chan_switch() 2695 bandwidth = CHAN_WIDTH_160; in hostapd_ctrl_iface_chan_switch() [all …]
|
D | ChangeLog | 222 * extended channel switch support for VHT bandwidth changes
|
/hostap-latest/src/ap/ |
D | hostapd.c | 4277 switch (params->bandwidth) { in hostapd_change_config_freq() 4292 switch (params->bandwidth) { in hostapd_change_config_freq() 4346 u8 chan, bandwidth; in hostapd_fill_csa_settings() local 4352 switch (settings->freq_params.bandwidth) { in hostapd_fill_csa_settings() 4355 bandwidth = CONF_OPER_CHWIDTH_80P80MHZ; in hostapd_fill_csa_settings() 4357 bandwidth = CONF_OPER_CHWIDTH_80MHZ; in hostapd_fill_csa_settings() 4360 bandwidth = CONF_OPER_CHWIDTH_160MHZ; in hostapd_fill_csa_settings() 4363 bandwidth = CONF_OPER_CHWIDTH_320MHZ; in hostapd_fill_csa_settings() 4366 bandwidth = CONF_OPER_CHWIDTH_USE_HT; in hostapd_fill_csa_settings() 4373 bandwidth, in hostapd_fill_csa_settings() [all …]
|
D | wpa_auth.h | 389 int *bandwidth, int *seg1_idx); 612 int ap_seg1_idx, int *bandwidth, int *seg1_idx);
|
D | ieee802_11_shared.c | 1030 int ap_seg1_idx, int *bandwidth, int *seg1_idx) in get_tx_parameters() argument 1084 *bandwidth = requested_bw < ap_max_chanwidth ? in get_tx_parameters()
|
D | ieee802_11.h | 224 int ap_seg1_idx, int *bandwidth, int *seg1_idx);
|
D | wpa_auth_glue.c | 1085 int *bandwidth, int *seg1_idx) in hostapd_get_sta_tx_params() argument 1097 return get_tx_parameters(sta, ap_max_chanwidth, ap_seg1_idx, bandwidth, in hostapd_get_sta_tx_params()
|
D | ctrl_iface_ap.c | 1135 SET_CSA_SETTING(bandwidth); in hostapd_parse_csa_settings()
|
D | wpa_auth.c | 3553 int ap_seg1_idx, int *bandwidth, int *seg1_idx) argument 3561 bandwidth, seg1_idx);
|
D | ieee802_11.c | 7245 switch (hapd->cs_freq_params.bandwidth) { in hostapd_eid_wb_chsw_wrapper() 7280 if (hapd->cs_freq_params.bandwidth == 160) { in hostapd_eid_wb_chsw_wrapper()
|
/hostap-latest/wpa_supplicant/ |
D | mesh.c | 451 switch (freq->bandwidth) { in wpa_supplicant_mesh_init() 644 switch (params->freq.bandwidth) { in wpa_supplicant_join_mesh()
|
D | README-HS20 | 283 # bandwidth that is preferred for the credential. This constraint is
|
D | p2p_supplicant.c | 9807 csa_settings.freq_params.bandwidth = conf->secondary_channel ? 40 : 20; in wpas_p2p_move_go_csa() 9847 csa_settings.freq_params.bandwidth = 80; in wpas_p2p_move_go_csa() 9850 csa_settings.freq_params.bandwidth = 160; in wpas_p2p_move_go_csa()
|
D | ctrl_iface.c | 1208 SET_FREQ_SETTING(bandwidth); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1226 freq_params.bandwidth, freq_params.sec_channel_offset, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
|
D | wpa_supplicant.c | 3152 freq->center_freq1, freq->center_freq2, freq->bandwidth); in ibss_mesh_setup_freq()
|
/hostap-latest/src/drivers/ |
D | driver_nl80211.h | 59 int bandwidth; member
|
D | driver_nl80211.c | 4966 wpa_printf(MSG_DEBUG, " * bandwidth=%d", freq->bandwidth); in nl80211_put_freq_params() 4967 switch (freq->bandwidth) { in nl80211_put_freq_params() 5441 params->freq->bandwidth != link->bandwidth) { in wpa_driver_nl80211_set_ap() 5444 bss->ifname, link->bandwidth, in wpa_driver_nl80211_set_ap() 5445 params->freq->bandwidth); in wpa_driver_nl80211_set_ap() 5454 link->bandwidth = params->freq->bandwidth; in wpa_driver_nl80211_set_ap() 5462 link->bandwidth = params->freq->bandwidth; in wpa_driver_nl80211_set_ap() 5494 freq->he_enabled, freq->eht_enabled, freq->bandwidth, in nl80211_set_channel() 10505 freq->bandwidth, freq->center_freq1, freq->center_freq2); in nl80211_start_radar_detection() 11279 settings->freq_params.bandwidth, in nl80211_switch_channel()
|
D | driver.h | 851 int bandwidth; member
|
D | driver_nl80211_event.c | 1276 mld_link->bandwidth = channel_width_to_int( in mlme_event_ch_switch() 1281 bss->flink->bandwidth = channel_width_to_int( in mlme_event_ch_switch()
|
D | driver_zephyr.c | 2133 wpa_printf(MSG_EXCESSIVE, "params->freq->bandwidth: %d", params->freq->bandwidth); in wpa_drv_zep_set_ap()
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 3044 freq_params.bandwidth = entry.uint32_value; in wpas_dbus_handler_tdls_channel_switch() 3084 freq_params.bandwidth, freq_params.sec_channel_offset, in wpas_dbus_handler_tdls_channel_switch()
|