Home
last modified time | relevance | path

Searched refs:eht_capab (Results 1 – 17 of 17) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_eht.c113 eht_cap = &mode->eht_capab[opmode]; in hostapd_eid_eht_capab_len()
141 eht_cap = &mode->eht_capab[opmode]; in hostapd_eid_eht_capab()
308 ap_mcs = mode->eht_capab[opmode].mcs; in check_valid_eht_mcs()
315 mode->eht_capab[opmode].phy_cap) == in check_valid_eht_mcs()
372 const u8 *eht_capab, size_t eht_capab_len) in copy_sta_eht_capab() argument
379 !eht_capab || in copy_sta_eht_capab()
382 he_capab, eht_capab, in copy_sta_eht_capab()
384 !check_valid_eht_mcs(hapd, eht_capab, opmode)) { in copy_sta_eht_capab()
386 os_free(sta->eht_capab); in copy_sta_eht_capab()
387 sta->eht_capab = NULL; in copy_sta_eht_capab()
[all …]
Dap_drv_ops.c429 const struct ieee80211_eht_capabilities *eht_capab, in hostapd_sta_add() argument
453 params.eht_capab = eht_capab; in hostapd_sta_add()
579 &cmode->eht_capab[IEEE80211_MODE_AP] : in hostapd_set_freq()
857 &cmode->eht_capab[IEEE80211_MODE_AP])) { in hostapd_start_dfs_cac()
Dsta_info.h183 struct ieee80211_eht_capabilities *eht_capab; member
Dieee802_11.h218 const u8 *eht_capab, size_t eht_capab_len);
Dap_drv_ops.h46 const struct ieee80211_eht_capabilities *eht_capab,
Ddfs.c1000 &cmode->eht_capab[ieee80211_mode]); in hostapd_dfs_request_channel_switch()
Dsta_info.c364 os_free(sta->eht_capab); in ap_free_sta()
Dbeacon.c2147 &cmode->eht_capab[IEEE80211_MODE_AP]) == 0) in __ieee802_11_set_beacon()
Dhostapd.c3591 mode ? &mode->eht_capab[IEEE80211_MODE_AP] : in hostapd_change_config_freq()
Dieee802_11.c4210 hostapd_get_eht_capab(hapd, sta->eht_capab, &eht_cap, in add_associated_sta()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c1884 struct eht_capabilities *eht_capab = &mode->eht_capab[opmode]; in phy_info_iftype_copy() local
1959 eht_capab->eht_supported = true; in phy_info_iftype_copy()
1966 eht_capab->mac_cap = WPA_GET_LE16(pos); in phy_info_iftype_copy()
1971 if (len > sizeof(eht_capab->phy_cap)) in phy_info_iftype_copy()
1972 len = sizeof(eht_capab->phy_cap); in phy_info_iftype_copy()
1973 os_memcpy(eht_capab->phy_cap, in phy_info_iftype_copy()
1980 if (len > sizeof(eht_capab->mcs)) in phy_info_iftype_copy()
1981 len = sizeof(eht_capab->mcs); in phy_info_iftype_copy()
1982 os_memcpy(eht_capab->mcs, in phy_info_iftype_copy()
1989 if (len > sizeof(eht_capab->ppet)) in phy_info_iftype_copy()
[all …]
Ddriver.h310 struct eht_capabilities eht_capab[IEEE80211_MODE_NUM]; member
2453 const struct ieee80211_eht_capabilities *eht_capab; member
Ddriver_nl80211.c5581 if (params->eht_capab) { in wpa_driver_nl80211_sta_add()
5583 params->eht_capab, params->eht_capab_len); in wpa_driver_nl80211_sta_add()
5585 params->eht_capab_len, params->eht_capab)) in wpa_driver_nl80211_sta_add()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c810 params.eht_capab = sta->eht_capab; in mesh_mpm_add_peer()
Dap.c329 if (mode->eht_capab[wpas_mode_to_ieee80211_mode( in wpa_supplicant_conf_ap_ht()
413 if (mode->eht_capab[wpas_mode_to_ieee80211_mode( in wpa_supplicant_conf_ap_ht()
Dscan.c2751 if (hw_mode->eht_capab[IEEE80211_MODE_INFRA].eht_supported) { in wpas_get_est_tpt()
Dwpa_supplicant.c2783 return mode->eht_capab[ieee80211_mode].eht_supported; in ibss_mesh_can_use_eht()
3024 &mode->eht_capab[ieee80211_mode]) != 0) in ibss_mesh_select_80_160mhz()