wpa_supplicant AP: Add preliminary support for WPS Internal Registrar
When in AP mode, wpa_supplicant is now enabling WPS (only Internal Registrar). wpa_cli wps_pbc and wps_pin commands can be used to initiate WPS negotiation similarly to how this is done in station mode (though, the BSSID parameter is ignored).
This commit is contained in:
parent
a8d6ffa48f
commit
3ec97afe57
5 changed files with 78 additions and 8 deletions
|
@ -12,8 +12,8 @@
|
|||
* See README and COPYING for more details.
|
||||
*/
|
||||
|
||||
#ifndef EAP_METHODS_H
|
||||
#define EAP_METHODS_H
|
||||
#ifndef EAP_SERVER_METHODS_H
|
||||
#define EAP_SERVER_METHODS_H
|
||||
|
||||
const struct eap_method * eap_server_get_eap_method(int vendor,
|
||||
EapType method);
|
||||
|
@ -26,4 +26,4 @@ EapType eap_server_get_type(const char *name, int *vendor);
|
|||
int eap_server_register_methods(void);
|
||||
void eap_server_unregister_methods(void);
|
||||
|
||||
#endif /* EAP_METHODS_H */
|
||||
#endif /* EAP_SERVER_METHODS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue