mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
network: set Hidden=true for new hidden networks
This commit is contained in:
parent
d744915534
commit
87108984bc
@ -1009,6 +1009,9 @@ void network_connect_new_hidden_network(struct network *network,
|
|||||||
goto reply_error;
|
goto reply_error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
network->settings = l_settings_new();
|
||||||
|
l_settings_set_bool(network->settings, "Settings", "Hidden", true);
|
||||||
|
|
||||||
switch (network_get_security(network)) {
|
switch (network_get_security(network)) {
|
||||||
case SECURITY_PSK:
|
case SECURITY_PSK:
|
||||||
error = network_connect_psk(network, bss, message);
|
error = network_connect_psk(network, bss, message);
|
||||||
|
Loading…
Reference in New Issue
Block a user