qcacld-3.0: Add new scan type SCAN_FOR_SSID for conn_manager infra
Add new scan type SCAN_FOR_SSID to support connection manager
infrastructure.
CRs-Fixed: 2713775
Change-Id: I399f2c5cac0a09b78b6c13786105a9f098922c72
This commit is contained in:
parent
7554af3936
commit
f2ff802b63
@ -1742,7 +1742,8 @@ return_success:
|
|||||||
}
|
}
|
||||||
|
|
||||||
void tdls_scan_serialization_comp_info_cb(struct wlan_objmgr_vdev *vdev,
|
void tdls_scan_serialization_comp_info_cb(struct wlan_objmgr_vdev *vdev,
|
||||||
union wlan_serialization_rules_info *comp_info)
|
union wlan_serialization_rules_info *comp_info,
|
||||||
|
struct wlan_serialization_command *cmd)
|
||||||
{
|
{
|
||||||
struct tdls_soc_priv_obj *tdls_soc;
|
struct tdls_soc_priv_obj *tdls_soc;
|
||||||
QDF_STATUS status;
|
QDF_STATUS status;
|
||||||
|
@ -716,7 +716,8 @@ void tdls_scan_done_callback(struct tdls_soc_priv_obj *tdls_soc);
|
|||||||
* 1 = caller can continue to scan
|
* 1 = caller can continue to scan
|
||||||
*/
|
*/
|
||||||
void tdls_scan_serialization_comp_info_cb(struct wlan_objmgr_vdev *vdev,
|
void tdls_scan_serialization_comp_info_cb(struct wlan_objmgr_vdev *vdev,
|
||||||
union wlan_serialization_rules_info *comp_info);
|
union wlan_serialization_rules_info *comp_info,
|
||||||
|
struct wlan_serialization_command *cmd);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* tdls_set_offchan_mode() - update tdls status info
|
* tdls_set_offchan_mode() - update tdls status info
|
||||||
|
Loading…
Reference in New Issue
Block a user