Parcourir la source

Fix hostapd build with WPS disabled

Jouni Malinen il y a 15 ans
Parent
commit
05df8cb3f6
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      hostapd/wps_hostapd.h

+ 5 - 0
hostapd/wps_hostapd.h

@@ -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 */