Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/include/
Dparser_api.h1600 tDot11fIEhe_cap dot11f_he_cap, bool is_band_2g);
1617 tDot11fIEhe_cap dot11f_he_cap,
1693 tDot11fIEhe_cap dot11f_he_cap, in lim_ieee80211_pack_ehtcap() argument
1701 tDot11fIEhe_cap dot11f_he_cap, in lim_strip_and_decode_eht_cap() argument
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c8692 tDot11fIEhe_cap dot11f_he_cap,
8929 if ((is_band_2g && !dot11f_he_cap.chan_width_0) ||
8930 (!is_band_2g && !dot11f_he_cap.chan_width_1 &&
8931 !dot11f_he_cap.chan_width_2 && !dot11f_he_cap.chan_width_3)) {
8976 if ((is_band_2g && dot11f_he_cap.chan_width_0) ||
8977 (!is_band_2g && dot11f_he_cap.chan_width_1)) {
9028 if (dot11f_he_cap.chan_width_2 == 1) {
9109 tDot11fIEhe_cap dot11f_he_cap,
9126 dot11f_he_cap,
9138 tDot11fIEhe_cap dot11f_he_cap, bool is_band_2g)
[all …]