diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2010-10-19 19:57:01 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-10-19 19:57:01 +0300 |
commit | 2c8a4eef418a585735f940a27e7705d55476208b (patch) | |
tree | b36997fb3517a5f3edda5d28ed6d8af96c3d9f22 /src/ap/wps_hostapd.h | |
parent | 2af1c18735a8dd9cf71abe4f457bf9e402371c16 (diff) | |
download | external_wpa_supplicant_8_ti-2c8a4eef418a585735f940a27e7705d55476208b.zip external_wpa_supplicant_8_ti-2c8a4eef418a585735f940a27e7705d55476208b.tar.gz external_wpa_supplicant_8_ti-2c8a4eef418a585735f940a27e7705d55476208b.tar.bz2 |
WPS: Update Beacon/ProbeResp IE on wps_version_number changes
This test command is supposed to change the WPS version number in all
places immediately, so make sure that the IEs used in management
frames get updated immediately.
Diffstat (limited to 'src/ap/wps_hostapd.h')
-rw-r--r-- | src/ap/wps_hostapd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ap/wps_hostapd.h b/src/ap/wps_hostapd.h index b9d525a..fac736b 100644 --- a/src/ap/wps_hostapd.h +++ b/src/ap/wps_hostapd.h @@ -33,6 +33,7 @@ const char * hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout); const char * hostapd_wps_ap_pin_get(struct hostapd_data *hapd); int hostapd_wps_ap_pin_set(struct hostapd_data *hapd, const char *pin, int timeout); +void hostapd_wps_update_ie(struct hostapd_data *hapd); #else /* CONFIG_WPS */ |