Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_i.h28 struct wps_context *wps;
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);
145 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part,
147 void wps_pbc_overlap_event(struct wps_context *wps);
148 void wps_selected_registrar_timeout_event(struct wps_context *wps);
149 void wps_pbc_timeout_event(struct wps_context *wps);
150 void wps_pbc_active_event(struct wps_context *wps);
151 void wps_pbc_disable_event(struct wps_context *wps);
Dwps.h114 struct wps_context *wps;
642 struct wps_context { struct
857 wps_registrar_init(struct wps_context *wps, argument
874 bool esp_wps_registrar_check_pbc_overlap(struct wps_context *wps);
908 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band,
910 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr);
915 struct wps_er * wps_er_init(struct wps_context *wps, const char *ifname,
930 struct wpabuf * wps_er_config_token_from_cred(struct wps_context *wps,
935 struct wps_context *wps, const u8 *uuid,
955 struct wpabuf * wps_build_nfc_handover_req(struct wps_context *ctx,
[all …]
Dwps_common.c278 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, in wps_fail_event()
295 void wps_success_event(struct wps_context *wps, const u8 *mac_addr) in wps_success_event()
308 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part, in wps_pwd_auth_fail_event()
324 void wps_pbc_overlap_event(struct wps_context *wps) in wps_pbc_overlap_event()
333 void wps_selected_registrar_timeout_event(struct wps_context *wps) in wps_selected_registrar_timeout_event()
341 void wps_pbc_timeout_event(struct wps_context *wps) in wps_pbc_timeout_event()
350 void wps_pbc_active_event(struct wps_context *wps) in wps_pbc_active_event()
359 void wps_pbc_disable_event(struct wps_context *wps) in wps_pbc_disable_event()
370 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, in wps_get_oob_cred()
451 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr) in wps_oob_use_cred()
[all …]
Dwps_registrar.c141 struct wps_context *wps;
477 static int wps_build_wps_state(struct wps_context *wps, struct wpabuf *msg) in wps_build_wps_state()
489 static void wps_registrar_free_pending_m2(struct wps_context *wps) in wps_registrar_free_pending_m2()
513 static int wps_build_ap_setup_locked(struct wps_context *wps, in wps_build_ap_setup_locked()
668 wps_registrar_init(struct wps_context *wps, in wps_registrar_init()
1232 bool esp_wps_registrar_check_pbc_overlap(struct wps_context *wps) in esp_wps_registrar_check_pbc_overlap()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.h14 int hostapd_init_wps(struct hostapd_data *hapd, struct wps_data *wps_data, struct wps_context *wps);
36 …int hostapd_init_wps(struct hostapd_data *hapd, struct wps_data *wps_data, struct wps_context *wps) in hostapd_init_wps()
Dhostapd.h118 struct wps_context *wps;
Dwps_hostapd.c268 static void hostapd_free_wps(struct wps_context *wps) in hostapd_free_wps()
281 int hostapd_init_wps(struct hostapd_data *hapd, struct wps_data *wps_data, struct wps_context *wps) in hostapd_init_wps()
356 struct wps_context *wps = hapd->wps; in hostapd_update_wps()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps_i.h65 struct wps_context *wps_ctx;
Desp_hostpad_wps.c64 sm->wps_ctx = os_zalloc(sizeof(struct wps_context)); /* alloc wps_ctx */ in wifi_ap_wps_init()
Desp_wps.c1440 sm->wps_ctx = os_zalloc(sizeof(struct wps_context)); /* alloc wps_ctx */ in wifi_station_wps_init()
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap.h238 struct wps_context *wps;