diff options
Diffstat (limited to 'hostapd/wps_hostapd.h')
| -rw-r--r-- | hostapd/wps_hostapd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/wps_hostapd.h b/hostapd/wps_hostapd.h index 6615c62a177ea..e949bee87ac61 100644 --- a/hostapd/wps_hostapd.h +++ b/hostapd/wps_hostapd.h @@ -21,7 +21,7 @@ int hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf); void hostapd_deinit_wps(struct hostapd_data *hapd); int hostapd_wps_add_pin(struct hostapd_data *hapd, const char *uuid, - const char *pin); + const char *pin, int timeout); int hostapd_wps_button_pushed(struct hostapd_data *hapd); void hostapd_wps_probe_req_rx(struct hostapd_data *hapd, const u8 *addr, const u8 *ie, size_t ie_len); |
