Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A 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 …]
H A 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()
H A Dsta_info.h211 struct ieee80211_eht_capabilities *eht_capab; member
H A Dieee802_11.h244 const u8 *eht_capab, size_t eht_capab_len);
H A Dap_drv_ops.h48 const struct ieee80211_eht_capabilities *eht_capab,
H A 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()
H A Ddfs.c1014 &cmode->eht_capab[ieee80211_mode], in hostapd_dfs_request_channel_switch()
H A Dbeacon.c1838 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 Dsta_info.c417 os_free(sta->eht_capab); in ap_free_sta()
H A Dhostapd.c4279 mode ? &mode->eht_capab[IEEE80211_MODE_AP] : in hostapd_change_config_freq()
H A Dieee802_11.c4797 hostapd_get_eht_capab(hapd, sta->eht_capab, &eht_cap, in add_associated_sta()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1911 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 Ddriver.h316 struct eht_capabilities eht_capab[IEEE80211_MODE_NUM]; member
2538 const struct ieee80211_eht_capabilities *eht_capab; member
H A 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()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h421 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 Dwpa.h83 const struct ieee80211_eht_capabilities *eht_capab,
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c807 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 Dmesh_mpm.c817 params.eht_capab = sta->eht_capab; in mesh_mpm_add_peer()
H A 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()
H A Dscan.c3062 if (hw_mode->eht_capab[IEEE80211_MODE_INFRA].eht_supported) { in wpas_get_est_tpt()
H A Dwpa_supplicant.c2937 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()