qcacmn: Add new scan type SCAN_FOR_CONNECT for conn_manager infra
Add new scan type SCAN_FOR_CONNECT to support connection manager infrastructure. CRs-Fixed: 2713772 Change-Id: I631f3f0324e82ef6cd8b2befbed020649c80bc4c
This commit is contained in:

zatwierdzone przez
nshrivas

rodzic
07cc4bb4b1
commit
737eb69429
@@ -697,12 +697,14 @@ struct hint_bssid {
|
||||
* @SCAN_TYPE_P2P_SEARCH: P2P Search
|
||||
* @SCAN_TYPE_P2P_LISTEN: P2P listed
|
||||
* @SCAN_TYPE_RRM: RRM scan request
|
||||
* @SCAN_TYPE_SCAN_FOR_CONNECT : Scan for connect
|
||||
*/
|
||||
enum scan_request_type {
|
||||
SCAN_TYPE_DEFAULT = 0,
|
||||
SCAN_TYPE_P2P_SEARCH = 1,
|
||||
SCAN_TYPE_P2P_LISTEN = 2,
|
||||
SCAN_TYPE_RRM = 3
|
||||
SCAN_TYPE_RRM = 3,
|
||||
SCAN_TYPE_SCAN_FOR_CONNECT = 4
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user