Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_fsm.c205 if (mac_ctx->sap.SapDfsInfo.orig_chanWidth == 0) { 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()
282 if (mac_ctx->sap.SapDfsInfo.orig_chanWidth == 0) { 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()
/wlan-driver/qcacld-3.0/core/sap/inc/
H A Dsap_api.h630 enum phy_ch_width orig_chanWidth; member