Searched refs:WPS_MAX_MODEL_NUMBER_LEN (Results 1 – 2 of 2) sorted by relevance
47 #define WPS_MAX_MODEL_NUMBER_LEN 33 /**< Maximum length of the model number in WPS information */ macro60 …char model_number[WPS_MAX_MODEL_NUMBER_LEN]; /*!< Model number of the device. If empty, the defaul…
1115 os_snprintf(s_factory_info->model_name, WPS_MAX_MODEL_NUMBER_LEN, "ESPRESSIF IOT"); in wps_set_default_factory()1136 …cpy(s_factory_info->model_number, config->factory_info.model_number, WPS_MAX_MODEL_NUMBER_LEN - 1); in wps_set_factory_info()