Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_prop_exts_utils.c586 tDot11fIEVHTOperation *vht_op; in lim_extract_ap_capability() local
629 vht_op = &beacon_struct->VHTOperation; in lim_extract_ap_capability()
631 if (IS_BSS_VHT_CAPABLE(beacon_struct->VHTCaps) && vht_op->present && in lim_extract_ap_capability()
659 } else if (session->vhtCapabilityPresentInBeacon && vht_op->chanWidth) { in lim_extract_ap_capability()
661 ap_bcon_ch_width = vht_op->chanWidth; in lim_extract_ap_capability()
665 vht_op->chan_center_freq_seg1; in lim_extract_ap_capability()
670 chan_center_freq_seg1 = vht_op->chan_center_freq_seg1; in lim_extract_ap_capability()
676 vht_op->chan_center_freq_seg0) in lim_extract_ap_capability()
678 vht_op->chan_center_freq_seg0; in lim_extract_ap_capability()
680 center_freq_diff = vht_op->chan_center_freq_seg0 - in lim_extract_ap_capability()
[all …]
H A Dlim_utils.h3229 tDot11fIEVHTOperation *vht_op,
H A Dlim_utils.c11363 tDot11fIEVHTOperation *vht_op, in lim_get_vht_ch_width() argument
11369 ccfs0 = vht_op->chan_center_freq_seg0; in lim_get_vht_ch_width()
11370 ccfs1 = vht_op->chan_center_freq_seg1; in lim_get_vht_ch_width()
11371 ch_width = vht_op->chanWidth; in lim_get_vht_ch_width()
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_process.c444 tDot11fIEVHTOperation *vht_op = NULL; in sch_bcn_update_opmode_change() local
463 vht_op = &bcn->VHTOperation; in sch_bcn_update_opmode_change()
466 vht_op = &bcn->vendor_vht_ie.VHTOperation; in sch_bcn_update_opmode_change()
470 (vht_op && vht_op->present && vht_caps))) in sch_bcn_update_opmode_change()
485 bcn_vht_chwidth = lim_get_vht_ch_width(vht_caps, vht_op, in sch_bcn_update_opmode_change()