Searched refs:WPS_MAX_DEVICE_NAME_LEN (Results 1 – 2 of 2) sorted by relevance
49 #define WPS_MAX_DEVICE_NAME_LEN 33 /**< Maximum length of the device name in WPS information */ macro62 …char device_name[WPS_MAX_DEVICE_NAME_LEN]; /*!< Device name. If empty, the default device name i…
1117 …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()