Home
last modified time | relevance | path

Searched refs:he_capab (Results 1 – 19 of 19) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_he.c96 ppet_size = ieee80211_he_ppet_size(mode->he_capab[opmode].ppet[0], in hostapd_eid_he_capab()
97 mode->he_capab[opmode].phy_cap); in hostapd_eid_he_capab()
125 os_memcpy(cap->he_mac_capab_info, mode->he_capab[opmode].mac_cap, in hostapd_eid_he_capab()
127 os_memcpy(cap->he_phy_capab_info, mode->he_capab[opmode].phy_cap, in hostapd_eid_he_capab()
129 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); in hostapd_eid_he_capab()
132 mode->he_capab[opmode].ppet, ppet_size); in hostapd_eid_he_capab()
332 he_cap = &mode->he_capab[IEEE80211_MODE_AP]; in hostapd_eid_he_6ghz_band_cap()
385 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs()
434 enum ieee80211_op_mode opmode, const u8 *he_capab, in copy_sta_he_capab() argument
437 if (!he_capab || !hapd->iconf->ieee80211ax || in copy_sta_he_capab()
[all …]
Dap_drv_ops.c419 const struct ieee80211_he_capabilities *he_capab, in hostapd_sta_add() argument
441 params.he_capab = he_capab; in hostapd_sta_add()
564 &cmode->he_capab[IEEE80211_MODE_AP] : NULL)) in hostapd_set_freq()
837 &cmode->he_capab[IEEE80211_MODE_AP])) { in hostapd_start_dfs_cac()
Dieee802_11.h97 enum ieee80211_op_mode opmode, const u8 *he_capab,
Dsta_info.h212 struct ieee80211_he_capabilities *he_capab; member
Dhw_features.c358 he_cap = &iface->current_mode->he_capab[IEEE80211_MODE_AP]; in ieee80211n_check_scan()
761 he_cap = &iface->current_mode->he_capab[IEEE80211_MODE_AP]; in hostapd_check_he_6ghz_capab()
Dap_drv_ops.h44 const struct ieee80211_he_capabilities *he_capab,
Dbeacon.c1222 u16 *mcs = (u16 *) mode->he_capab[IEEE80211_MODE_AP].mcs; in hostapd_fils_discovery_cap()
1815 &cmode->he_capab[IEEE80211_MODE_AP]) == 0) in ieee802_11_set_beacon()
Ddfs.c1129 &cmode->he_capab[ieee80211_mode]); in hostapd_dfs_start_channel_switch()
Dsta_info.c359 os_free(sta->he_capab); in ap_free_sta()
Dhostapd.c3432 mode ? &mode->he_capab[IEEE80211_MODE_AP] : in hostapd_change_config_freq()
Dieee802_11.c4845 hostapd_get_he_capab(hapd, sta->he_capab, &he_cap, in add_associated_sta()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c1775 static void phy_info_iftype_copy(struct he_capabilities *he_capab, in phy_info_iftype_copy() argument
1802 he_capab->he_supported = 1; in phy_info_iftype_copy()
1807 if (len > sizeof(he_capab->phy_cap)) in phy_info_iftype_copy()
1808 len = sizeof(he_capab->phy_cap); in phy_info_iftype_copy()
1809 os_memcpy(he_capab->phy_cap, in phy_info_iftype_copy()
1817 if (len > sizeof(he_capab->mac_cap)) in phy_info_iftype_copy()
1818 len = sizeof(he_capab->mac_cap); in phy_info_iftype_copy()
1819 os_memcpy(he_capab->mac_cap, in phy_info_iftype_copy()
1827 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy()
1828 len = sizeof(he_capab->mcs); in phy_info_iftype_copy()
[all …]
Ddriver.h294 struct he_capabilities he_capab[IEEE80211_MODE_NUM]; member
2184 const struct ieee80211_he_capabilities *he_capab; member
Ddriver_nl80211.c5188 if (params->he_capab) { in wpa_driver_nl80211_sta_add()
5190 params->he_capab, params->he_capab_len); in wpa_driver_nl80211_sta_add()
5192 params->he_capab_len, params->he_capab)) in wpa_driver_nl80211_sta_add()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c212 struct he_capabilities *he_capab = NULL; in wpas_mesh_update_freq_params() local
215 he_capab = &ifmsh->current_mode->he_capab[IEEE80211_MODE_MESH]; in wpas_mesh_update_freq_params()
232 he_capab)) { in wpas_mesh_update_freq_params()
Dmesh_mpm.c771 params.he_capab = sta->he_capab; in mesh_mpm_add_peer()
Dap.c55 he_cap = &mode->he_capab[IEEE80211_MODE_AP]; in is_chanwidth160_supported()
311 if (mode->he_capab[wpas_mode_to_ieee80211_mode( in wpa_supplicant_conf_ap_ht()
Dwpa_supplicant.c2481 freq->he_enabled = mode->he_capab[ieee80211_mode].he_supported; in ibss_mesh_setup_freq()
2609 freq->he_enabled = mode->he_capab[ieee80211_mode].he_supported; in ibss_mesh_setup_freq()
2696 &mode->he_capab[ieee80211_mode]) != 0) in ibss_mesh_setup_freq()
/external/wpa_supplicant_8/hostapd/hidl/1.3/
Dhostapd.cpp542 current_mode->vht_capab != 0, current_mode->he_capab->he_supported); in getGeneration()
550 if (current_mode->he_capab->he_supported) { in getGeneration()