am "small fixes to gscan interface"
merged from goog/mirror-m-wireless-internal-release
16361fb
small fixes to gscan interface
Change-Id: If60091580bc4b5732f7ddf7b5abc470f788dde30
This commit is contained in:
commit
efa226a9b0
2 changed files with 3 additions and 6 deletions
|
@ -183,7 +183,6 @@ wifi_error wifi_set_bssid_hotlist(wifi_request_id id, wifi_interface_handle ifac
|
|||
/* Clear the BSSID Hotlist */
|
||||
wifi_error wifi_reset_bssid_hotlist(wifi_request_id id, wifi_interface_handle iface);
|
||||
|
||||
|
||||
/* SSID Hotlist */
|
||||
typedef struct {
|
||||
void (*on_hotlist_ssid_found)(wifi_request_id id,
|
||||
|
@ -213,8 +212,6 @@ wifi_error wifi_set_ssid_hotlist(wifi_request_id id, wifi_interface_handle iface
|
|||
/* Clear the SSID Hotlist */
|
||||
wifi_error wifi_reset_ssid_hotlist(wifi_request_id id, wifi_interface_handle iface);
|
||||
|
||||
|
||||
|
||||
/* Significant wifi change */
|
||||
typedef struct {
|
||||
mac_addr bssid; // BSSID
|
||||
|
@ -323,8 +320,6 @@ typedef struct {
|
|||
wifi_error wifi_set_ssid_white_list(wifi_request_id id, wifi_interface_handle iface,
|
||||
int num_networks, wifi_ssid *ssids);
|
||||
|
||||
|
||||
|
||||
/* Set G-SCAN roam parameters */
|
||||
/**
|
||||
* Firmware roaming is implemented with two modes:
|
||||
|
@ -408,7 +403,6 @@ typedef struct {
|
|||
wifi_error wifi_set_bssid_preference(wifi_request_id id, wifi_interface_handle iface,
|
||||
int num_bssid, wifi_bssid_preference *prefs);
|
||||
|
||||
|
||||
typedef struct {
|
||||
int max_number_epno_networks; // max number of epno entries, M target is 64
|
||||
int max_number_of_white_listed_ssid; // max number of white listed SSIDs, M target is 2 to 4
|
||||
|
|
|
@ -196,6 +196,9 @@ wifi_error wifi_get_firmware_version(wifi_request_id id,
|
|||
wifi_error wifi_get_driver_version(wifi_request_id id,
|
||||
wifi_interface_handle iface, char * buffer, int buffer_size);
|
||||
|
||||
/* api to collect driver records */
|
||||
wifi_error wifi_get_ringdata(wifi_request_id id,
|
||||
wifi_interface_handle iface, wifi_ring_buffer_id ring_id);
|
||||
|
||||
/* api to collect driver records */
|
||||
wifi_error wifi_get_ringdata(wifi_request_id id,
|
||||
|
|
Loading…
Reference in a new issue