Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps.c74 os_malloc(wpabuf_len(cfg->wps->ap_nfc_dev_pw)); in wps_init()
80 wpabuf_head(cfg->wps->ap_nfc_dev_pw), in wps_init()
81 wpabuf_len(cfg->wps->ap_nfc_dev_pw)); in wps_init()
82 data->dev_password_len = wpabuf_len(cfg->wps->ap_nfc_dev_pw); in wps_init()
Dwps.h790 struct wpabuf *ap_nfc_dev_pw; member
Dwps_registrar.c1368 wps->wps->ap_nfc_dev_pw) { in wps_get_dev_password()
1370 pin = wpabuf_head(wps->wps->ap_nfc_dev_pw); in wps_get_dev_password()
1371 pin_len = wpabuf_len(wps->wps->ap_nfc_dev_pw); in wps_get_dev_password()
2617 wps->wps->ap_nfc_dev_pw) { in wps_process_m1()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1189 wpabuf_free(wps->ap_nfc_dev_pw); in hostapd_wps_nfc_clear()
1190 wps->ap_nfc_dev_pw = NULL; in hostapd_wps_nfc_clear()
1935 wps->ap_nfc_dev_pw = wpabuf_alloc( in hostapd_wps_nfc_token_enable()
1937 if (wps->ap_nfc_dev_pw) { in hostapd_wps_nfc_token_enable()
1939 (char *) wpabuf_put(wps->ap_nfc_dev_pw, in hostapd_wps_nfc_token_enable()
1946 !wps->ap_nfc_dev_pw) { in hostapd_wps_nfc_token_enable()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1495 wpabuf_free(wps->ap_nfc_dev_pw); in wpas_wps_nfc_clear()
1496 wps->ap_nfc_dev_pw = NULL; in wpas_wps_nfc_clear()