Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c1297 tDot11fIEhe_op *he_operation) in hdd_copy_he_operation() argument
1305 if (!he_operation->present) in hdd_copy_he_operation()
1307 if (he_operation->vht_oper_present) in hdd_copy_he_operation()
1309 if (he_operation->co_located_bss) in hdd_copy_he_operation()
1311 if (he_operation->oper_info_6g_present) in hdd_copy_he_operation()
1321 he_oper_params |= he_operation->default_pe << in hdd_copy_he_operation()
1323 he_oper_params |= he_operation->twt_required << in hdd_copy_he_operation()
1325 he_oper_params |= he_operation->txop_rts_threshold << in hdd_copy_he_operation()
1327 he_oper_params |= he_operation->vht_oper_present << in hdd_copy_he_operation()
1329 he_oper_params |= he_operation->co_located_bss << in hdd_copy_he_operation()
[all …]
H A Dwlan_hdd_station_info.c734 if (!conn_info->he_oper_len || !conn_info->he_operation) in hdd_add_he_oper_info()
738 conn_info->he_operation)) { in hdd_add_he_oper_info()
743 (uint8_t *)&conn_info->he_operation, in hdd_add_he_oper_info()
747 qdf_mem_free(hdd_sta_ctx->cache_conn_info.he_operation); in hdd_add_he_oper_info()
748 hdd_sta_ctx->cache_conn_info.he_operation = NULL; in hdd_add_he_oper_info()
H A Dwlan_hdd_main.c7992 if (hdd_sta_ctx->cache_conn_info.he_operation) { in hdd_cleanup_he_operation_info()
7993 qdf_mem_free(hdd_sta_ctx->cache_conn_info.he_operation); in hdd_cleanup_he_operation_info()
7994 hdd_sta_ctx->cache_conn_info.he_operation = NULL; in hdd_cleanup_he_operation_info()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_assoc.h190 struct ieee80211_he_operation *he_operation; member
579 tDot11fIEhe_op *he_operation);
582 tDot11fIEhe_op *he_operation) in hdd_copy_he_operation() argument
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddph_global.h85 tDot11fIEhe_op he_operation; member
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dap_config.h
/wlan-driver/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h
H A Dieee802_11_common.c
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_assoc_rsp_frame.c576 sta_ds->parsed_ies.he_operation = beacon->he_op; in lim_process_he_info()