/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11_eht.c | 120 eht_cap = &mode->eht_capab[opmode]; in hostapd_eid_eht_capab_len() 148 eht_cap = &mode->eht_capab[opmode]; in hostapd_eid_eht_capab() 330 ap_mcs = mode->eht_capab[opmode].mcs; in check_valid_eht_mcs() 337 mode->eht_capab[opmode].phy_cap) == in check_valid_eht_mcs() 393 const u8 *eht_capab, size_t eht_capab_len) in copy_sta_eht_capab() argument 400 !eht_capab || in copy_sta_eht_capab() 402 he_capab, eht_capab, in copy_sta_eht_capab() 404 !check_valid_eht_mcs(hapd, eht_capab, opmode)) { in copy_sta_eht_capab() 406 os_free(sta->eht_capab); in copy_sta_eht_capab() 407 sta->eht_capab = NULL; in copy_sta_eht_capab() [all …]
|
H A D | ap_drv_ops.c | 471 const struct ieee80211_eht_capabilities *eht_capab, in hostapd_sta_add() argument 495 params.eht_capab = eht_capab; in hostapd_sta_add() 663 &cmode->eht_capab[IEEE80211_MODE_AP] : in hostapd_set_freq() 1014 &cmode->eht_capab[IEEE80211_MODE_AP], in hostapd_start_dfs_cac()
|
H A D | sta_info.h | 211 struct ieee80211_eht_capabilities *eht_capab; member
|
H A D | ieee802_11.h | 244 const u8 *eht_capab, size_t eht_capab_len);
|
H A D | ap_drv_ops.h | 48 const struct ieee80211_eht_capabilities *eht_capab,
|
H A D | ctrl_iface_ap.c | 394 if ((sta->flags & WLAN_STA_EHT) && sta->eht_capab) { in hostapd_ctrl_iface_sta_mib() 399 (const u8 *) sta->eht_capab, in hostapd_ctrl_iface_sta_mib()
|
H A D | dfs.c | 1014 &cmode->eht_capab[ieee80211_mode], in hostapd_dfs_request_channel_switch()
|
H A D | beacon.c | 1838 u8 *mcs = mode->eht_capab[IEEE80211_MODE_AP].mcs; in hostapd_gen_fils_discovery_nss() 2641 &cmode->eht_capab[IEEE80211_MODE_AP], in __ieee802_11_set_beacon()
|
H A D | sta_info.c | 417 os_free(sta->eht_capab); in ap_free_sta()
|
H A D | hostapd.c | 4279 mode ? &mode->eht_capab[IEEE80211_MODE_AP] : in hostapd_change_config_freq()
|
H A D | ieee802_11.c | 4797 hostapd_get_eht_capab(hapd, sta->eht_capab, &eht_cap, in add_associated_sta()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_capa.c | 1911 struct eht_capabilities *eht_capab = &mode->eht_capab[opmode]; in phy_info_iftype_copy() local 1986 eht_capab->eht_supported = true; in phy_info_iftype_copy() 1993 eht_capab->mac_cap = WPA_GET_LE16(pos); in phy_info_iftype_copy() 1998 if (len > sizeof(eht_capab->phy_cap)) in phy_info_iftype_copy() 1999 len = sizeof(eht_capab->phy_cap); in phy_info_iftype_copy() 2000 os_memcpy(eht_capab->phy_cap, in phy_info_iftype_copy() 2007 if (len > sizeof(eht_capab->mcs)) in phy_info_iftype_copy() 2008 len = sizeof(eht_capab->mcs); in phy_info_iftype_copy() 2009 os_memcpy(eht_capab->mcs, in phy_info_iftype_copy() 2016 if (len > sizeof(eht_capab->ppet)) in phy_info_iftype_copy() [all …]
|
H A D | driver.h | 316 struct eht_capabilities eht_capab[IEEE80211_MODE_NUM]; member 2538 const struct ieee80211_eht_capabilities *eht_capab; member
|
H A D | driver_nl80211.c | 5667 if (params->eht_capab) { in wpa_driver_nl80211_sta_add() 5669 params->eht_capab, params->eht_capab_len); in wpa_driver_nl80211_sta_add() 5671 params->eht_capab_len, params->eht_capab)) in wpa_driver_nl80211_sta_add()
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa_i.h | 421 const struct ieee80211_eht_capabilities *eht_capab, in wpa_sm_tdls_peer_addset() argument 436 eht_capab, eht_capab_len, in wpa_sm_tdls_peer_addset()
|
H A D | wpa.h | 83 const struct ieee80211_eht_capabilities *eht_capab,
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpas_glue.c | 807 const struct ieee80211_eht_capabilities *eht_capab, in wpa_supplicant_tdls_peer_addset() argument 843 params.eht_capab = eht_capab; in wpa_supplicant_tdls_peer_addset()
|
H A D | mesh_mpm.c | 817 params.eht_capab = sta->eht_capab; in mesh_mpm_add_peer()
|
H A D | ap.c | 341 if (mode->eht_capab[wpas_mode_to_ieee80211_mode( in wpa_supplicant_conf_ap_ht() 425 if (mode->eht_capab[wpas_mode_to_ieee80211_mode( in wpa_supplicant_conf_ap_ht()
|
H A D | scan.c | 3062 if (hw_mode->eht_capab[IEEE80211_MODE_INFRA].eht_supported) { in wpas_get_est_tpt()
|
H A D | wpa_supplicant.c | 2937 return mode->eht_capab[ieee80211_mode].eht_supported; in ibss_mesh_can_use_eht() 3179 &mode->eht_capab[ieee80211_mode], 0) != 0) in ibss_mesh_select_80_160mhz()
|