Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Dparser_api.h1324 bool is_2g,
1387 bool is_2g, in populate_dot11f_he_caps_by_band() argument
1560 bool is_2g, tDot11fIEeht_cap *eht_cap,
1668 bool is_2g, in populate_dot11f_eht_caps_by_band() argument
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c7699 bool is_2g,
7703 if (is_2g)
9596 bool is_2g, tDot11fIEeht_cap *eht_cap,
9599 pe_debug("is_2g %d", is_2g);
9600 if (is_2g)
12402 bool is_2g;
12682 is_2g = WLAN_REG_IS_24GHZ_CH_FREQ(chan_freq);
12683 if (is_2g) {
12784 populate_dot11f_he_caps_by_band(mac_ctx, is_2g, &he_caps,
12788 if (!is_2g)
[all …]