Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c1299 struct ieee80211_he_operation *hdd_he_operation; in hdd_copy_he_operation() local
1316 hdd_he_operation = qdf_mem_malloc(he_oper_len); in hdd_copy_he_operation()
1317 if (!hdd_he_operation) in hdd_copy_he_operation()
1344 hdd_he_operation->he_oper_params = he_oper_params; in hdd_copy_he_operation()
1347 qdf_mem_copy(&hdd_he_operation->he_mcs_nss_set, in hdd_copy_he_operation()
1349 sizeof(hdd_he_operation->he_mcs_nss_set)); in hdd_copy_he_operation()
1354 hdd_he_operation->optional[filled++] = in hdd_copy_he_operation()
1356 hdd_he_operation->optional[filled++] = in hdd_copy_he_operation()
1358 hdd_he_operation->optional[filled++] = in hdd_copy_he_operation()
1362 hdd_he_operation->optional[filled++] = in hdd_copy_he_operation()
[all …]