Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c1375 struct ch_params *tgt_ch_params) in wlansap_get_csa_chanwidth_from_phymode() argument
1415 if (tgt_ch_params) in wlansap_get_csa_chanwidth_from_phymode()
1416 ch_width = QDF_MIN(ch_width, tgt_ch_params->ch_width); in wlansap_get_csa_chanwidth_from_phymode()
1429 if (tgt_ch_params) in wlansap_get_csa_chanwidth_from_phymode()
1430 *tgt_ch_params = ch_params; in wlansap_get_csa_chanwidth_from_phymode()
1435 tgt_ch_params ? tgt_ch_params->ch_width : CH_WIDTH_MAX, in wlansap_get_csa_chanwidth_from_phymode()
/wlan-driver/qcacld-3.0/core/sap/inc/
H A Dsap_api.h1195 struct ch_params *tgt_ch_params);