mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
Fix rsn_preauth_scan_result() inline wrapper for no-EAP builds
This commit is contained in:
parent
4bb1228e1c
commit
507d87930c
@ -58,8 +58,8 @@ static inline int rsn_preauth_scan_results(struct wpa_sm *sm)
|
||||
return -1;
|
||||
}
|
||||
|
||||
void rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid,
|
||||
const u8 *ssid, const u8 *rsn)
|
||||
static inline void rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid,
|
||||
const u8 *ssid, const u8 *rsn)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user