Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c456 char pin_txt[9]; member
469 hapd->conf->ap_pin = os_strdup(data->pin_txt); in wps_ap_pin_set()
482 os_snprintf(data.pin_txt, sizeof(data.pin_txt), "%08u", pin); in hostapd_wps_ap_pin_random()
500 ret = os_snprintf(data.pin_txt, sizeof(data.pin_txt), "%s", pin); in hostapd_wps_ap_pin_set()
501 if (os_snprintf_error(sizeof(data.pin_txt), ret)) in hostapd_wps_ap_pin_set()