X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=hostapd%2FREADME-WPS;h=c052df658888ca13fb3de996277daa3d78cf0344;hb=545cc6af2593b3174ae7813d2fd658074ff44e23;hp=64561d025645bb97e28221a073584f7091e93226;hpb=53587ec1836cc9532d33c872875e1bad422ab5ad;p=libeap.git diff --git a/hostapd/README-WPS b/hostapd/README-WPS index 64561d0..c052df6 100644 --- a/hostapd/README-WPS +++ b/hostapd/README-WPS @@ -120,6 +120,13 @@ pushbutton event (for PBC) to allow a new WPS Enrollee to join the network. hostapd uses the control interface as an input channel for these events. +The PIN value used in the commands must be processed by an UI to +remove non-digit characters and potentially, to verify the checksum +digit. "hostapd_cli wps_check_pin " can be used to do such +processing. It returns FAIL if the PIN is invalid, or FAIL-CHECKSUM if +the checksum digit is incorrect, or the processed PIN (non-digit +characters removed) if the PIN is valid. + When a client device (WPS Enrollee) connects to hostapd (WPS Registrar) in order to start PIN mode negotiation for WPS, an identifier (Enrollee UUID) is sent. hostapd will need to be configured @@ -229,6 +236,9 @@ hostapd_cli wps_ap_pin set [timeout] - if the optional timeout parameter is given, the AP PIN will be enabled for the specified number of seconds +hostapd_cli get_config +- display the current configuration + Credential generation and configuration changes -----------------------------------------------