Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_api.c573 uint32_t bw_puncture = 0; in wlan_cm_sta_update_bw_puncture() local
607 QDF_SET_BITS(bw_puncture, 0, 8, des_chan->ch_width); in wlan_cm_sta_update_bw_puncture()
608 QDF_SET_BITS(bw_puncture, 8, 16, des_chan->puncture_bitmap); in wlan_cm_sta_update_bw_puncture()
611 bw_puncture); in wlan_cm_sta_update_bw_puncture()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c1017 uint32_t bw_puncture = 0; in wma_peer_send_phymode() local
1070 QDF_SET_BITS(bw_puncture, 0, 8, new_bw); in wma_peer_send_phymode()
1071 QDF_SET_BITS(bw_puncture, 8, 16, new_puncture_bitmap); in wma_peer_send_phymode()
1074 bw_puncture); in wma_peer_send_phymode()