Move wpa_scan_results_free() into shared C file
Replace the inline helper function with a new C file that can be used for common driver API related function. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
a4cef16279
commit
aea855d752
10 changed files with 53 additions and 13 deletions
|
@ -15,7 +15,7 @@ SOURCE wpa_supplicant.c events.c
|
|||
SOURCEPATH ..\..\src\rsn_supp
|
||||
SOURCE wpa.c preauth.c pmksa_cache.c peerkey.c wpa_ie.c
|
||||
SOURCEPATH ..\..\src\drivers
|
||||
SOURCE drivers.c
|
||||
SOURCE drivers.c driver_common.c
|
||||
SOURCEPATH ..\..\src\common
|
||||
SOURCE wpa_common.c
|
||||
SOURCEPATH ..\..\src\utils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue