/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.c | 83 " wps_config <SSID> <auth> <encr> <key> configure AP\n" 614 printf("Invalid 'wps_config' command - at least two arguments " 637 snprintf(buf, sizeof(buf), "WPS_CONFIG %s %s %s %s", 640 snprintf(buf, sizeof(buf), "WPS_CONFIG %s %s %s", 643 snprintf(buf, sizeof(buf), "WPS_CONFIG %s %s", 1176 { "wps_config", hostapd_cli_cmd_wps_config }, [all...] |
README-WPS | 244 hostapd_cli wps_config <new SSID> <auth> <encr> <new key> 246 hostapd_cli wps_config testing WPA2PSK CCMP 12345678 247 hostapd_cli wps_config "no security" OPEN NONE ""
|
ChangeLog | 353 - Add wps_config ctrl_interface command for configuring AP. This [all...] |
ctrl_iface.c | [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps.h | 106 * struct wps_config - WPS configuration for a single registration protocol run 108 struct wps_config { struct 192 struct wps_data * wps_init(const struct wps_config *cfg);
|
wps.c | 39 struct wps_data * wps_init(const struct wps_config *cfg)
|
wps_er.c | 1038 struct wps_config cfg; [all...] |
wps_upnp_web.c | 427 struct wps_config cfg; [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_wsc.c | 144 struct wps_config cfg;
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_wsc.c | 83 struct wps_config cfg;
|