| /freebsd/contrib/wpa/src/ap/ |
| H A D | beacon.c | 557 enum oper_chan_width chwidth; in hostapd_eid_supported_op_classes() local 565 hostapd_get_oper_chan_info_of_bss(hapd, &chwidth, &seg0, &seg1); in hostapd_eid_supported_op_classes() 569 chwidth == CONF_OPER_CHWIDTH_USE_HT) in hostapd_eid_supported_op_classes() 574 chwidth, in hostapd_eid_supported_op_classes() 2028 u8 chwidth = FD_CAP_BSS_CHWIDTH_20, he_mcs_nss_size = 4; in hostapd_fils_discovery_cap() local 2038 chwidth = FD_CAP_BSS_CHWIDTH_320; in hostapd_fils_discovery_cap() 2045 chwidth = FD_CAP_BSS_CHWIDTH_160_80_80; in hostapd_fils_discovery_cap() 2048 chwidth = FD_CAP_BSS_CHWIDTH_80; in hostapd_fils_discovery_cap() 2051 chwidth = FD_CAP_BSS_CHWIDTH_40; in hostapd_fils_discovery_cap() 2061 chwidth = FD_CAP_BSS_CHWIDTH_160_80_80; in hostapd_fils_discovery_cap() [all …]
|
| H A D | drv_callbacks.c | 1260 int channel, chwidth, is_dfs0, is_dfs; in hostapd_event_ch_switch() local 1296 chwidth = CONF_OPER_CHWIDTH_80MHZ; in hostapd_event_ch_switch() 1299 chwidth = CONF_OPER_CHWIDTH_80P80MHZ; in hostapd_event_ch_switch() 1302 chwidth = CONF_OPER_CHWIDTH_160MHZ; in hostapd_event_ch_switch() 1305 chwidth = CONF_OPER_CHWIDTH_320MHZ; in hostapd_event_ch_switch() 1311 chwidth = CONF_OPER_CHWIDTH_USE_HT; in hostapd_event_ch_switch() 1396 if (ieee80211_freq_to_channel_ext(freq, offset, chwidth, in hostapd_event_ch_switch() 1400 hostapd_set_oper_chwidth(hapd->iconf, chwidth); in hostapd_event_ch_switch() 1410 if (chwidth == CONF_OPER_CHWIDTH_160MHZ) in hostapd_event_ch_switch() 1413 else if (chwidth == CONF_OPER_CHWIDTH_80P80MHZ) in hostapd_event_ch_switch()
|
| H A D | ieee802_11_ht.c | 87 enum oper_chan_width chwidth = hostapd_get_oper_chwidth(hapd->iconf); in set_ht_param() local 91 switch (chwidth) { in set_ht_param()
|
| H A D | ieee802_11_eht.c | 188 enum oper_chan_width chwidth; in hostapd_eid_eht_operation() local 197 chwidth = op_class_to_ch_width(conf->op_class); in hostapd_eid_eht_operation() 199 chwidth = conf->eht_oper_chwidth; in hostapd_eid_eht_operation() 201 eht_oper_info_present = chwidth == CONF_OPER_CHWIDTH_320MHZ || in hostapd_eid_eht_operation() 235 switch (chwidth) { in hostapd_eid_eht_operation()
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | ieee802_11_common.h | 347 int chwidth_freq2_to_ch_width(int chwidth, int freq2);
|
| H A D | ieee802_11_common.c | 3495 int chwidth_freq2_to_ch_width(int chwidth, int freq2) in chwidth_freq2_to_ch_width() argument 3502 switch (chwidth) { in chwidth_freq2_to_ch_width() 3515 chwidth); in chwidth_freq2_to_ch_width()
|
| /freebsd/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new_handlers_p2p.c | 369 int max_oper_chwidth, chwidth = 0, freq2 = 0; in wpas_dbus_handler_p2p_group_add() local 423 chwidth = entry.int32_value; in wpas_dbus_handler_p2p_group_add() 431 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in wpas_dbus_handler_p2p_group_add() 435 if (allow_6ghz && chwidth == 40) in wpas_dbus_handler_p2p_group_add()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | wpa_supplicant.c | 3389 int chwidth, seg0, seg1; in ibss_mesh_select_80_160mhz() local 3400 chwidth = CONF_OPER_CHWIDTH_USE_HT; in ibss_mesh_select_80_160mhz() 3427 chwidth = CONF_OPER_CHWIDTH_80MHZ; in ibss_mesh_select_80_160mhz() 3472 chwidth = CONF_OPER_CHWIDTH_160MHZ; in ibss_mesh_select_80_160mhz() 3497 chwidth = CONF_OPER_CHWIDTH_320MHZ; in ibss_mesh_select_80_160mhz() 3528 chwidth = CONF_OPER_CHWIDTH_80P80MHZ; in ibss_mesh_select_80_160mhz() 3535 if (chwidth == CONF_OPER_CHWIDTH_80P80MHZ) in ibss_mesh_select_80_160mhz() 3540 chwidth = CONF_OPER_CHWIDTH_160MHZ; in ibss_mesh_select_80_160mhz() 3544 chwidth = CONF_OPER_CHWIDTH_160MHZ; in ibss_mesh_select_80_160mhz() 3557 chwidth, seg0, seg1, vht_caps, in ibss_mesh_select_80_160mhz()
|
| H A D | ctrl_iface.c | 6480 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 6563 chwidth = atoi(pos2 + 18); in p2p_ctrl_connect() 6565 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_connect() 6569 if (allow_6ghz && chwidth == 40) in p2p_ctrl_connect() 7239 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 7297 chwidth = atoi(pos + 18); in p2p_ctrl_invite_persistent() 7299 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_invite_persistent() 7305 if (allow_6ghz && chwidth == 40) in p2p_ctrl_invite_persistent() 7402 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local 7412 sscanf(token, "max_oper_chwidth=%d", &chwidth) == 1 || in p2p_ctrl_group_add() [all …]
|
| H A D | ap.c | 204 static int get_max_oper_chwidth_6ghz(int chwidth) in get_max_oper_chwidth_6ghz() argument 206 switch (chwidth) { in get_max_oper_chwidth_6ghz()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | wmi.c | 791 .chwidth = WMI_VDEV_PARAM_CHWIDTH, 868 .chwidth = WMI_10X_VDEV_PARAM_CHWIDTH, 944 .chwidth = WMI_10X_VDEV_PARAM_CHWIDTH, 1020 .chwidth = WMI_10_4_VDEV_PARAM_CHWIDTH,
|
| H A D | wmi.h | 5181 u32 chwidth; member
|
| H A D | wmi-tlv.c | 4915 .chwidth = WMI_TLV_VDEV_PARAM_CHWIDTH,
|