Searched refs:is_band_2g (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_beacon_gen.c | 569 bool is_band_2g; in sch_set_fixed_beacon_fields() local 992 is_band_2g = in sch_set_fixed_beacon_fields() 996 bcn_2->he_cap, is_band_2g); in sch_set_fixed_beacon_fields()
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
H A D | parser_api.h | 1600 tDot11fIEhe_cap dot11f_he_cap, bool is_band_2g); 1694 bool is_band_2g) in lim_ieee80211_pack_ehtcap() argument
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_utils.c | 7833 bool is_band_2g = false; in lim_set_he_caps() local 7836 is_band_2g = true; in lim_set_he_caps() 7838 populate_dot11f_he_caps_by_band(mac, is_band_2g, &dot11_cap, in lim_set_he_caps() 9060 bool is_band_2g = false; in lim_set_eht_caps() local 9065 is_band_2g = true; in lim_set_eht_caps() 9067 populate_dot11f_eht_caps_by_band(mac, is_band_2g, &dot11_cap, NULL); in lim_set_eht_caps() 9069 populate_dot11f_he_caps_by_band(mac, is_band_2g, &dot11_he_cap, in lim_set_eht_caps() 9073 if (is_band_2g) { in lim_set_eht_caps() 9192 if ((is_band_2g && !dot11_he_cap.chan_width_0) || in lim_set_eht_caps() 9193 (!is_band_2g && !dot11_he_cap.chan_width_1 && in lim_set_eht_caps() [all …]
|
H A D | lim_send_management_frames.c | 203 bool is_band_2g; in lim_send_probe_req_mgmt_frame() local 408 is_band_2g = WLAN_REG_IS_24GHZ_CH_FREQ(pesession->curr_op_freq); in lim_send_probe_req_mgmt_frame() 410 is_band_2g); in lim_send_probe_req_mgmt_frame() 1544 bool is_band_2g; in lim_send_assoc_rsp_mgmt_frame() local 1834 is_band_2g = in lim_send_assoc_rsp_mgmt_frame() 1837 is_band_2g); in lim_send_assoc_rsp_mgmt_frame() 2402 bool is_band_2g; in lim_send_assoc_req_mgmt_frame() local 2929 is_band_2g = in lim_send_assoc_req_mgmt_frame() 2933 is_band_2g); in lim_send_assoc_req_mgmt_frame()
|
H A D | lim_process_tdls.c | 1584 bool is_band_2g; in lim_ieee80211_pack_ehtcap_tdls() local 1597 is_band_2g = WLAN_REG_IS_24GHZ_CH_FREQ(pe_session->curr_op_freq); in lim_ieee80211_pack_ehtcap_tdls() 1603 he_cap, is_band_2g); in lim_ieee80211_pack_ehtcap_tdls()
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 8693 bool is_band_2g) 8929 if ((is_band_2g && !dot11f_he_cap.chan_width_0) || 8930 (!is_band_2g && !dot11f_he_cap.chan_width_1 && 8976 if ((is_band_2g && dot11f_he_cap.chan_width_0) || 8977 (!is_band_2g && dot11f_he_cap.chan_width_1)) { 9113 bool is_band_2g; 9123 is_band_2g = WLAN_REG_IS_24GHZ_CH_FREQ(freq); 9127 is_band_2g); 9138 tDot11fIEhe_cap dot11f_he_cap, bool is_band_2g) 9379 if ((is_band_2g && !dot11f_he_cap.chan_width_0) || [all …]
|