/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_11_he.c | 60 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 …]
|
D | ap_drv_ops.c | 416 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()
|
D | ieee802_11.h | 96 enum ieee80211_op_mode opmode, const u8 *he_capab,
|
D | sta_info.h | 171 struct ieee80211_he_capabilities *he_capab; member
|
D | ap_drv_ops.h | 44 const struct ieee80211_he_capabilities *he_capab,
|
D | dfs.c | 971 &cmode->he_capab[IEEE80211_MODE_AP]); in hostapd_dfs_start_channel_switch()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ieee802_11_he.c | 96 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 …]
|
D | ap_drv_ops.c | 423 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()
|
D | ieee802_11.h | 97 enum ieee80211_op_mode opmode, const u8 *he_capab,
|
D | sta_info.h | 213 struct ieee80211_he_capabilities *he_capab; member
|
D | hw_features.c | 363 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()
|
D | ap_drv_ops.h | 45 const struct ieee80211_he_capabilities *he_capab,
|
D | beacon.c | 1251 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()
|
D | dfs.c | 1137 &cmode->he_capab[ieee80211_mode]); in hostapd_dfs_start_channel_switch()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211_capa.c | 1558 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 …]
|
D | driver.h | 274 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/ |
D | driver_nl80211_capa.c | 1779 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 …]
|
D | driver.h | 294 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/ |
D | mesh.c | 213 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()
|
D | wpas_glue.c | 785 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()
|
D | ap.c | 55 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()
|
D | mesh_mpm.c | 788 params.he_capab = sta->he_capab; in mesh_mpm_add_peer()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa_i.h | 404 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()
|
D | wpa.h | 72 const struct ieee80211_he_capabilities *he_capab,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | mesh_mpm.c | 775 params.he_capab = sta->he_capab; in mesh_mpm_add_peer()
|