Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_assoc_utils.c2478 add_sta_params->vhtLdpcCapable = 0; in lim_add_sta()
2487 add_sta_params->vhtLdpcCapable = in lim_add_sta()
2488 sta_ds->vhtLdpcCapable; in lim_add_sta()
2490 add_sta_params->vhtLdpcCapable = 0; in lim_add_sta()
2496 add_sta_params->vhtLdpcCapable = in lim_add_sta()
2600 if (!add_sta_params->vhtLdpcCapable) in lim_add_sta()
2691 add_sta_params->vhtLdpcCapable, in lim_add_sta()
2984 pAddStaParams->vhtLdpcCapable = in lim_add_sta_self()
3997 pAddBssParams->staContext.vhtLdpcCapable = 0; in lim_sta_send_add_bss()
4014 pAddBssParams->staContext.vhtLdpcCapable = in lim_sta_send_add_bss()
[all …]
H A Dlim_process_assoc_req_frame.c1739 sta_ds->vhtLdpcCapable = in lim_update_sta_ds()
H A Dlim_process_tdls.c3658 sta->vhtLdpcCapable = pVhtCaps->ldpcCodingCap; in lim_tdls_update_hash_node_info()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddph_global.h177 uint8_t vhtLdpcCapable; member
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h280 uint8_t vhtLdpcCapable; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c1639 if (params->htLdpcCapable || params->vhtLdpcCapable) in wma_send_peer_assoc()