Do not store raw scan results

Use scan results to update the BSS table and to select the BSS for
connection, but do not store the results for longer time.
This commit is contained in:
Jouni Malinen 2010-01-02 16:41:38 +02:00
parent 6fa81a3b3f
commit a1fd2ce54e
6 changed files with 75 additions and 43 deletions

View file

@ -21,6 +21,7 @@
#include "wps/wps_defs.h"
struct wpa_bss;
struct wpa_scan_res;
struct wps_new_ap_settings {
const char *ssid_hex;