Searched refs:ch_wd (Results 1 – 2 of 2) sorted by relevance
187 uint8_t ch_wd; in sap_is_chan_change_needed() local206 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() local283 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 …]
4511 #define HE_CH_WIDTH_GET_BIT(ch_wd, bit) (((ch_wd) >> (bit)) & 1) argument4515 #define HE_CH_WIDTH_CLR_BIT(ch_wd, bit) (((ch_wd) >> (bit)) & ~1) argument