HomeSort by relevance Sort by last modified time
    Searched defs:wps (Results 1 - 25 of 49) sorted by null

1 2

  /external/wpa_supplicant_8/src/wps/
wps_upnp.h 2 * UPnP WPS Device
22 struct wps_data *wps; member in struct:upnp_wps_peer
40 upnp_wps_device_init(struct upnp_wps_device_ctx *ctx, struct wps_context *wps,
wps_er.h 28 struct wps_data *wps; member in struct:wps_er_sta
40 struct wps_data *wps; member in struct:wps_er_ap
77 struct wps_context *wps; member in struct:wps_er
wps_i.h 12 #include "wps.h"
18 * struct wps_data - WPS registration protocol data
25 * wps - Pointer to long term WPS context
27 struct wps_context *wps; member in struct:wps_data
134 int wps_derive_keys(struct wps_data *wps);
135 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
137 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
139 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg,
141 void wps_success_event(struct wps_context *wps, const u8 *mac_addr)
    [all...]
wps_upnp_i.h 2 * UPnP for WPS / internal definitions
109 struct wps_context *wps; member in struct:upnp_wps_device_interface
121 * This is known as an opaque struct declaration to users of the WPS UPnP code.
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pConfig.java 38 public WpsInfo wps; field in class:WifiP2pConfig
59 wps = new WpsInfo();
60 wps.setup = WpsInfo.PBC;
77 wps = new WpsInfo();
87 //Based on definitions in wps/wps_defs.h
91 wps.setup = WpsInfo.DISPLAY;
95 wps.setup = WpsInfo.PBC;
99 wps.setup = WpsInfo.KEYPAD;
102 wps.setup = WpsInfo.PBC;
111 sbuf.append("\n wps: ").append(wps)
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.h 178 * wps - Wi-Fi Protected Setup context
180 * If WPS is used with an external RADIUS server (which is quite
181 * unlikely configuration), this is used to provide a pointer to WPS
184 struct wps_context *wps; member in struct:radius_server_conf
  /external/wpa_supplicant_8/src/ap/
taxonomy.c 40 * WPS header, it will get mangled here. */
56 /* Inside the WPS IE are a series of attributes, using two byte IDs
100 char wps[WPS_NAME_LEN + 5 + 1]; /* room to prepend ",wps:" + trailing local
115 os_memset(wps, 0, sizeof(wps));
137 /* WPS */
145 os_snprintf(wps, sizeof(wps),
146 ",wps:%s", model_name)
    [all...]
drv_callbacks.c 20 #include "wps/wps.h"
141 wpa_printf(MSG_DEBUG, "STA included WPS IE in (Re)AssocReq");
160 "STA did not include WPS/RSN/WPA IE in (Re)AssocReq");
258 "STA did not include WPA/RSN IE in (Re)Association Request - possible WPS use");
270 struct wpabuf *wps; local
273 wps = ieee802_11_vendor_ie_concat(ie, ielen,
275 if (wps) {
276 if (wps_is_20(wps)) {
278 "WPS: STA supports WPS 2.0")
378 struct wpabuf *wps; local
    [all...]
beacon.c 19 #include "wps/wps_defs.h"
847 struct wpabuf *wps; local
848 wps = ieee802_11_vendor_ie_concat(ie, ie_len, WPS_DEV_OUI_WFA);
849 if (wps && !p2p_group_match_dev_type(hapd->p2p_group, wps)) {
853 wpabuf_free(wps);
856 wpabuf_free(wps);
1046 wpa_printf(MSG_WARNING, "Device is trying to offload WPS "
    [all...]
wps_hostapd.c 2 * hostapd / WPS integration
19 #include "wps/wps.h"
20 #include "wps/wps_defs.h"
21 #include "wps/wps_dev_attr.h"
22 #include "wps/wps_attr_parse.h"
32 #include "wps/wps_upnp.h"
34 struct wps_context *wps);
43 static void hostapd_wps_nfc_clear(struct wps_context *wps);
105 "Received new WPA/WPA2-PSK from WPS for STA " MACSTR
976 struct wps_context *wps; local
1186 struct wps_context *wps = hapd->wps; local
1776 const struct wpabuf *wps = data; local
1830 struct wps_context *wps = hapd->wps; local
1867 struct wpabuf *wps; local
1975 struct wps_context *wps = hapd->wps; local
    [all...]
ieee802_11.c 27 #include "wps/wps.h"
2818 struct wpabuf *wps = wps_build_assoc_resp_ie(); local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 322 * wps - WPS context data
326 struct wps_context *wps; member in struct:eap_config
eap_wsc.c 15 #include "wps/wps.h"
16 #include "wps/wps_defs.h"
27 struct wps_data *wps; member in struct:eap_wsc_data
147 struct wps_context *wps; local
153 wps = sm->wps;
154 if (wps == NULL) {
155 wpa_printf(MSG_ERROR, "EAP-WSC: WPS context not available");
178 data->wps_ctx = wps;
    [all...]
eap_i.h 371 struct wps_context *wps; member in struct:eap_sm
  /external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c 16 #include "wps/wps.h"
27 struct wps_data *wps; member in struct:eap_wsc_data
106 cfg.wps = sm->wps;
109 if (sm->wps == NULL || sm->wps->registrar == NULL) {
110 wpa_printf(MSG_INFO, "EAP-WSC: WPS Registrar not "
119 * Windows 7 uses Registrar mode to probe AP's WPS
142 data->wps = wps_init(&cfg)
    [all...]
eap.h 123 struct wps_context *wps; member in struct:eap_config
eap_i.h 194 struct wps_context *wps; member in struct:eap_sm
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 41 struct wps_context *wps; member in struct:eapol_auth_config
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 65 * wps - Whether this connection is used for WPS
67 int wps; member in struct:eapol_config
224 * wps - WPS context data
228 struct wps_context *wps; member in struct:eapol_ctx
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 30 #include "wps/wps.h"
456 * Enable WPS by default for open and WPA/WPA2-Personal network, but
493 os_memcpy(bss->uuid, wpa_s->wps->uuid, WPS_UUID_LEN);
942 if (!wpa_s->ap_iface || !wpa_s->ap_iface->bss[0]->wps)
945 reg = wpa_s->ap_iface->bss[0]->wps->registrar;
951 wpa_printf(MSG_DEBUG, "No WPS operation in progress at this "
957 * There are 2 cases to return wps cancel as success:
958 * 1. When wps cancel was initiated but no connection has been
960 * 2. Client is in the middle of exchanging WPS messages
1375 struct wps_context *wps; local
    [all...]
scan.c 54 int wps = 0; local
60 wps = 1;
69 wpa_s->wps->dev.p2p = 1;
70 if (!wps) {
71 wps = 1;
77 return wps;
420 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz "
432 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz",
497 int wps = 0; local
521 wps = wpas_wps_in_use(wpa_s, &req_type)
    [all...]
wps_supplicant.c 2 * wpa_supplicant / WPS integration
24 #include "wps/wps_attr_parse.h"
43 * The minimum time in seconds before trying to associate to a WPS PIN AP that
68 wpa_printf(MSG_DEBUG, "WPS: Continuing association after eapol_cb");
94 wpa_printf(MSG_DEBUG, "WPS: PIN registration with " MACSTR
121 wpa_printf(MSG_DEBUG, "WPS: Network configuration replaced - "
128 wpa_printf(MSG_DEBUG, "WPS: Current network is "
137 wpa_printf(MSG_DEBUG, "WPS: Checking whether fast association "
141 struct wpabuf *wps; local
144 wps = wpa_bss_get_vendor_ie_multi(bss
1520 struct wps_context *wps; local
1840 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
2162 struct wps_context *wps = wpa_s->wps; local
2291 struct wps_context *wps = wpa_s->wps; local
2438 const struct wpabuf *wps = data; local
2506 struct wps_context *wps = wpa_s->wps; local
2570 struct wpabuf *wps; local
2709 struct wpabuf *wps; local
2849 struct wpabuf *wps; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 68 * Disable WPS tab by default; it will be enabled if wpa_supplicant is
69 * built with WPS support.
441 bool wps = types.contains("WSC"); local
442 actionWPS->setEnabled(wps);
443 wpsTab->setEnabled(wps);
444 wpaguiTab->setTabEnabled(wpaguiTab->indexOf(wpsTab), wps);
973 wpsStatusText->setText(tr("WPS AP in active PBC mode found"));
980 wpsStatusText->setText(tr("WPS AP with recently selected "
987 "Wi-Fi Protected Setup (WPS) AP\n"
989 wpsStatusText->setText("WPS AP indicating this client is
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java 674 WpsInfo wps = new WpsInfo(); local
676 wps.setup = mWifiDisplayWpsConfig;
678 wps.setup = WpsInfo.PBC;
681 wps.setup = WpsInfo.KEYPAD;
683 wps.setup = WpsInfo.DISPLAY;
685 config.wps = wps;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 2313 WpsInfo wps = (WpsInfo) message.obj; local
2701 final WpsInfo wps = mSavedPeerConfig.wps; local
    [all...]

Completed in 482 milliseconds

1 2