Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_eht.c134 struct ieee80211_sband_iftype_data *iftype_ap; in hdd_update_wiphy_eht_caps_6ghz() local
146 iftype_ap = hdd_ctx->iftype_data_6g + 1; in hdd_update_wiphy_eht_caps_6ghz()
167 qdf_mem_copy(iftype_ap, hdd_ctx->iftype_data_6g, in hdd_update_wiphy_eht_caps_6ghz()
171 iftype_ap->types_mask = BIT(NL80211_IFTYPE_AP); in hdd_update_wiphy_eht_caps_6ghz()
188 struct ieee80211_sband_iftype_data *iftype_ap; in hdd_update_wiphy_eht_cap() local
202 iftype_ap = hdd_ctx->iftype_data_2g + 1; in hdd_update_wiphy_eht_cap()
223 qdf_mem_copy(iftype_ap, hdd_ctx->iftype_data_2g, in hdd_update_wiphy_eht_cap()
227 iftype_ap->types_mask = BIT(NL80211_IFTYPE_AP); in hdd_update_wiphy_eht_cap()
233 iftype_ap = hdd_ctx->iftype_data_5g + 1; in hdd_update_wiphy_eht_cap()
254 qdf_mem_copy(iftype_ap, hdd_ctx->iftype_data_5g, in hdd_update_wiphy_eht_cap()
[all …]