]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix hostapd build with WPS disabled
authorJouni Malinen <j@w1.fi>
Thu, 3 Dec 2009 22:29:10 +0000 (00:29 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 3 Dec 2009 22:29:10 +0000 (00:29 +0200)
hostapd/wps_hostapd.h

index c4ac246c82272b19b7f83caabb919fc280bd12dd..bf28fb0f3b68340578847447670dd1a618847a4c 100644 (file)
@@ -47,6 +47,11 @@ static inline int hostapd_wps_get_mib_sta(struct hostapd_data *hapd,
        return 0;
 }
 
+static inline int hostapd_wps_button_pushed(struct hostapd_data *hapd)
+{
+       return 0;
+}
+
 #endif /* CONFIG_WPS */
 
 #endif /* WPS_HOSTAPD_H */