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

@ -20,6 +20,7 @@
#include "drivers/driver.h"
#include "wpa_supplicant_i.h"
#include "notify.h"
#include "scan.h"
#include "bss.h"