HomeSort by relevance Sort by last modified time
    Searched refs:wps (Results 76 - 100 of 112) sorted by null

1 2 34 5

  /external/wpa_supplicant_8/src/ap/
hostapd.h 135 struct wps_context *wps; member in struct:hostapd_data
ieee802_11.c 23 #include "wps/wps.h"
675 wpa_printf(MSG_DEBUG, "STA included WPS IE in (Re)Association "
676 "Request - assume WPS is used");
682 wpa_printf(MSG_DEBUG, "WPS: STA supports WPS 2.0");
688 wpa_printf(MSG_DEBUG, "WPS: Invalid WPS IE in "
694 "(Re)Association Request - possible WPS use");
901 struct wpabuf *wps = wps_build_assoc_resp_ie() local
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 196 * wps - WPS context data
200 struct wps_context *wps; member in struct:eapol_ctx
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 96 struct wps_context *wps; member in struct:radius_server_data
328 eap_conf.wps = data->wps;
1072 data->wps = conf->wps;
  /external/wpa_supplicant_8/src/radius/
radius_server.c 226 * wps - Wi-Fi Protected Setup context
228 * If WPS is used with an external RADIUS server (which is quite
229 * unlikely configuration), this is used to provide a pointer to WPS
232 struct wps_context *wps; member in struct:radius_server_data
512 eap_conf.wps = data->wps;
1281 data->wps = conf->wps;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 2 * UPnP SSDP for WPS
20 #include "wps.h"
141 uuid_bin2str(a->sm->wps->uuid, uuid_string, sizeof(uuid_string));
231 * @sm: WPS UPnP state machine from upnp_wps_device_init()
261 wpa_printf(MSG_INFO, "WPS UPnP: Advertisement sendto "
294 wpa_printf(MSG_MSGDUMP, "WPS UPnP: Advertisement state=%d", a->state);
306 wpa_printf(MSG_ERROR, "WPS UPnP: Advertisement sendto failed:"
313 wpa_printf(MSG_DEBUG, "WPS UPnP: ADVERTISE_DOWN->UP");
327 wpa_printf(MSG_DEBUG, "WPS UPnP: ADVERTISE_UP (#%u); "
344 * @sm: WPS UPnP state machine from upnp_wps_device_init(
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpas_glue.c 561 ctx->wps = wpa_s->wps;
wpa_supplicant_i.h 350 int scan_runs; /* number of scan runs since WPS was started */
360 struct wps_context *wps; member in struct:wpa_supplicant
361 int wps_success; /* WPS success event received */
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 2 * UPnP SSDP for WPS
20 #include "wps.h"
134 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
224 * @sm: WPS UPnP state machine from upnp_wps_device_init()
253 wpa_printf(MSG_INFO, "WPS UPnP: Advertisement sendto "
286 wpa_printf(MSG_MSGDUMP, "WPS UPnP: Advertisement state=%d", a->state);
298 wpa_printf(MSG_ERROR, "WPS UPnP: Advertisement sendto failed:"
305 wpa_printf(MSG_DEBUG, "WPS UPnP: ADVERTISE_DOWN->UP");
319 wpa_printf(MSG_DEBUG, "WPS UPnP: ADVERTISE_UP (#%u); "
336 * @sm: WPS UPnP state machine from upnp_wps_device_init(
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 796 ctx->wps = wpa_s->wps;
ap.c 27 #include "wps/wps.h"
258 * Enable WPS by default for open and WPA/WPA2-Personal network, but
294 os_memcpy(bss->uuid, wpa_s->wps->uuid, WPS_UUID_LEN);
701 if (!wpa_s->ap_iface || !wpa_s->ap_iface->bss[0]->wps)
704 reg = wpa_s->ap_iface->bss[0]->wps->registrar;
710 wpa_printf(MSG_DEBUG, "No WPS operation in progress at this "
716 * There are 2 cases to return wps cancel as success:
717 * 1. When wps cancel was initiated but no connection has been
719 * 2. Client is in the middle of exchanging WPS messages
    [all...]
p2p_supplicant.c 16 #include "wps/wps_i.h"
59 * WPS provisioning step.
160 wpa_s->wps->dev.p2p = 1;
161 wps_ie = wps_build_probe_req_ie(pw_id, &wpa_s->wps->dev,
162 wpa_s->wps->uuid, WPS_REQ_ENROLLEE,
800 wpa_printf(MSG_DEBUG, "P2P: Start WPS Enrollee for peer " MACSTR,
802 wpa_hexdump_ascii(MSG_DEBUG, "P2P: Start WPS Enrollee for SSID",
852 wpa_printf(MSG_DEBUG, "P2P: Setting up WPS for GO provisioning");
    [all...]
events.c 650 wpa_bss_get_vendor_ie(bss, WPS_IE_VENDOR_TYPE) ? " wps" : "");
699 "(WPS)");
709 * advertises active WPS operation that matches
1478 struct wpabuf *wps; local
    [all...]
wpa_supplicant_i.h 392 int scan_runs; /* number of scan runs since WPS was started */
417 struct wps_context *wps; member in struct:wpa_supplicant
418 int wps_success; /* WPS success event received */
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 76 config.wps.setup = WpsInfo.PBC;
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 249 config.wps.setup = WpsInfo.PBC;
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 77 * Disable WPS tab by default; it will be enabled if wpa_supplicant is
78 * built with WPS support.
428 bool wps = types.contains("WSC"); local
429 actionWPS->setEnabled(wps);
430 wpsTab->setEnabled(wps);
431 wpaguiTab->setTabEnabled(wpaguiTab->indexOf(wpsTab), wps);
859 "Wi-Fi Protected Setup (WPS) AP\n"
861 wpsStatusText->setText("WPS AP in active PBC mode found");
869 "Wi-Fi Protected Setup (WPS) AP\n"
871 wpsStatusText->setText("WPS AP with recently selected
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 826 eap_conf.wps = eapol->conf.wps;
1090 dst->wps = src->wps;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 67 * Disable WPS tab by default; it will be enabled if wpa_supplicant is
68 * built with WPS support.
427 bool wps = types.contains("WSC"); local
428 actionWPS->setEnabled(wps);
429 wpsTab->setEnabled(wps);
430 wpaguiTab->setTabEnabled(wpaguiTab->indexOf(wpsTab), wps);
883 wpsStatusText->setText(tr("WPS AP in active PBC mode found"));
890 wpsStatusText->setText(tr("WPS AP with recently selected "
897 "Wi-Fi Protected Setup (WPS) AP\n"
899 wpsStatusText->setText("WPS AP indicating this client is
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 110 * wps_method - WPS method to be used during provisioning
191 * config_methods - WPS Configuration Methods
206 * wps_sec_dev_type_list - WPS secondary device type list
294 * pri_dev_type - Primary Device Type (see WPS)
430 * pointer can be %NULL). The WPS and P2P IEs to be added for Probe
548 * @dev_passwd_id: WPS Device Password ID
570 * initializing WPS provisioning either as a Registrar (if GO) or as an
571 * Enrollee. Successful WPS provisioning must be indicated by calling
573 * formation if WPS provisioning cannot be completed successfully
619 * @config_methods: Requested WPS Config Metho
    [all...]
p2p_i.h 69 * wps_prov_info - Stored provisioning WPS config method
71 * This is used to store pending WPS config method between Provisioning
426 * wps_vendor_ext - WPS Vendor Extensions to add
517 /* WPS IE */
711 int p2p_match_dev_type(struct p2p_data *p2p, struct wpabuf *wps);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.c 1238 sm->wps = conf->wps;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 286 /* Reduce latency on starting WPS negotiation. */
1185 * Buffalo WHR-G125 Ver.1.47 seems to send EAP-WPS
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 1271 sm->wps = conf->wps;
    [all...]

Completed in 1558 milliseconds

1 2 34 5