mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Add interface values to read config
This commit is contained in:
parent
96a7c3c739
commit
2ed864095c
@ -65,6 +65,12 @@ static void setConfigValues(const char * key, char *value){
|
||||
|
||||
if( !strcmp ( PASSPHRASE, key ))
|
||||
configValues.pass = value;
|
||||
|
||||
if( !strcmp ( WIFI_IFACE, key ))
|
||||
configValues.iface_wifi = value;
|
||||
|
||||
if( !strcmp ( INTERNET_IFACE, key ))
|
||||
configValues.iface_inet = value;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user