/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.c | 81 " wps_config <SSID> <auth> <encr> <key> configure AP\n" 542 printf("Invalid 'wps_config' command - at least two arguments " 565 snprintf(buf, sizeof(buf), "WPS_CONFIG %s %s %s %s", 568 snprintf(buf, sizeof(buf), "WPS_CONFIG %s %s %s", 571 snprintf(buf, sizeof(buf), "WPS_CONFIG %s %s", 833 { "wps_config", hostapd_cli_cmd_wps_config },
|
README-WPS | 246 hostapd_cli wps_config <new SSID> <auth> <encr> <new key> 248 hostapd_cli wps_config testing WPA2PSK CCMP 12345678 249 hostapd_cli wps_config "no security" OPEN NONE ""
|
ctrl_iface.c | 1072 } else if (os_strncmp(buf, "WPS_CONFIG ", 11) == 0) { [all...] |
ChangeLog | 135 - Add wps_config ctrl_interface command for configuring AP. This [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps.h | 107 * struct wps_config - WPS configuration for a single registration protocol run 109 struct wps_config { struct 188 struct wps_data * wps_init(const struct wps_config *cfg);
|
wps.c | 34 struct wps_data * wps_init(const struct wps_config *cfg)
|
wps_er.c | 1037 struct wps_config cfg; [all...] |
wps_upnp_web.c | 418 struct wps_config cfg; [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_wsc.c | 146 struct wps_config cfg;
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_wsc.c | 83 struct wps_config cfg;
|