Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dieee802_11_eht.c120 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 …]
Dap_drv_ops.c471 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()
Dsta_info.h211 struct ieee80211_eht_capabilities *eht_capab; member
Dieee802_11.h244 const u8 *eht_capab, size_t eht_capab_len);
Dap_drv_ops.h48 const struct ieee80211_eht_capabilities *eht_capab,
Dctrl_iface_ap.c394 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()
Ddfs.c1014 &cmode->eht_capab[ieee80211_mode], in hostapd_dfs_request_channel_switch()
Dbeacon.c1920 u8 *mcs = mode->eht_capab[IEEE80211_MODE_AP].mcs; in hostapd_gen_fils_discovery_nss()
2737 &cmode->eht_capab[IEEE80211_MODE_AP], in __ieee802_11_set_beacon()
Dsta_info.c421 os_free(sta->eht_capab); in ap_free_sta()
Dhostapd.c4272 mode ? &mode->eht_capab[IEEE80211_MODE_AP] : in hostapd_change_config_freq()
Dieee802_11.c4804 hostapd_get_eht_capab(hapd, sta->eht_capab, &eht_cap, in add_associated_sta()
/hostap-latest/src/drivers/
Ddriver_nl80211_capa.c1922 struct eht_capabilities *eht_capab = &mode->eht_capab[opmode]; in phy_info_iftype_copy() local
1997 eht_capab->eht_supported = true; in phy_info_iftype_copy()
2004 eht_capab->mac_cap = WPA_GET_LE16(pos); in phy_info_iftype_copy()
2009 if (len > sizeof(eht_capab->phy_cap)) in phy_info_iftype_copy()
2010 len = sizeof(eht_capab->phy_cap); in phy_info_iftype_copy()
2011 os_memcpy(eht_capab->phy_cap, in phy_info_iftype_copy()
2018 if (len > sizeof(eht_capab->mcs)) in phy_info_iftype_copy()
2019 len = sizeof(eht_capab->mcs); in phy_info_iftype_copy()
2020 os_memcpy(eht_capab->mcs, in phy_info_iftype_copy()
2027 if (len > sizeof(eht_capab->ppet)) in phy_info_iftype_copy()
[all …]
Ddriver.h316 struct eht_capabilities eht_capab[IEEE80211_MODE_NUM]; member
2552 const struct ieee80211_eht_capabilities *eht_capab; member
Ddriver_nl80211.c5667 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()
/hostap-latest/src/rsn_supp/
Dwpa_i.h427 const struct ieee80211_eht_capabilities *eht_capab, in wpa_sm_tdls_peer_addset() argument
442 eht_capab, eht_capab_len, in wpa_sm_tdls_peer_addset()
Dwpa.h83 const struct ieee80211_eht_capabilities *eht_capab,
/hostap-latest/wpa_supplicant/
Dwpas_glue.c823 const struct ieee80211_eht_capabilities *eht_capab, in wpa_supplicant_tdls_peer_addset() argument
859 params.eht_capab = eht_capab; in wpa_supplicant_tdls_peer_addset()
Dmesh_mpm.c817 params.eht_capab = sta->eht_capab; in mesh_mpm_add_peer()
Dap.c341 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()
Dscan.c3065 if (hw_mode->eht_capab[IEEE80211_MODE_INFRA].eht_supported) { in wpas_get_est_tpt()
Dwpa_supplicant.c3146 &mode->eht_capab[ieee80211_mode], 0) != 0) in ibss_mesh_setup_freq()
/hostap-latest/tests/hwsim/
Dtest_eht.py1097 eht_capab = "ff126c07007c0000feffff7f0100888888880000"
1102 assocreq_end = eht_capab + supp_op_classes + dh_param + wmm