Home
last modified time | relevance | path

Searched refs:ap_nfc_dev_pw (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps.c77 os_memdup(wpabuf_head(cfg->wps->ap_nfc_dev_pw), in wps_init()
78 wpabuf_len(cfg->wps->ap_nfc_dev_pw)); in wps_init()
83 data->dev_password_len = wpabuf_len(cfg->wps->ap_nfc_dev_pw); in wps_init()
Dwps.h849 struct wpabuf *ap_nfc_dev_pw; member
Dwps_registrar.c1426 wps->wps->ap_nfc_dev_pw) { in wps_get_dev_password()
1428 pin = wpabuf_head(wps->wps->ap_nfc_dev_pw); in wps_get_dev_password()
1429 pin_len = wpabuf_len(wps->wps->ap_nfc_dev_pw); in wps_get_dev_password()
2741 wps->wps->ap_nfc_dev_pw) { in wps_process_m1()