HomeSort by relevance Sort by last modified time
    Searched refs:wps (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/wpa_supplicant_8/hostapd/
Android.mk 413 OBJS += src/wps/wps.c
414 OBJS += src/wps/wps_common.c
415 OBJS += src/wps/wps_attr_parse.c
416 OBJS += src/wps/wps_attr_build.c
417 OBJS += src/wps/wps_attr_process.c
418 OBJS += src/wps/wps_dev_attr.c
419 OBJS += src/wps/wps_enrollee.c
420 OBJS += src/wps/wps_registrar.c
430 OBJS += src/wps/ndef.
    [all...]
Makefile 410 OBJS += ../src/wps/wps.o
411 OBJS += ../src/wps/wps_common.o
412 OBJS += ../src/wps/wps_attr_parse.o
413 OBJS += ../src/wps/wps_attr_build.o
414 OBJS += ../src/wps/wps_attr_process.o
415 OBJS += ../src/wps/wps_dev_attr.o
416 OBJS += ../src/wps/wps_enrollee.o
417 OBJS += ../src/wps/wps_registrar.o
427 OBJS += ../src/wps/ndef.
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 34 * struct wps_credential - WPS Credential
63 /* maximum number of advertised WPS vendor extension attributes */
65 /* maximum size of WPS Vendor extension attribute */
67 /* maximum number of parsed WPS vendor extension attributes */
71 * struct wps_device_data - WPS Device Data
106 * struct wps_config - WPS configuration for a single registration protocol run
110 * wps - Pointer to long term WPS context
112 struct wps_context *wps; member in struct:wps_config
135 * assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP
    [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.
wps_upnp.c 2 * UPnP WPS Device
63 * Description: EAP-WPS UPnP device source
123 * Overview of WPS over UPnP:
132 * is WPS carried via UPnP messages. There is quite a bit of basic UPnP
133 * discovery to do before we can get to WPS, however.
165 * obtained from a probe request or response on Wi-Fi. WPS messages M1-M8
166 * are passed via a POST of a PutMessage; the M1-M8 WPS messages are converted
183 #include "wps.h"
333 wpa_printf(MSG_DEBUG, "WPS UPnP: Adding URL '%s'", scratch_mem);
370 wpa_printf(MSG_INFO, "WPS UPnP: Resolve error %d (%s) on: %s"
    [all...]
wps_upnp_ssdp.c 2 * UPnP SSDP for WPS
23 #include "wps.h"
139 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
229 * @sm: WPS UPnP state machine from upnp_wps_device_init()
258 wpa_printf(MSG_INFO, "WPS UPnP: Advertisement sendto "
291 wpa_printf(MSG_MSGDUMP, "WPS UPnP: Advertisement state=%d", a->state);
303 wpa_printf(MSG_ERROR, "WPS UPnP: Advertisement sendto failed:"
310 wpa_printf(MSG_DEBUG, "WPS UPnP: ADVERTISE_DOWN->UP");
325 wpa_printf(MSG_DEBUG, "WPS UPnP: ADVERTISE_UP (#%u); "
342 * @sm: WPS UPnP state machine from upnp_wps_device_init(
    [all...]
  /external/wpa_supplicant_8/hs20/client/
Android.mk 44 OBJS += ../../src/wps/httpread.c
45 OBJS += ../../src/wps/http_server.c
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 39 struct wps_context *wps; member in struct:eapol_auth_config
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 20 #include "wps/wps.h"
74 wpa_printf(MSG_DEBUG, "STA included WPS IE in (Re)AssocReq");
92 wpa_printf(MSG_DEBUG, "STA did not include WPS/RSN/WPA IE in "
164 "Request - possible WPS use");
176 struct wpabuf *wps; local
178 wps = ieee802_11_vendor_ie_concat(ie, ielen,
180 if (wps) {
181 if (wps_is_20(wps)) {
182 wpa_printf(MSG_DEBUG, "WPS: STA
283 struct wpabuf *wps; local
    [all...]
authsrv.c 118 srv.wps = hapd->wps;
beacon.c 19 #include "wps/wps_defs.h"
604 struct wpabuf *wps; local
605 wps = ieee802_11_vendor_ie_concat(ie, ie_len, WPS_DEV_OUI_WFA);
606 if (wps && !p2p_group_match_dev_type(hapd->p2p_group, wps)) {
610 wpabuf_free(wps);
613 wpabuf_free(wps);
750 wpa_printf(MSG_WARNING, "Device is trying to offload WPS "
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 671 OBJS += ../src/wps/wps.o
672 OBJS += ../src/wps/wps_common.o
673 OBJS += ../src/wps/wps_attr_parse.o
674 OBJS += ../src/wps/wps_attr_build.o
675 OBJS += ../src/wps/wps_attr_process.o
676 OBJS += ../src/wps/wps_dev_attr.o
677 OBJS += ../src/wps/wps_enrollee.o
678 OBJS += ../src/wps/wps_registrar.o
689 OBJS += ../src/wps/ndef.
    [all...]
scan.c 55 int wps = 0; local
61 wps = 1;
73 wpa_s->wps->dev.p2p = 1;
74 if (!wps) {
75 wps = 1;
81 return wps;
394 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz "
406 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz",
438 int wps = 0; local
455 wps = wpas_wps_in_use(wpa_s, &req_type)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 1973 WpsInfo wps = (WpsInfo) message.obj; local
2304 final WpsInfo wps = mSavedPeerConfig.wps; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
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_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
eapol_supp_sm.c 265 if (sm->conf.wps && !(sm->conf.wps & EAPOL_PEER_IS_WPS20_AP)) {
266 /* Reduce latency on starting WPS negotiation. */
268 "EAPOL: Using shorter startWhen for WPS");
    [all...]
  /frameworks/base/services/core/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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ConnectReqTestCase.java 83 * @param wpsConfig wps configuration method.
127 config.wps.setup = wpsConfig;
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 297 * wps - WPS context data
301 struct wps_context *wps; member in struct:eap_config
eap_i.h 358 struct wps_context *wps; member in struct:eap_sm
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 395 int forceWps = SystemProperties.getInt("wifidirect.wps", -1);
398 config.wps.setup = forceWps;
401 config.wps.setup = WpsInfo.PBC;
403 config.wps.setup = WpsInfo.KEYPAD;
405 config.wps.setup = WpsInfo.DISPLAY;
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 15 #include "wps/wps_defs.h"
16 #include "wps/wps_i.h"
706 * @wps: WPS TLVs from Probe Request frame (concatenated WPS IEs)
710 * WPS IE with the device types of a group member for deciding whether a GO
714 struct wpabuf *wps)
720 if (m->client_info == NULL || wps == NULL)
730 if (wps_parse_msg(wps, &attr))
756 int p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 397 * flags=[WPA2-PSK-CCMP][WPS][ESS]
933 WpsInfo wps = config.wps; local
936 switch (wps.setup) {
941 if (TextUtils.isEmpty(wps.pin)) {
944 args.add(wps.pin);
949 args.add(wps.pin);
953 args.add(wps.pin);
    [all...]

Completed in 956 milliseconds

12 3 4