Home | History | Annotate | Download | only in utils

Lines Matching full:scan

156     SCAN_CNCN_PARAM                 	= 0x1500,	/**< Scan Concentrator Module Number				*/
157 SCAN_MNGR_PARAM = 0x1600, /**< Scan Manager Module Number */
579 /* Scan Concentrator section */
580 SCAN_CNCN_START_APP_SCAN = SET_BIT | SCAN_CNCN_PARAM | 0x01 | ALLOC_NEEDED_PARAM, /**< Scan Concentrator Start Application Scan Parameter (Scan Concentrator Module Set Command): \n
581 * Used for start one-shot scan as running application scan client\n
584 * Module Number: Scan Concentrator Module Number \n
590 SCAN_CNCN_STOP_APP_SCAN = SET_BIT | SCAN_CNCN_PARAM | 0x02, /**< Scan Concentrator Stop Application Scan Parameter (Scan Concentrator Module Set Command): \n
591 * Used for stop one-shot scan as running application scan client\n
594 * Module Number: Scan Concentrator Module Number \n
600 SCAN_CNCN_START_PERIODIC_SCAN = SET_BIT | SCAN_CNCN_PARAM | 0x03 | ALLOC_NEEDED_PARAM, /**< Scan Concentrator Start Periodic Scan Parameter (Scan Concentrator Module Set Command): \n
601 * Used for start periodic scan as running application scan client\n
604 * Module Number: Scan Concentrator Module Number \n
610 SCAN_CNCN_STOP_PERIODIC_SCAN = SET_BIT | SCAN_CNCN_PARAM | 0x04, /**< Scan Concentrator Stop Periodic Scan Parameter (Scan Concentrator Module Set Command): \n
611 * Used for stop periodic scan as running application scan client\n
614 * Module Number: Scan Concentrator Module Number \n
620 SCAN_CNCN_BSSID_LIST_SCAN_PARAM = SET_BIT | SCAN_CNCN_PARAM | 0x05, /**< Scan Concentrator BSSID List Scon Parameter (Scan Concentrator Module Set Command): \n
621 * Used for start one-shot scan as running application scan client\n
624 * Module Number: Scan Concentrator Module Number \n
630 SCAN_CNCN_BSSID_LIST_SIZE_PARAM = GET_BIT | SCAN_CNCN_PARAM | 0x06, /**< Scan Concentrator BSSID List Size Parameter (Scan Concentrator Module Get Command): \n
631 * Used for retrieving the size to allocate for the application scan result list\n
634 * Module Number: Scan Concentrator Module Number \n
640 SCAN_CNCN_BSSID_LIST_PARAM = GET_BIT | SCAN_CNCN_PARAM | 0x07, /**< Scan Concentrator BSSID List Parameter (Scan Concentrator Module Get Command): \n
641 * Used for retrieving the application scan result table\n
644 * Module Number: Scan Concentrator Module Number \n
651 /* Scan Manager module */
652 SCAN_MNGR_SET_CONFIGURATION = SET_BIT | SCAN_MNGR_PARAM | 0x01 | ALLOC_NEEDED_PARAM, /**< Scan Manager Set Configuration Parameter (Scan Manager Module Set Command): \n
653 * Used for setting the Scan Policy\n
656 * Module Number: Scan Manager Module Number \n
662 SCAN_MNGR_BSS_LIST_GET = GET_BIT | SCAN_MNGR_PARAM | 0x02 | ALLOC_NEEDED_PARAM, /**< Scan Manager Get BSS List Parameter (Scan Manager Module Get Command): \n
666 * Module Number: Scan Manager Module Number \n
735 * Used for getting Country String or setting the local country IE per band with the Country IE that was detected in the last passive scan\n
745 * Used for getting Country String or setting the local country IE per band with the Country IE that was detected in the last passive scan\n