Lines Matching full:scan
35 * \brief This file include the scan manager debug module implementation
52 * \brief Main scan manager debug function
55 * \param hScanMngr - handle to the scan manager object.\n
110 WLAN_OS_REPORT(("Invalid function type in scan manager debug function: %d\n", funcType));
118 * \brief Prints scan manager debug menu
124 WLAN_OS_REPORT((" Scan Manager Debug Functions \n"));
126 WLAN_OS_REPORT(("1500 - Print the scan manager Debug Help\n"));
127 WLAN_OS_REPORT(("1501 - Start continuous scan\n"));
128 WLAN_OS_REPORT(("1502 - Stop continuous scan\n"));
129 WLAN_OS_REPORT(("1503 - Start immediate scan\n"));
130 WLAN_OS_REPORT(("1504 - Stop immediate scan\n"));
135 WLAN_OS_REPORT(("1509 - Print Scan Policy\n"));
136 WLAN_OS_REPORT(("1510 - Print scan manager object\n"));
142 * \brief Starts continuous scan process.\n
145 * \param hScanMngr - handle to the scan manager object.\n
163 /* start continuous scan */