HomeSort by: relevance | last modified time | path
    Searched defs:wps (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/bsd/wpa/dist/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
137 int wps_derive_keys(struct wps_data *wps);
138 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
140 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
142 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg,
144 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.
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
108 * struct wps_config - WPS configuration for a single registration protocol run
112 * wps - Pointer to long term WPS context
114 struct wps_context *wps; member in struct:wps_config
137 * assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP
    [all...]
wps_registrar.c 143 struct wps_context *wps; member in struct:wps_registrar
238 wpa_printf(MSG_DEBUG, "WPS: Add authorized MAC " MACSTR,
242 wpa_printf(MSG_DEBUG, "WPS: Authorized MAC was "
250 wpa_hexdump(MSG_DEBUG, "WPS: Authorized MACs",
259 wpa_printf(MSG_DEBUG, "WPS: Remove authorized MAC " MACSTR,
266 wpa_printf(MSG_DEBUG, "WPS: Authorized MAC was not in the "
275 wpa_hexdump(MSG_DEBUG, "WPS: Authorized MACs",
415 wpa_printf(MSG_DEBUG, "WPS: Removing PBC session for "
417 wpa_hexdump(MSG_DEBUG, "WPS: Removed UUID-E",
438 wpa_printf(MSG_DEBUG, "WPS: Checking active PBC sessions for overlap")
    [all...]
  /src/lib/libc/stdlib/
strfmon.c 399 size_t wps; local
402 wps = width - pad_size;
403 memmove(tmpptr + wps, tmpptr, (size_t)pad_size);
404 memset(tmpptr, ' ', wps);
405 dst += wps;
  /src/external/bsd/wpa/dist/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...]
ap_config.c 345 int wps = 0; local
376 } else if (!os_strcmp(name, "wps")) {
377 wps = atoi(value);
453 psk->wps = wps;
1410 wpa_printf(MSG_INFO, "WPS: ignore_broadcast_ssid "
1411 "configuration forced WPS to be disabled");
1418 wpa_printf(MSG_INFO, "WPS: WEP configuration forced WPS to be "
1429 wpa_printf(MSG_INFO, "WPS: WPA/TKIP configuration without
    [all...]
drv_callbacks.c 23 #include "wps/wps.h"
311 wpa_printf(MSG_DEBUG, "STA included WPS IE in (Re)AssocReq");
330 "STA did not include WPS/RSN/WPA IE in (Re)AssocReq");
476 "STA did not include WPA/RSN IE in (Re)Association Request - possible WPS use");
490 struct wpabuf *wps; local
493 wps = ieee802_11_vendor_ie_concat(ie, ielen,
495 if (wps) {
496 if (wps_is_20(wps)) {
498 "WPS: STA supports WPS 2.0")
632 struct wpabuf *wps; local
    [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
1084 struct wps_context *wps; local
1353 struct wps_context *wps = hapd->wps; local
1451 struct wps_context *wps = hapd->wps; local
2039 const struct wpabuf *wps = data; local
2093 struct wps_context *wps = hapd->wps; local
2130 struct wpabuf *wps; local
2238 struct wps_context *wps = hapd->wps; local
    [all...]
beacon.c 21 #include "wps/wps_defs.h"
1426 struct wpabuf *wps; local
1427 wps = ieee802_11_vendor_ie_concat(ie, ie_len, WPS_DEV_OUI_WFA);
1428 if (wps && !p2p_group_match_dev_type(hapd->p2p_group, wps)) {
1432 wpabuf_free(wps);
1435 wpabuf_free(wps);
1662 wpa_printf(MSG_WARNING, "Device is trying to offload WPS "
hostapd.h 254 struct wps_context *wps; member in struct:hostapd_data
ieee802_11.c 32 #include "wps/wps.h"
4063 wpa_printf(MSG_DEBUG, "STA included WPS IE in (Re)Association "
4064 "Request - assume WPS is used");
4070 wpa_printf(MSG_DEBUG, "WPS: STA supports WPS 2.0");
4076 wpa_printf(MSG_DEBUG, "WPS: Invalid WPS IE in "
4082 "(Re)Association Request - possible WPS use");
5076 struct wpabuf *wps = wps_build_assoc_resp_ie() local
    [all...]
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.h 317 * wps - WPS context data
321 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 377 struct wps_context *wps; member in struct:eap_sm
  /src/external/bsd/wpa/dist/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->cfg->wps;
109 if (!sm->cfg->wps || !sm->cfg->wps->registrar) {
110 wpa_printf(MSG_INFO, "EAP-WSC: WPS Registrar not "
119 * Windows 7 uses Registrar mode to probe AP's WPS
135 if (!sm->cfg->wps->use_passphrase)
    [all...]
eap.h 238 * wps - Wi-Fi Protected Setup context
240 * If WPS is used with an external RADIUS server (which is quite
241 * unlikely configuration), this is used to provide a pointer to WPS
244 struct wps_context *wps; member in struct:eap_config
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h 67 * wps - Whether this connection is used for WPS
69 int wps; member in struct:eapol_config
232 * wps - WPS context data
236 struct wps_context *wps; member in struct:eapol_ctx
  /src/external/bsd/wpa/dist/wpa_supplicant/
ap.c 30 #include "wps/wps.h"
754 * Enable WPS by default for open and WPA/WPA2-Personal network, but
791 os_memcpy(bss->uuid, wpa_s->wps->uuid, WPS_UUID_LEN);
1305 if (!wpa_s->ap_iface || !wpa_s->ap_iface->bss[0]->wps)
1308 reg = wpa_s->ap_iface->bss[0]->wps->registrar;
1314 wpa_printf(MSG_DEBUG, "No WPS operation in progress at this "
1320 * There are 2 cases to return wps cancel as success:
1321 * 1. When wps cancel was initiated but no connection has been
1323 * 2. Client is in the middle of exchanging WPS messages
1929 struct wps_context *wps; local
    [all...]
scan.c 56 int wps = 0; local
62 wps = 1;
71 wpa_s->wps->dev.p2p = 1;
72 if (!wps) {
73 wps = 1;
79 return wps;
552 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz "
564 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz",
730 int wps = 0; local
768 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");
84 /* Return the latest receive WPS IE from the AP regardless of whether
106 wpa_printf(MSG_DEBUG, "WPS: PIN registration with " MACSTR
133 wpa_printf(MSG_DEBUG, "WPS: Network configuration replaced - "
140 wpa_printf(MSG_DEBUG, "WPS: Current network is "
149 wpa_printf(MSG_DEBUG, "WPS: Checking whether fast association "
153 struct wpabuf *wps; local
1587 struct wps_context *wps; local
1940 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
2263 struct wps_context *wps = wpa_s->wps; local
2316 struct wps_context *wps; local
2402 struct wps_context *wps = wpa_s->wps; local
2549 const struct wpabuf *wps = data; local
2617 struct wps_context *wps = wpa_s->wps; local
2681 struct wpabuf *wps; local
2820 struct wpabuf *wps; local
2961 struct wpabuf *wps; local
    [all...]
events.c 1324 " skip - BSSID ignored (WPS)");
1334 * WPS operation that matches our mode. */
1667 " wps" : "",
2774 wpa_dbg(wpa_s, MSG_DEBUG, "Use shorter wait during WPS processing");
3075 "WPS active, accepting fronthaul-only BSS");
3572 struct wpabuf *wps; local
3573 wps = ieee802_11_vendor_ie_concat(p, l, WPS_IE_VENDOR_TYPE);
3574 if (wps == NULL) {
3575 wpa_msg(wpa_s, MSG_INFO, "WPS-STRICT: AP did not "
3576 "include WPS IE in (Re)Association Response")
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 70 * Disable WPS tab by default; it will be enabled if wpa_supplicant is
71 * built with WPS support.
443 bool wps = types.contains("WSC"); local
444 actionWPS->setEnabled(wps);
445 wpsTab->setEnabled(wps);
446 wpaguiTab->setTabEnabled(wpaguiTab->indexOf(wpsTab), wps);
988 wpsStatusText->setText(tr("WPS AP in active PBC mode found"));
995 wpsStatusText->setText(tr("WPS AP with recently selected "
1002 "Wi-Fi Protected Setup (WPS) AP\n"
1004 wpsStatusText->setText("WPS AP indicating this client is
    [all...]

Completed in 74 milliseconds

1 2