mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-19 10:33:05 -05:00
Fix wpa_supplicant AP mode build after hostapd changes
This commit is contained in:
parent
0e8a96a911
commit
fe99fb74f1
@ -21,6 +21,7 @@
|
|||||||
#include "common/wpa_ctrl.h"
|
#include "common/wpa_ctrl.h"
|
||||||
#include "ap/hostapd.h"
|
#include "ap/hostapd.h"
|
||||||
#include "ap/ap_config.h"
|
#include "ap/ap_config.h"
|
||||||
|
#include "ap/ap_drv_ops.h"
|
||||||
#ifdef NEED_AP_MLME
|
#ifdef NEED_AP_MLME
|
||||||
#include "ap/ieee802_11.h"
|
#include "ap/ieee802_11.h"
|
||||||
#endif /* NEED_AP_MLME */
|
#endif /* NEED_AP_MLME */
|
||||||
@ -786,7 +787,7 @@ int wpa_supplicant_ap_update_beacon(struct wpa_supplicant *wpa_s)
|
|||||||
|
|
||||||
ieee802_11_set_beacons(iface);
|
ieee802_11_set_beacons(iface);
|
||||||
hapd = iface->bss[0];
|
hapd = iface->bss[0];
|
||||||
hapd->drv.set_ap_wps_ie(hapd);
|
hostapd_set_ap_wps_ie(hapd);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user