Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c68 wps_registrar_complete(hapd->wps->registrar, data->uuid_e, in wps_stop_registrar()
110 wps_registrar_update_ie(hapd->wps->registrar); in hostapd_wps_reenable_ap_pin()
302 wps->registrar = wps_registrar_init(wps, &cfg); in hostapd_init_wps()
303 if (wps->registrar == NULL) { in hostapd_init_wps()
341 wps_registrar_deinit(hapd->wps->registrar); in hostapd_deinit_wps()
342 hapd->wps->registrar = NULL; in hostapd_deinit_wps()
368 wps_registrar_update_ie(wps->registrar); in hostapd_update_wps()
377 ret = wps_registrar_add_pin(hapd->wps->registrar, NULL, in hostapd_wps_add_pin()
386 return wps_registrar_button_pushed(hapd->wps->registrar, in hostapd_wps_button_pushed()
396 wps_registrar_wps_cancel(hapd->wps->registrar); in wps_cancel()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps.c45 data->registrar = cfg->registrar; in wps_init()
46 if (cfg->registrar) { in wps_init()
69 if (cfg->wps->ap && !cfg->registrar && cfg->wps->ap_nfc_dev_pw_id) { in wps_init()
102 data->state = data->registrar ? RECV_M1 : SEND_M1; in wps_init()
163 if (data->registrar && data->nfc_pw_token) in wps_deinit()
164 wps_registrar_remove_nfc_pw_token(data->wps->registrar, in wps_deinit()
172 if (data->registrar) in wps_deinit()
173 wps_registrar_invalidate_pin(data->wps->registrar, in wps_deinit()
175 } else if (data->registrar) in wps_deinit()
176 wps_registrar_unlock_pin(data->wps->registrar, data->uuid_e); in wps_deinit()
[all …]
Dwps_registrar.c1097 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e, in wps_registrar_complete() argument
1100 if (registrar->pbc) { in wps_registrar_complete()
1101 wps_registrar_remove_pbc_session(registrar, in wps_registrar_complete()
1103 wps_registrar_pbc_completed(registrar); in wps_registrar_complete()
1105 os_get_reltime(&registrar->pbc_ignore_start); in wps_registrar_complete()
1107 os_memcpy(registrar->pbc_ignore_uuid, uuid_e, WPS_UUID_LEN); in wps_registrar_complete()
1109 wps_registrar_pin_completed(registrar); in wps_registrar_complete()
1113 wps_registrar_invalidate_wildcard_pin(registrar, dev_pw, in wps_registrar_complete()
1235 if (wps_registrar_pbc_overlap(wps->registrar, NULL, NULL)) { in esp_wps_registrar_check_pbc_overlap()
1236 wps->registrar->force_pbc_overlap = 1; in esp_wps_registrar_check_pbc_overlap()
[all …]
Dwps.h119 int registrar; member
651 struct wps_registrar *registrar; member
868 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e,
Dwps_i.h33 int registrar; member
Dwps_enrollee.c326 if (wps->wps->registrar) { in wps_build_cred_network_key()
327 wps_cb_new_psk(wps->wps->registrar, in wps_build_cred_network_key()
418 if (wps->wps->ap && wps->wps->registrar) { in wps_build_m7()
424 wps_device_store(wps->wps->registrar, &wps->peer_dev, in wps_build_m7()
Dwps_attr_build.c91 if (wps->registrar) { in wps_build_public_key()
Dwps_common.c75 pubkey = wps->registrar ? wps->dh_pubkey_e : wps->dh_pubkey_r; in wps_derive_keys()
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server_wsc.c21 int registrar; member
65 int registrar; in eap_wsc_init() local
70 registrar = 0; /* Supplicant is Registrar */ in eap_wsc_init()
74 registrar = 1; /* Supplicant is Enrollee */ in eap_wsc_init()
84 data->state = registrar ? START : MESG; in eap_wsc_init()
85 data->registrar = registrar; in eap_wsc_init()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostpad_wps.c73 cfg.registrar = 1; in wifi_ap_wps_init()
124 sm->wps->registrar = 0; in wifi_ap_wps_deinit()
/hal_espressif-latest/components/esp_wifi/
DKconfig575 Select this option to enable WPS registrar support in softAP mode.