Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/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.h843 struct wpabuf *ap_nfc_dev_pw; member
Dwps_registrar.c1410 wps->wps->ap_nfc_dev_pw) { in wps_get_dev_password()
1412 pin = wpabuf_head(wps->wps->ap_nfc_dev_pw); in wps_get_dev_password()
1413 pin_len = wpabuf_len(wps->wps->ap_nfc_dev_pw); in wps_get_dev_password()
2728 wps->wps->ap_nfc_dev_pw) { in wps_process_m1()
/freebsd-12-stable/contrib/wpa/src/ap/
Dwps_hostapd.c1380 wpabuf_free(wps->ap_nfc_dev_pw); in hostapd_wps_nfc_clear()
1381 wps->ap_nfc_dev_pw = NULL; in hostapd_wps_nfc_clear()
2257 wps->ap_nfc_dev_pw = wpabuf_alloc( in hostapd_wps_nfc_token_enable()
2259 if (wps->ap_nfc_dev_pw) { in hostapd_wps_nfc_token_enable()
2261 (char *) wpabuf_put(wps->ap_nfc_dev_pw, in hostapd_wps_nfc_token_enable()
2268 !wps->ap_nfc_dev_pw) { in hostapd_wps_nfc_token_enable()
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dwps_supplicant.c1665 wpabuf_free(wps->ap_nfc_dev_pw); in wpas_wps_nfc_clear()
1666 wps->ap_nfc_dev_pw = NULL; in wpas_wps_nfc_clear()