Hello Vincent, as far as I can tell by looking at your log file wpa_supplicant is not able to find the configured network and merely scans all available networks trying to find the proper one.
Could you please apply the attached patch and rebuild the driver. This patch makes wpa_supplicant more talkative and might show the reason why it cannot find the network (e.g. SSID mismatches…). Regards Josef
diff --git a/repos/dde_linux/src/lib/wpa_supplicant/main.c b/repos/dde_linux/src/lib/wpa_supplicant/main.c index c776a59..9e5ea49 100644 --- a/repos/dde_linux/src/lib/wpa_supplicant/main.c +++ b/repos/dde_linux/src/lib/wpa_supplicant/main.c @@ -43,8 +43,8 @@ int wpa_main(void) memset(¶ms, 0, sizeof(params)); - params.wpa_debug_level = MSG_INFO; - // params.wpa_debug_level = MSG_DEBUG; + // params.wpa_debug_level = MSG_INFO; + params.wpa_debug_level = MSG_DEBUG; global = wpa_supplicant_init(¶ms); if (global == NULL)
------------------------------------------------------------------------------
_______________________________________________ genode-main mailing list genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main