mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 17:50:16 +01:00
wifi: fixup for "wifi: support locking connections to a band (5GHz or 2GHz) (bgo #627571)"
The new freq_list option must pass configuration verification.
This commit is contained in:
parent
66e2cdcc68
commit
50237b95ef
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ static const struct Opt opt_table[] = {
|
|||
{ "proactive_key_caching", TYPE_INT, 0, 1, FALSE, NULL },
|
||||
{ "bgscan", TYPE_BYTES, 0, 0, FALSE, NULL },
|
||||
{ "pac_file", TYPE_BYTES, 0, 1024, FALSE, NULL },
|
||||
{ "freq_list", TYPE_BYTES, 0, 0, FALSE, NULL },
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue