Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_tdls.c3527 tDot11fIEHTCaps *htCaps; in lim_tdls_update_hash_node_info() local
3552 htCaps = &htCap; in lim_tdls_update_hash_node_info()
3553 if (htCaps->present && IS_DOT11_MODE_HT(selfDot11Mode)) { in lim_tdls_update_hash_node_info()
3555 sta->htGreenfield = htCaps->greenField; in lim_tdls_update_hash_node_info()
3569 htCaps->supportedChannelWidthSet, in lim_tdls_update_hash_node_info()
3577 (htCaps->supportedChannelWidthSet < in lim_tdls_update_hash_node_info()
3579 htCaps->supportedChannelWidthSet : in lim_tdls_update_hash_node_info()
3589 (htCaps->supportedChannelWidthSet < in lim_tdls_update_hash_node_info()
3591 htCaps->supportedChannelWidthSet : in lim_tdls_update_hash_node_info()
3599 sta->htMIMOPSState = htCaps->mimoPowerSave; in lim_tdls_update_hash_node_info()
[all …]