Lines Matching refs:result
256 esp_err_t result = ESP_OK; in esp_wifi_init() local
258 result = esp_wifi_psram_check(config); in esp_wifi_init()
259 if (result != ESP_OK) { in esp_wifi_init()
260 return result; in esp_wifi_init()
295 result = esp_wifi_init_internal(config); in esp_wifi_init()
297 if (result == ESP_OK) { in esp_wifi_init()
308 result = esp_supplicant_init(); in esp_wifi_init()
309 if (result != ESP_OK) { in esp_wifi_init()
310 LOG_ERR("Failed to init supplicant (0x%x)", result); in esp_wifi_init()
328 return result; in esp_wifi_init()
336 return result; in esp_wifi_init()