/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11_he.c | 102 ppet_size = ieee80211_he_ppet_size(mode->he_capab[opmode].ppet[0], in hostapd_eid_he_capab() 103 mode->he_capab[opmode].phy_cap); in hostapd_eid_he_capab() 133 os_memcpy(cap->he_mac_capab_info, mode->he_capab[opmode].mac_cap, in hostapd_eid_he_capab() 135 os_memcpy(cap->he_phy_capab_info, mode->he_capab[opmode].phy_cap, in hostapd_eid_he_capab() 137 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); in hostapd_eid_he_capab() 140 mode->he_capab[opmode].ppet, ppet_size); in hostapd_eid_he_capab() 382 he_cap = &mode->he_capab[IEEE80211_MODE_AP]; in hostapd_eid_he_6ghz_band_cap() 435 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs() 484 enum ieee80211_op_mode opmode, const u8 *he_capab, in copy_sta_he_capab() argument 487 if (!he_capab || !(sta->flags & WLAN_STA_WMM) || in copy_sta_he_capab() [all …]
|
H A D | ieee802_11_eht.c | 126 mode->he_capab[opmode].phy_cap, in hostapd_eid_eht_capab_len() 181 mode->he_capab[opmode].phy_cap, in hostapd_eid_eht_capab() 336 mode->he_capab[opmode].phy_cap, in check_valid_eht_mcs() 364 const struct ieee80211_he_capabilities *he_capab; in ieee80211_invalid_eht_cap_size() local 370 he_capab = (const struct ieee80211_he_capabilities *) he_cap; in ieee80211_invalid_eht_cap_size() 371 he_phy_cap = he_capab->he_phy_capab_info; in ieee80211_invalid_eht_cap_size() 392 const u8 *he_capab, size_t he_capab_len, in copy_sta_eht_capab() argument 399 !he_capab || he_capab_len < IEEE80211_HE_CAPAB_MIN_LEN || in copy_sta_eht_capab() 402 he_capab, eht_capab, in copy_sta_eht_capab()
|
H A D | ap_drv_ops.c | 469 const struct ieee80211_he_capabilities *he_capab, in hostapd_sta_add() argument 493 params.he_capab = he_capab; in hostapd_sta_add() 661 &cmode->he_capab[IEEE80211_MODE_AP] : NULL, in hostapd_set_freq() 1013 &cmode->he_capab[IEEE80211_MODE_AP], in hostapd_start_dfs_cac()
|
H A D | ieee802_11.h | 126 enum ieee80211_op_mode opmode, const u8 *he_capab, 243 const u8 *he_capab, size_t he_capab_len,
|
H A D | sta_info.h | 208 struct ieee80211_he_capabilities *he_capab; member
|
H A D | hw_features.c | 385 he_cap = &iface->current_mode->he_capab[IEEE80211_MODE_AP]; in ieee80211n_check_scan() 801 he_cap = &iface->current_mode->he_capab[IEEE80211_MODE_AP]; in hostapd_check_he_6ghz_capab()
|
H A D | ap_drv_ops.h | 46 const struct ieee80211_he_capabilities *he_capab,
|
H A D | ctrl_iface_ap.c | 380 if ((sta->flags & WLAN_STA_HE) && sta->he_capab) { in hostapd_ctrl_iface_sta_mib() 385 (const u8 *) sta->he_capab, in hostapd_ctrl_iface_sta_mib()
|
H A D | dfs.c | 1013 &cmode->he_capab[ieee80211_mode], in hostapd_dfs_request_channel_switch()
|
H A D | beacon.c | 1787 const u8 *he_mcs = mode->he_capab[IEEE80211_MODE_AP].mcs; in hostapd_gen_fils_discovery_nss() 2640 &cmode->he_capab[IEEE80211_MODE_AP], in __ieee802_11_set_beacon()
|
H A D | sta_info.c | 415 os_free(sta->he_capab); in ap_free_sta()
|
H A D | hostapd.c | 4277 mode ? &mode->he_capab[IEEE80211_MODE_AP] : in hostapd_change_config_freq()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_capa.c | 1910 struct he_capabilities *he_capab = &mode->he_capab[opmode]; in phy_info_iftype_copy() local 1933 he_capab->he_supported = 1; in phy_info_iftype_copy() 1938 if (len > sizeof(he_capab->phy_cap)) in phy_info_iftype_copy() 1939 len = sizeof(he_capab->phy_cap); in phy_info_iftype_copy() 1940 os_memcpy(he_capab->phy_cap, in phy_info_iftype_copy() 1948 if (len > sizeof(he_capab->mac_cap)) in phy_info_iftype_copy() 1949 len = sizeof(he_capab->mac_cap); in phy_info_iftype_copy() 1950 os_memcpy(he_capab->mac_cap, in phy_info_iftype_copy() 1958 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy() 1959 len = sizeof(he_capab->mcs); in phy_info_iftype_copy() [all …]
|
H A D | driver_common.c | 201 return hw_mode->he_capab[op_mode].he_supported; in he_supported()
|
H A D | driver.h | 305 struct he_capabilities he_capab[IEEE80211_MODE_NUM]; member 2535 const struct ieee80211_he_capabilities *he_capab; member
|
H A D | driver_nl80211.c | 5649 if (params->he_capab) { in wpa_driver_nl80211_sta_add() 5651 params->he_capab, params->he_capab_len); in wpa_driver_nl80211_sta_add() 5653 params->he_capab_len, params->he_capab)) in wpa_driver_nl80211_sta_add()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh.c | 213 struct he_capabilities *he_capab = NULL; in wpas_mesh_update_freq_params() local 216 he_capab = &ifmsh->current_mode->he_capab[IEEE80211_MODE_MESH]; in wpas_mesh_update_freq_params() 234 he_capab, NULL, 0)) { in wpas_mesh_update_freq_params()
|
H A D | ap.c | 55 he_cap = &mode->he_capab[IEEE80211_MODE_AP]; in is_chanwidth160_supported() 231 mode->he_capab[wpas_mode_to_ieee80211_mode( in wpas_conf_ap_he_6ghz() 242 if (mode->he_capab[wpas_mode_to_ieee80211_mode( in wpas_conf_ap_he_6ghz() 346 if (mode->he_capab[wpas_mode_to_ieee80211_mode( in wpa_supplicant_conf_ap_ht() 430 if (mode->he_capab[wpas_mode_to_ieee80211_mode( in wpa_supplicant_conf_ap_ht()
|
H A D | wpas_glue.c | 801 const struct ieee80211_he_capabilities *he_capab, in wpa_supplicant_tdls_peer_addset() argument 829 params.he_capab = he_capab; in wpa_supplicant_tdls_peer_addset()
|
H A D | mesh_mpm.c | 814 params.he_capab = sta->he_capab; in mesh_mpm_add_peer()
|
H A D | scan.c | 3046 if (hw_mode && hw_mode->he_capab[IEEE80211_MODE_INFRA].he_supported) { in wpas_get_est_tpt() 3059 own_he = &hw_mode->he_capab[IEEE80211_MODE_INFRA]; in wpas_get_est_tpt()
|
H A D | p2p_supplicant.c | 171 int he_capab = 0; in wpas_get_6ghz_he_chwidth_capab() local 174 he_capab = mode->he_capab[WPAS_MODE_INFRA].phy_cap[ in wpas_get_6ghz_he_chwidth_capab() 176 return he_capab; in wpas_get_6ghz_he_chwidth_capab()
|
H A D | wpa_supplicant.c | 2918 return mode->he_capab[ieee80211_mode].he_supported; in ibss_mesh_can_use_he() 3111 if ((mode->he_capab[ieee80211_mode].phy_cap[ in ibss_mesh_select_80_160mhz() 3178 &mode->he_capab[ieee80211_mode], in ibss_mesh_select_80_160mhz()
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa_i.h | 414 const struct ieee80211_he_capabilities *he_capab, in wpa_sm_tdls_peer_addset() argument 429 he_capab, he_capab_len, in wpa_sm_tdls_peer_addset()
|
H A D | wpa.h | 75 const struct ieee80211_he_capabilities *he_capab,
|