Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c1536 struct ieee80211_ie_wide_bw_switch *wb_ie; in wma_csa_offload_handler() local
1619 wb_ie = (struct ieee80211_ie_wide_bw_switch *) in wma_csa_offload_handler()
1620 (&csa_event->wb_ie[0]); in wma_csa_offload_handler()
1621 csa_offload_event->new_ch_freq_seg1 = wb_ie->new_ch_freq_seg1; in wma_csa_offload_handler()
1622 csa_offload_event->new_ch_freq_seg2 = wb_ie->new_ch_freq_seg2; in wma_csa_offload_handler()
1624 wlan_mlme_convert_vht_op_bw_to_phy_ch_width(wb_ie->new_ch_width, in wma_csa_offload_handler()
1626 wb_ie->new_ch_freq_seg1, in wma_csa_offload_handler()
1627 wb_ie->new_ch_freq_seg2); in wma_csa_offload_handler()
1632 wb_ie = (struct ieee80211_ie_wide_bw_switch *) in wma_csa_offload_handler()
1636 if (wb_ie) { in wma_csa_offload_handler()
[all …]
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h8391 A_UINT32 wb_ie[2]; member