Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_he.c60 ppet_size = ieee80211_he_ppet_size(mode->he_capab[opmode].ppet[0], in hostapd_eid_he_capab()
61 mode->he_capab[opmode].phy_cap); in hostapd_eid_he_capab()
90 os_memcpy(cap->he_mac_capab_info, mode->he_capab[opmode].mac_cap, in hostapd_eid_he_capab()
92 os_memcpy(cap->he_phy_capab_info, mode->he_capab[opmode].phy_cap, in hostapd_eid_he_capab()
94 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); in hostapd_eid_he_capab()
97 mode->he_capab[opmode].ppet, ppet_size); in hostapd_eid_he_capab()
274 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs()
323 enum ieee80211_op_mode opmode, const u8 *he_capab, in copy_sta_he_capab() argument
326 if (!he_capab || !hapd->iconf->ieee80211ax || in copy_sta_he_capab()
327 !check_valid_he_mcs(hapd, he_capab, opmode) || in copy_sta_he_capab()
[all …]
Dap_drv_ops.c416 const struct ieee80211_he_capabilities *he_capab, in hostapd_sta_add() argument
437 params.he_capab = he_capab; in hostapd_sta_add()
557 &cmode->he_capab[IEEE80211_MODE_AP] : NULL)) in hostapd_set_freq()
818 &cmode->he_capab[IEEE80211_MODE_AP])) { in hostapd_start_dfs_cac()
Dieee802_11.h96 enum ieee80211_op_mode opmode, const u8 *he_capab,
Dsta_info.h171 struct ieee80211_he_capabilities *he_capab; member
Dap_drv_ops.h44 const struct ieee80211_he_capabilities *he_capab,
Ddfs.c971 &cmode->he_capab[IEEE80211_MODE_AP]); in hostapd_dfs_start_channel_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
350 he_cap = &mode->he_capab[IEEE80211_MODE_AP]; in hostapd_eid_he_6ghz_band_cap()
403 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs()
452 enum ieee80211_op_mode opmode, const u8 *he_capab, in copy_sta_he_capab() argument
455 if (!he_capab || !(sta->flags & WLAN_STA_WMM) || in copy_sta_he_capab()
[all …]
Dap_drv_ops.c423 const struct ieee80211_he_capabilities *he_capab, in hostapd_sta_add() argument
445 params.he_capab = he_capab; in hostapd_sta_add()
568 &cmode->he_capab[IEEE80211_MODE_AP] : NULL)) in hostapd_set_freq()
841 &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.h213 struct ieee80211_he_capabilities *he_capab; member
Dhw_features.c363 he_cap = &iface->current_mode->he_capab[IEEE80211_MODE_AP]; in ieee80211n_check_scan()
766 he_cap = &iface->current_mode->he_capab[IEEE80211_MODE_AP]; in hostapd_check_he_6ghz_capab()
Dap_drv_ops.h45 const struct ieee80211_he_capabilities *he_capab,
Dbeacon.c1251 u16 *mcs = (u16 *) mode->he_capab[IEEE80211_MODE_AP].mcs; in hostapd_fils_discovery_cap()
1853 &cmode->he_capab[IEEE80211_MODE_AP]) == 0) in __ieee802_11_set_beacon()
Ddfs.c1137 &cmode->he_capab[ieee80211_mode]); in hostapd_dfs_start_channel_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_capa.c1558 static void phy_info_iftype_copy(struct he_capabilities *he_capab, in phy_info_iftype_copy() argument
1585 he_capab->he_supported = 1; in phy_info_iftype_copy()
1590 if (len > sizeof(he_capab->phy_cap)) in phy_info_iftype_copy()
1591 len = sizeof(he_capab->phy_cap); in phy_info_iftype_copy()
1592 os_memcpy(he_capab->phy_cap, in phy_info_iftype_copy()
1600 if (len > sizeof(he_capab->mac_cap)) in phy_info_iftype_copy()
1601 len = sizeof(he_capab->mac_cap); in phy_info_iftype_copy()
1602 os_memcpy(he_capab->mac_cap, in phy_info_iftype_copy()
1610 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy()
1611 len = sizeof(he_capab->mcs); in phy_info_iftype_copy()
[all …]
Ddriver.h274 struct he_capabilities he_capab[IEEE80211_MODE_NUM]; member
1828 const struct ieee80211_he_capabilities *he_capab; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_capa.c1779 static void phy_info_iftype_copy(struct he_capabilities *he_capab, in phy_info_iftype_copy() argument
1806 he_capab->he_supported = 1; in phy_info_iftype_copy()
1811 if (len > sizeof(he_capab->phy_cap)) in phy_info_iftype_copy()
1812 len = sizeof(he_capab->phy_cap); in phy_info_iftype_copy()
1813 os_memcpy(he_capab->phy_cap, in phy_info_iftype_copy()
1821 if (len > sizeof(he_capab->mac_cap)) in phy_info_iftype_copy()
1822 len = sizeof(he_capab->mac_cap); in phy_info_iftype_copy()
1823 os_memcpy(he_capab->mac_cap, in phy_info_iftype_copy()
1831 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy()
1832 len = sizeof(he_capab->mcs); in phy_info_iftype_copy()
[all …]
Ddriver.h294 struct he_capabilities he_capab[IEEE80211_MODE_NUM]; member
2197 const struct ieee80211_he_capabilities *he_capab; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmesh.c213 struct he_capabilities *he_capab = NULL; in wpas_mesh_update_freq_params() local
216 he_capab = &ifmsh->current_mode->he_capab[IEEE80211_MODE_MESH]; in wpas_mesh_update_freq_params()
233 he_capab)) { in wpas_mesh_update_freq_params()
Dwpas_glue.c785 const struct ieee80211_he_capabilities *he_capab, in wpa_supplicant_tdls_peer_addset() argument
811 params.he_capab = he_capab; in wpa_supplicant_tdls_peer_addset()
Dap.c55 he_cap = &mode->he_capab[IEEE80211_MODE_AP]; in is_chanwidth160_supported()
228 mode->he_capab[wpas_mode_to_ieee80211_mode( in wpas_conf_ap_he_6ghz()
239 if (mode->he_capab[wpas_mode_to_ieee80211_mode( in wpas_conf_ap_he_6ghz()
400 if (mode->he_capab[wpas_mode_to_ieee80211_mode( in wpa_supplicant_conf_ap_ht()
Dmesh_mpm.c788 params.he_capab = sta->he_capab; in mesh_mpm_add_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_i.h404 const struct ieee80211_he_capabilities *he_capab, in wpa_sm_tdls_peer_addset() argument
417 he_capab, he_capab_len, in wpa_sm_tdls_peer_addset()
Dwpa.h72 const struct ieee80211_he_capabilities *he_capab,
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmesh_mpm.c775 params.he_capab = sta->he_capab; in mesh_mpm_add_peer()

12