RetroArch/network
jecaro 3637f49ddc
Fix nmcli wifi driver
- Use the password stored in the connection profile instead of asking
  each time to the user

- `Disconnect` menu item wasn't shown even when connected

   When entering the Wi-Fi menu first, `nmcli_connection_info` is called with
   `NULL`. If we return `false` here, the menu doesn't show the `Disconnect`
   menu item even when the wifi is on and connected.

- Don't consider wired connections when checking if the device is connected

   `cmd_file = popen("nmcli -f NAME c show --active | tail -n+2", "r");`

   That command returns all active connections, even the wired ones. That
   means that if the wifi is not connected but we have a wired connection,
   retroarch shows the Disconnect menu item to disconnect ... a
   non-existent wifi connection.
2025-05-05 12:38:12 +02:00
..
cloud_sync webdav: workaround for getting 301 redirects 2025-03-01 22:53:11 -05:00
drivers_wifi Fix nmcli wifi driver 2025-05-05 12:38:12 +02:00
netplay Fix netplay when using core netpacket interface after a recent change made for cheevos (#17619) 2025-02-23 04:26:02 -08:00
cloud_sync_driver.c Cleanups 2025-02-11 10:28:16 +01:00
cloud_sync_driver.h Cleanups 2025-02-11 10:28:16 +01:00
discord.c Revert "(pt. 2) static variables are initialized to '0' automatically as per C rules" 2024-11-19 03:03:05 +01:00
discord.h (steam) Introduce Steam Rich Presence (#13798) 2022-04-02 08:07:40 +01:00
natt.c Don't use string_trim_whitespace 2024-12-23 00:51:01 +01:00
natt.h Removed credits - requested by author 2022-11-01 21:40:13 +01:00
net_logger.c Conventionalize len variables: 2024-12-27 05:51:33 +01:00
presence.c (steam) Introduce Steam Rich Presence (#13798) 2022-04-02 08:07:40 +01:00
presence.h (steam) Introduce Steam Rich Presence (#13798) 2022-04-02 08:07:40 +01:00
wifi_driver.c Revert "static variables are initialized to '0' automatically as per C rules" 2024-11-19 03:03:13 +01:00
wifi_driver.h Header uniformity cleanups 2023-05-30 21:21:05 +02:00