Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_assoc.c1134 struct ieee80211_eht_operation *hdd_eht_ops = in hdd_copy_eht_operation() local
1139 qdf_mem_zero(hdd_eht_ops, sizeof(struct ieee80211_eht_operation)); in hdd_copy_eht_operation()
1147 hdd_eht_ops->params |= IEEE80211_EHT_OPER_INFO_PRESENT; in hdd_copy_eht_operation()
1150 hdd_eht_ops->params |= in hdd_copy_eht_operation()
1153 hdd_eht_ops->params |= in hdd_copy_eht_operation()
1156 hdd_eht_ops->params |= in hdd_copy_eht_operation()
1184 hdd_eht_ops->basic_mcs_nss = mcs_param; in hdd_copy_eht_operation()
1185 hdd_eht_ops->optional[filled++] = eht_ops->channel_width; in hdd_copy_eht_operation()
1186 hdd_eht_ops->optional[filled++] = eht_ops->ccfs0; in hdd_copy_eht_operation()
1187 hdd_eht_ops->optional[filled++] = eht_ops->ccfs1; in hdd_copy_eht_operation()
[all …]