Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_fsm.c187 uint8_t ch_wd; in sap_is_chan_change_needed() local
206 ch_wd = sap_ctx->ch_width_orig; in sap_is_chan_change_needed()
207 mac_ctx->sap.SapDfsInfo.orig_chanWidth = ch_wd; in sap_is_chan_change_needed()
209 ch_wd = mac_ctx->sap.SapDfsInfo.orig_chanWidth; in sap_is_chan_change_needed()
212 ch_params->ch_width = ch_wd; in sap_is_chan_change_needed()
262 uint8_t ch_wd; in sap_random_channel_sel() local
283 ch_wd = sap_ctx->ch_width_orig; in sap_random_channel_sel()
284 mac_ctx->sap.SapDfsInfo.orig_chanWidth = ch_wd; in sap_random_channel_sel()
286 ch_wd = mac_ctx->sap.SapDfsInfo.orig_chanWidth; in sap_random_channel_sel()
289 ch_params->ch_width = ch_wd; in sap_random_channel_sel()
[all …]
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h4511 #define HE_CH_WIDTH_GET_BIT(ch_wd, bit) (((ch_wd) >> (bit)) & 1) argument
4515 #define HE_CH_WIDTH_CLR_BIT(ch_wd, bit) (((ch_wd) >> (bit)) & ~1) argument