Remove src/drivers/scan_helpers.c

Most of this file was already moved into wpa_supplicant/scan.c and
we can remove the file completely by having couple of small helper
functions copied to the remaining users outside core wpa_supplicant
code.
This commit is contained in:
Jouni Malinen 2010-01-03 20:27:32 +02:00
parent 9ba9fa07cc
commit d1f9c410c1
10 changed files with 84 additions and 58 deletions

View file

@ -2271,9 +2271,6 @@ union wpa_event_data {
void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
union wpa_event_data *data);
const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie);
void wpa_scan_results_free(struct wpa_scan_results *res);
/*
* The following inline functions are provided for convenience to simplify