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

  /external/wpa_supplicant_6/wpa_supplicant/
scan.c 50 int wps = 0; local
56 wps = 1;
65 return wps;
90 int wps = 0; local
169 wps = wpas_wps_in_use(wpa_s->conf, &req_type);
173 !wpa_s->use_client_mlme && wps != 2) {
184 if (wps) {
185 wps_ie = wps_build_probe_req_ie(wps == 2, &wpa_s->wps->dev,
186 wpa_s->wps->uuid, req_type)
    [all...]
wps_supplicant.c 2 * wpa_supplicant / WPS integration
48 wpa_printf(MSG_DEBUG, "WPS: PIN registration with " MACSTR
66 wpa_printf(MSG_DEBUG, "WPS: Network configuration replaced - "
76 wpa_printf(MSG_DEBUG, "WPS: Registration completed - waiting "
100 * Many existing WPS APs do not know how to negotiate WPA2 or CCMP in
125 wpa_printf(MSG_DEBUG, "WPS: AP found from scan results");
130 wpa_printf(MSG_DEBUG, "WPS: The AP was not found from scan "
155 wpa_printf(MSG_DEBUG, "WPS: The AP did not yet advertise WPA "
163 wpa_printf(MSG_DEBUG, "WPS: Add CCMP into the credential "
174 wpa_printf(MSG_DEBUG, "WPS: Add WPA2 into the credential
653 struct wps_context *wps; local
    [all...]
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_6/wpa_supplicant/src/radius/
radius_server.h 36 struct wps_context *wps; member in struct:radius_server_conf
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_6/wpa_supplicant/src/wps/
wps_upnp.h 2 * UPnP WPS Device
19 struct wps_data *wps; member in struct:upnp_wps_peer
54 upnp_wps_device_init(struct upnp_wps_device_ctx *ctx, struct wps_context *wps,
wps_upnp_i.h 2 * UPnP for WPS / internal definitions
122 * This is known as an opaque struct declaration to users of the WPS UPnP code.
126 struct wps_context *wps; member in struct:upnp_wps_device_sm
wps.h 37 * struct wps_credential - WPS Credential
64 * struct wps_device_data - WPS Device Data
92 * struct wps_config - WPS configuration for a single registration protocol run
96 * wps - Pointer to long term WPS context
98 struct wps_context *wps; member in struct:wps_config
121 * assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP)
131 * enum wps_process_res - WPS message processing result
155 enum wps_process_res wps_process_msg(struct wps_data *wps,
159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code)
    [all...]
wps_i.h 18 #include "wps.h"
21 * struct wps_data - WPS registration protocol data
28 * wps - Pointer to long term WPS context
30 struct wps_context *wps; member in struct:wps_data
181 int wps_derive_keys(struct wps_data *wps);
182 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
184 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
186 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg);
187 void wps_success_event(struct wps_context *wps);
    [all...]
wps_registrar.c 82 struct wps_context *wps; member in struct:wps_registrar
215 static int wps_build_wps_state(struct wps_context *wps, struct wpabuf *msg)
217 wpa_printf(MSG_DEBUG, "WPS: * Wi-Fi Protected Setup State (%d)",
218 wps->wps_state);
221 wpabuf_put_u8(msg, wps->wps_state);
227 static void wps_registrar_free_pending_m2(struct wps_context *wps)
230 p = wps->upnp_msgs;
234 wps->upnp_msgs = p->next;
237 wpa_printf(MSG_DEBUG, "WPS UPnP: Drop pending M2/M2D");
251 static int wps_build_ap_setup_locked(struct wps_context *wps,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.h 249 * wps - WPS context data
253 struct wps_context *wps; member in struct:eap_config
eap_wsc.c 21 #include "wps/wps.h"
22 #include "wps/wps_defs.h"
33 struct wps_data *wps; member in struct:eap_wsc_data
77 struct wps_context *wps; local
79 wps = sm->wps;
80 if (wps == NULL) {
81 wpa_printf(MSG_ERROR, "EAP-WSC: WPS context not available");
104 data->wps_ctx = wps;
    [all...]
eap_i.h 335 struct wps_context *wps; member in struct:eap_sm
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h 106 struct wps_context *wps; member in struct:eap_config
eap_wsc.c 21 #include "wps/wps.h"
32 struct wps_data *wps; member in struct:eap_wsc_data
109 cfg.wps = sm->wps;
112 if (sm->wps == NULL || sm->wps->registrar == NULL) {
113 wpa_printf(MSG_INFO, "EAP-WSC: WPS Registrar not "
129 data->wps = wps_init(&cfg);
130 if (data->wps == NULL)
    [all...]
eap_i.h 184 struct wps_context *wps; member in struct:eap_sm
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 204 * wps - WPS context data
208 struct wps_context *wps; member in struct:eapol_ctx
  /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...]

Completed in 642 milliseconds