HomeSort by relevance Sort by last modified time
    Searched refs:wps_context (Results 1 - 25 of 42) sorted by null

1 2

  /external/wpa_supplicant_8/src/wps/
wps_upnp.h 15 struct wps_context;
37 upnp_wps_device_init(struct upnp_wps_device_ctx *ctx, struct wps_context *wps,
wps_i.h 27 struct wps_context *wps;
133 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg,
135 void wps_success_event(struct wps_context *wps);
136 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part);
137 void wps_pbc_overlap_event(struct wps_context *wps);
138 void wps_pbc_timeout_event(struct wps_context *wps);
172 int wps_build_oob_dev_password(struct wpabuf *msg, struct wps_context *wps);
wps.h 122 struct wps_context *wps;
569 * struct wps_context - Long term WPS context data
574 struct wps_context { struct
770 void * (*init_func)(struct wps_context *, struct oob_device_data *,
785 wps_registrar_init(struct wps_context *wps,
825 int wps_process_oob(struct wps_context *wps, struct oob_device_data *oob_dev,
827 struct wpabuf * wps_get_oob_cred(struct wps_context *wps);
828 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr);
831 struct wps_er * wps_er_init(struct wps_context *wps, const char *ifname,
wps_common.c 268 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg,
284 void wps_success_event(struct wps_context *wps)
293 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part)
307 void wps_pbc_overlap_event(struct wps_context *wps)
316 void wps_pbc_timeout_event(struct wps_context *wps)
327 struct wpabuf * wps_get_oob_cred(struct wps_context *wps)
378 static struct wpabuf * wps_get_oob_dev_pwd(struct wps_context *wps)
412 static int wps_parse_oob_dev_pwd(struct wps_context *wps,
456 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr)
480 static int wps_parse_oob_cred(struct wps_context *wps, struct wpabuf *data
    [all...]
wps_ufd.c 76 static int get_file_name(struct wps_context *wps, int registrar,
119 static void * init_ufd(struct wps_context *wps,
wps_er.h 77 struct wps_context *wps;
wps_nfc.c 21 static void * init_nfc(struct wps_context *wps,
wps_upnp_i.h 109 struct wps_context *wps;
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.h 15 struct wps_context;
54 upnp_wps_device_init(struct upnp_wps_device_ctx *ctx, struct wps_context *wps,
wps_i.h 30 struct wps_context *wps;
186 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg);
187 void wps_success_event(struct wps_context *wps);
188 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part);
189 void wps_pbc_overlap_event(struct wps_context *wps);
190 void wps_pbc_timeout_event(struct wps_context *wps);
wps_common.c 254 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg)
267 void wps_success_event(struct wps_context *wps)
276 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part)
290 void wps_pbc_overlap_event(struct wps_context *wps)
299 void wps_pbc_timeout_event(struct wps_context *wps)
wps.h 98 struct wps_context *wps;
365 * struct wps_context - Long term WPS context data
370 struct wps_context { struct
514 wps_registrar_init(struct wps_context *wps,
wps_upnp_i.h 126 struct wps_context *wps;
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.h 36 struct wps_context *wps;
  /external/wpa_supplicant_8/src/radius/
radius_server.h 153 struct wps_context *wps;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h 106 struct wps_context *wps;
eap_i.h 184 struct wps_context *wps;
  /external/wpa_supplicant_8/src/eap_server/
eap.h 100 struct wps_context *wps;
eap_i.h 179 struct wps_context *wps;
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 36 struct wps_context *wps;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.h 253 struct wps_context *wps;
eap_i.h 335 struct wps_context *wps;
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 275 struct wps_context *wps;
eap_i.h 330 struct wps_context *wps;
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 208 struct wps_context *wps;

Completed in 1933 milliseconds

1 2