Joan Bruguera Micó

Results 12 issues of Joan Bruguera Micó

To create a hotspot, the UI launches `create_ap` with `popen` and waits for it to print "AP-ENABLED" to confirm the hotspot has been created. When this happens, it immediately returns,...

GCC 15 defaults to the C23 standard, where [functions declarations without parameters are interpreted as having no parameters](https://gcc.gnu.org/gcc-15/porting_to.html#c23-fn-decls-without-parameters). Declare the `gpointer = void*` parameter for `g_thread_new` callbacks to avoid a...