Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/include/
Desp_wps.h49 #define WPS_MAX_DEVICE_NAME_LEN 33 /**< Maximum length of the device name in WPS information */ macro
62 …char device_name[WPS_MAX_DEVICE_NAME_LEN]; /*!< Device name. If empty, the default device name i…
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c1117 …os_snprintf(s_factory_info->device_name, WPS_MAX_DEVICE_NAME_LEN, "%s STATION", CONFIG_SOC_SERIES); in wps_set_default_factory()
1144 …memcpy(s_factory_info->device_name, config->factory_info.device_name, WPS_MAX_DEVICE_NAME_LEN - 1); in wps_set_factory_info()
1210 dev->device_name = os_zalloc(WPS_MAX_DEVICE_NAME_LEN); in wps_dev_init()
1215 os_snprintf(dev->device_name, WPS_MAX_DEVICE_NAME_LEN, "%s", s_factory_info->device_name); in wps_dev_init()