Browse Source

Fix hostapd build without NEED_MLME

The following patch fixes a compilation issue when compiling hostapd to
serve as pure RADIUS authentication server.
Sebastien Decugis 16 years ago
parent
commit
ab61c4fc36
1 changed files with 5 additions and 0 deletions
  1. 5 0
      hostapd/hw_features.h

+ 5 - 0
hostapd/hw_features.h

@@ -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;