Searched refs:wps_context (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_i.h | 28 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);
|
D | wps.h | 114 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 …]
|
D | wps_common.c | 278 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 …]
|
D | wps_registrar.c | 141 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/ |
D | wps_hostapd.h | 14 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()
|
D | hostapd.h | 118 struct wps_context *wps;
|
D | wps_hostapd.c | 268 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/ |
D | esp_wps_i.h | 65 struct wps_context *wps_ctx;
|
D | esp_hostpad_wps.c | 64 sm->wps_ctx = os_zalloc(sizeof(struct wps_context)); /* alloc wps_ctx */ in wifi_ap_wps_init()
|
D | esp_wps.c | 1440 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/ |
D | eap.h | 238 struct wps_context *wps;
|