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

1 2

  /external/wpa_supplicant_8/src/wps/
wps_upnp.h 2 * UPnP WPS Device
19 struct wps_data *wps; member in struct:upnp_wps_peer
37 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
131 int wps_derive_keys(struct wps_data *wps);
132 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
134 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
136 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg,
138 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
122 * This is known as an opaque struct declaration to users of the WPS UPnP code.
  /external/wpa_supplicant_8/src/radius/
radius_server.h 152 * wps - Wi-Fi Protected Setup context
154 * If WPS is used with an external RADIUS server (which is quite
155 * unlikely configuration), this is used to provide a pointer to WPS
158 struct wps_context *wps; member in struct:radius_server_conf
radius_server.c 231 * wps - Wi-Fi Protected Setup context
233 * If WPS is used with an external RADIUS server (which is quite
234 * unlikely configuration), this is used to provide a pointer to WPS
237 struct wps_context *wps; member in struct:radius_server_data
517 eap_conf.wps = data->wps;
1288 data->wps = conf->wps;
    [all...]
  /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;
76 wps = new WpsInfo();
86 //Based on definitions in wps/wps_defs.h
90 wps.setup = WpsInfo.DISPLAY;
94 wps.setup = WpsInfo.PBC;
98 wps.setup = WpsInfo.KEYPAD;
101 wps.setup = WpsInfo.PBC;
110 sbuf.append("\n wps: ").append(wps)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 271 * wps - WPS context data
275 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
149 struct wps_context *wps; local
154 wps = sm->wps;
155 if (wps == NULL) {
156 wpa_printf(MSG_ERROR, "EAP-WSC: WPS context not available");
179 data->wps_ctx = wps;
    [all...]
eap_i.h 345 struct wps_context *wps; member in struct:eap_sm
  /external/wpa_supplicant_8/src/ap/
beacon.c 25 #include "wps/wps_defs.h"
395 struct wpabuf *wps; local
396 wps = ieee802_11_vendor_ie_concat(ie, ie_len, WPS_DEV_OUI_WFA);
397 if (wps && !p2p_group_match_dev_type(hapd->p2p_group, wps)) {
401 wpabuf_free(wps);
404 wpabuf_free(wps);
547 wpa_printf(MSG_WARNING, "Device is trying to offload WPS "
drv_callbacks.c 19 #include "wps/wps.h"
71 wpa_printf(MSG_DEBUG, "STA included WPS IE in (Re)AssocReq");
83 wpa_printf(MSG_DEBUG, "STA did not include WPS/RSN/WPA IE in "
132 "Request - possible WPS use");
144 struct wpabuf *wps; local
146 wps = ieee802_11_vendor_ie_concat(ie, ielen,
148 if (wps) {
149 if (wps_is_20(wps)) {
150 wpa_printf(MSG_DEBUG, "WPS: STA
251 struct wpabuf *wps; local
    [all...]
ieee802_11.c 26 #include "wps/wps.h"
943 wpa_printf(MSG_DEBUG, "STA included WPS IE in (Re)Association "
944 "Request - assume WPS is used");
950 wpa_printf(MSG_DEBUG, "WPS: STA supports WPS 2.0");
956 wpa_printf(MSG_DEBUG, "WPS: Invalid WPS IE in "
962 "(Re)Association Request - possible WPS use");
1179 struct wpabuf *wps = wps_build_assoc_resp_ie(); local
    [all...]
hostapd.h 164 struct wps_context *wps; member in struct:hostapd_data
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);
104 "Received new WPA/WPA2-PSK from WPS for STA " MACSTR,
108 "Received new WPA/WPA2-PSK from WPS for STA " MACST
977 struct wps_context *wps; local
1191 struct wps_context *wps = hapd->wps; local
1740 const struct wpabuf *wps = data; local
1813 struct wps_context *wps = hapd->wps; local
    [all...]
  /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 100 struct wps_context *wps; member in struct:eap_config
eap_i.h 179 struct wps_context *wps; member in struct:eap_sm
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 36 struct wps_context *wps; member in struct:eapol_auth_config
  /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_8/wpa_supplicant/
scan.c 54 int wps = 0; local
60 wps = 1;
72 wpa_s->wps->dev.p2p = 1;
73 if (!wps) {
74 wps = 1;
80 return wps;
364 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz "
375 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz",
415 int wps = 0; local
426 wps = wpas_wps_in_use(wpa_s, &req_type)
    [all...]
events.c 724 wpa_bss_get_vendor_ie(bss, WPS_IE_VENDOR_TYPE) ? " wps" : "");
783 "(WPS)");
793 * advertises active WPS operation that matches
1580 struct wpabuf *wps; local
    [all...]
wps_supplicant.c 2 * wpa_supplicant / WPS integration
24 #include "wps/wps_attr_parse.h"
64 wpa_printf(MSG_DEBUG, "WPS: PIN registration with " MACSTR
91 wpa_printf(MSG_DEBUG, "WPS: Network configuration replaced - "
97 wpa_printf(MSG_DEBUG, "WPS: Current network is "
106 wpa_printf(MSG_DEBUG, "WPS: Checking whether fast association "
110 struct wpabuf *wps; local
113 wps = wpa_bss_get_vendor_ie_multi(bss,
115 if (wps && wps_parse_msg(wps, &attr) == 0 &
1339 struct wps_context *wps; local
1639 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
1970 struct wps_context *wps = wpa_s->wps; local
2095 struct wps_context *wps = wpa_s->wps; local
2222 const struct wpabuf *wps = data; local
2320 struct wpabuf *wps; local
2399 struct wpabuf *wps; local
    [all...]
  /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...]
  /frameworks/base/services/java/com/android/server/display/
WifiDisplayController.java 675 WpsInfo wps = new WpsInfo(); local
677 wps.setup = mWifiDisplayWpsConfig;
679 wps.setup = WpsInfo.PBC;
682 wps.setup = WpsInfo.KEYPAD;
684 wps.setup = WpsInfo.DISPLAY;
686 config.wps = wps;
    [all...]

Completed in 376 milliseconds

1 2