HomeSort by relevance Sort by last modified time
    Searched full:wps_config (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/hostapd/
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 ""
hostapd_cli.c 613 printf("Invalid 'wps_config' command - at least two arguments "
636 snprintf(buf, sizeof(buf), "WPS_CONFIG %s %s %s %s",
639 snprintf(buf, sizeof(buf), "WPS_CONFIG %s %s %s",
642 snprintf(buf, sizeof(buf), "WPS_CONFIG %s %s",
    [all...]
ChangeLog 426 - 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 1037 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;

Completed in 2284 milliseconds