|
@@ -16,6 +16,7 @@ int hostapd_init_wps(struct hostapd_data *hapd,
|
|
|
int hostapd_init_wps_complete(struct hostapd_data *hapd);
|
|
|
void hostapd_deinit_wps(struct hostapd_data *hapd);
|
|
|
void hostapd_update_wps(struct hostapd_data *hapd);
|
|
|
+void hostapd_wps_eap_completed(struct hostapd_data *hapd);
|
|
|
int hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr,
|
|
|
const char *uuid, const char *pin, int timeout);
|
|
|
int hostapd_wps_button_pushed(struct hostapd_data *hapd,
|
|
@@ -61,6 +62,10 @@ static inline void hostapd_update_wps(struct hostapd_data *hapd)
|
|
|
{
|
|
|
}
|
|
|
|
|
|
+static inline void hostapd_wps_eap_completed(struct hostapd_data *hapd)
|
|
|
+{
|
|
|
+}
|
|
|
+
|
|
|
static inline int hostapd_wps_get_mib_sta(struct hostapd_data *hapd,
|
|
|
const u8 *addr,
|
|
|
char *buf, size_t buflen)
|