Home
last modified time | relevance | path

Searched refs:wps_context (Results 1 – 23 of 23) sorted by relevance

/NextBSD/contrib/wpa/src/wps/
HDwps_i.h27 struct wps_context *wps;
139 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg,
141 void wps_success_event(struct wps_context *wps, const u8 *mac_addr);
142 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part,
144 void wps_pbc_overlap_event(struct wps_context *wps);
145 void wps_pbc_timeout_event(struct wps_context *wps);
146 void wps_pbc_active_event(struct wps_context *wps);
147 void wps_pbc_disable_event(struct wps_context *wps);
HDwps.h112 struct wps_context *wps;
594 struct wps_context { struct
795 wps_registrar_init(struct wps_context *wps, argument
834 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band,
836 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr);
840 struct wps_er * wps_er_init(struct wps_context *wps, const char *ifname,
855 struct wpabuf * wps_er_config_token_from_cred(struct wps_context *wps,
860 struct wps_context *wps, const u8 *uuid,
877 struct wpabuf * wps_build_nfc_handover_req(struct wps_context *ctx,
879 struct wpabuf * wps_build_nfc_handover_sel(struct wps_context *ctx,
[all …]
HDwps_common.c271 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, in wps_fail_event()
288 void wps_success_event(struct wps_context *wps, const u8 *mac_addr) in wps_success_event()
301 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part, in wps_pwd_auth_fail_event()
317 void wps_pbc_overlap_event(struct wps_context *wps) in wps_pbc_overlap_event()
326 void wps_pbc_timeout_event(struct wps_context *wps) in wps_pbc_timeout_event()
335 void wps_pbc_active_event(struct wps_context *wps) in wps_pbc_active_event()
344 void wps_pbc_disable_event(struct wps_context *wps) in wps_pbc_disable_event()
355 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, in wps_get_oob_cred()
434 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr) in wps_oob_use_cred()
701 struct wpabuf * wps_build_nfc_handover_req(struct wps_context *ctx, in wps_build_nfc_handover_req()
[all …]
HDwps_upnp.h15 struct wps_context;
37 upnp_wps_device_init(struct upnp_wps_device_ctx *ctx, struct wps_context *wps,
HDwps_er.h77 struct wps_context *wps;
HDwps_upnp_i.h109 struct wps_context *wps;
HDwps_er.c34 static void wps_er_sta_event(struct wps_context *wps, struct wps_er_sta *sta, in wps_er_sta_event()
127 static void wps_er_ap_event(struct wps_context *wps, struct wps_er_ap *ap, in wps_er_ap_event()
1250 wps_er_init(struct wps_context *wps, const char *ifname, const char *filter) in wps_er_init()
2040 struct wpabuf * wps_er_config_token_from_cred(struct wps_context *wps, in wps_er_config_token_from_cred()
2085 struct wps_context *wps, const u8 *uuid, in wps_er_nfc_handover_sel()
HDwps_registrar.c142 struct wps_context *wps;
446 static int wps_build_wps_state(struct wps_context *wps, struct wpabuf *msg) in wps_build_wps_state()
458 static void wps_registrar_free_pending_m2(struct wps_context *wps) in wps_registrar_free_pending_m2()
482 static int wps_build_ap_setup_locked(struct wps_context *wps, in wps_build_ap_setup_locked()
637 wps_registrar_init(struct wps_context *wps, in wps_registrar_init()
HDwps_upnp.c1129 upnp_wps_device_init(struct upnp_wps_device_ctx *ctx, struct wps_context *wps, in upnp_wps_device_init()
/NextBSD/contrib/wpa/src/radius/
HDradius_server.h182 struct wps_context *wps;
HDradius_server.c277 struct wps_context *wps;
/NextBSD/contrib/wpa/src/ap/
HDwps_hostapd.c34 struct wps_context *wps);
43 static void hostapd_wps_nfc_clear(struct wps_context *wps);
937 struct wps_context *wps) in hostapd_wps_set_vendor_ext()
961 static void hostapd_free_wps(struct wps_context *wps) in hostapd_free_wps()
979 struct wps_context *wps; in hostapd_init_wps()
1179 struct wps_context *wps = hapd->wps; in hostapd_init_wps_complete()
1198 static void hostapd_wps_nfc_clear(struct wps_context *wps) in hostapd_wps_nfc_clear()
1502 struct wps_context *wps) in hostapd_wps_upnp_init()
1822 struct wps_context *wps = hapd->wps; in hostapd_wps_nfc_hs_cr()
1967 struct wps_context *wps = hapd->wps; in hostapd_wps_nfc_token_enable()
HDhostapd.h176 struct wps_context *wps;
/NextBSD/contrib/wpa/src/eapol_auth/
HDeapol_auth_sm.h40 struct wps_context *wps;
/NextBSD/contrib/wpa/src/eap_server/
HDeap.h123 struct wps_context *wps;
HDeap_i.h194 struct wps_context *wps;
/NextBSD/contrib/wpa/src/eap_peer/
HDeap.h301 struct wps_context *wps;
HDeap_i.h358 struct wps_context *wps;
HDeap_wsc.c28 struct wps_context *wps_ctx;
151 struct wps_context *wps; in eap_wsc_init()
/NextBSD/contrib/wpa/src/eapol_supp/
HDeapol_supp_sm.h228 struct wps_context *wps;
/NextBSD/contrib/wpa/wpa_supplicant/
HDwps_supplicant.c1436 struct wps_context *wps) in wpas_wps_set_uuid()
1467 struct wps_context *wps) in wpas_wps_set_vendor_ext_m1()
1485 struct wps_context *wps; in wpas_wps_init()
1570 static void wpas_wps_nfc_clear(struct wps_context *wps) in wpas_wps_nfc_clear()
2127 struct wps_context *wps = wpa_s->wps; in wpas_wps_update_config()
2256 struct wps_context *wps = wpa_s->wps; in wpas_wps_start_nfc()
2471 struct wps_context *wps = wpa_s->wps; in wpas_wps_er_nfc_handover_sel()
HDwpa_supplicant_i.h646 struct wps_context *wps;
HDap.c1261 struct wps_context *wps; in wpas_ap_wps_add_nfc_pw()