You are not logged in.

#1 2016-08-17 14:10:39

throbscottle
Member
Registered: 2011-11-05
Posts: 55

wpa_gui deletes globals from wpa_supplicant.conf

I have roaming set up with wpa_supplicant. So I have 4 lines at the top of my wpa_supplicant.conf which read:

ctrl_interface=DIR=/run/wpa_supplicant GROUP=network
update_config=1
ap_scan=1
fast_reauth=1

network={
#stuff here
}

if I use wpa_gui and for some reason do "save config", I end up with:

ctrl_interface=DIR=/run/wpa_supplicant GROUP=network
update_config=1

network={
#stuff here
}

so I then have to edit the 2 missing lines back in, which is a real PITA.

Am I doing something wrong? Or is this a bug in wpa_gui?

TIA

Offline

Board footer

Powered by FluxBB