diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-10 12:56:18 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-10 12:56:18 +0100 |
commit | eafd9d2caf5c6a0147a583554b55d9bfdf68e449 (patch) | |
tree | 516bc9f291df537b9e77450018d18bfc19b9f5a2 | |
parent | f07d7b5d87adf8ef61b7cdc7b9ab3ef68876d9ca (diff) | |
download | ap01-eafd9d2caf5c6a0147a583554b55d9bfdf68e449.tar ap01-eafd9d2caf5c6a0147a583554b55d9bfdf68e449.tar.gz ap01-eafd9d2caf5c6a0147a583554b55d9bfdf68e449.tar.bz2 ap01-eafd9d2caf5c6a0147a583554b55d9bfdf68e449.tar.xz ap01-eafd9d2caf5c6a0147a583554b55d9bfdf68e449.zip |
...
-rw-r--r-- | files/files/etc/config/wireless | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/files/etc/config/wireless b/files/files/etc/config/wireless index 44c1acb..a552643 100644 --- a/files/files/etc/config/wireless +++ b/files/files/etc/config/wireless | |||
@@ -32,6 +32,19 @@ config wifi-iface 'dmz01_radio0' | |||
32 | option pmk_r1_push '1' | 32 | option pmk_r1_push '1' |
33 | option isolate '1' | 33 | option isolate '1' |
34 | 34 | ||
35 | config wifi-iface 'default2_radio0' | ||
36 | option device 'radio0' | ||
37 | option network 'lan' | ||
38 | option mode 'ap' | ||
39 | option key '<passphrase_ampere>' | ||
40 | option ssid 'ampere (WPA2)' | ||
41 | option encryption 'psk2+ccmp' | ||
42 | option ieee80211r '1' | ||
43 | option ft_psk_generate_local '1' | ||
44 | option ft_over_ds '1' | ||
45 | option pmk_r1_push '1' | ||
46 | option isolate '1' | ||
47 | |||
35 | config wifi-device 'radio1' | 48 | config wifi-device 'radio1' |
36 | option type 'mac80211' | 49 | option type 'mac80211' |
37 | option hwmode '11g' | 50 | option hwmode '11g' |
@@ -53,6 +66,19 @@ config wifi-iface 'default_radio1' | |||
53 | option pmk_r1_push '1' | 66 | option pmk_r1_push '1' |
54 | option isolate '1' | 67 | option isolate '1' |
55 | 68 | ||
69 | config wifi-iface 'default2_radio1' | ||
70 | option device 'radio1' | ||
71 | option network 'lan' | ||
72 | option mode 'ap' | ||
73 | option ssid 'ampere (WPA2)' | ||
74 | option encryption 'sae-mixed+ccmp' | ||
75 | option key '<passphrase_ampere>' | ||
76 | option ieee80211r '1' | ||
77 | option ft_psk_generate_local '1' | ||
78 | option ft_over_ds '1' | ||
79 | option pmk_r1_push '1' | ||
80 | option isolate '1' | ||
81 | |||
56 | config wifi-iface 'dmz01_radio1' | 82 | config wifi-iface 'dmz01_radio1' |
57 | option device 'radio1' | 83 | option device 'radio1' |
58 | option network 'dmz01' | 84 | option network 'dmz01' |