Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_son.c2224 ACS_LIST_TYPE acs_type = 0; in hdd_son_get_acs_report() local
2287 ret = copy_from_user(&acs_type, &acs_report->acs_type, in hdd_son_get_acs_report()
2288 sizeof(acs_report->acs_type)); in hdd_son_get_acs_report()
2294 hdd_debug("acs type: %d", acs_type); in hdd_son_get_acs_report()
2295 if (acs_type == ACS_CHAN_STATS) { in hdd_son_get_acs_report()
2322 } else if (acs_type == ACS_CHAN_NF_STATS) { in hdd_son_get_acs_report()
2323 } else if (acs_type == ACS_NEIGHBOUR_GET_LIST_COUNT || in hdd_son_get_acs_report()
2324 acs_type == ACS_NEIGHBOUR_GET_LIST) { in hdd_son_get_acs_report()