mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 02:44:03 -05:00
Fix hostapd build without NEED_MLME
The following patch fixes a compilation issue when compiling hostapd to serve as pure RADIUS authentication server.
This commit is contained in:
parent
7c2849d2a0
commit
ab61c4fc36
@ -76,6 +76,11 @@ static inline int hostapd_select_hw_mode(struct hostapd_iface *iface)
|
||||
return -1;
|
||||
}
|
||||
|
||||
static inline const char * hostapd_hw_mode_txt(int mode)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan)
|
||||
{
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user