mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
netmodes: replace wps_pushbutton with wps
This commit is contained in:
parent
72a3a64383
commit
c0637c052f
4 changed files with 8 additions and 8 deletions
|
|
@ -48,7 +48,7 @@ config wifi-iface
|
|||
option key '$WPAKEY'
|
||||
option gtk_rekey '3600'
|
||||
option macfilter 'disable'
|
||||
option wps_pushbutton '1'
|
||||
option wps '1'
|
||||
option wmf_bss_enable '1'
|
||||
option maxassoc '32'
|
||||
option ifname 'wl0'
|
||||
|
|
@ -88,7 +88,7 @@ config wifi-iface
|
|||
option key '$WPAKEY'
|
||||
option gtk_rekey '3600'
|
||||
option macfilter 'disable'
|
||||
option wps_pushbutton '1'
|
||||
option wps '1'
|
||||
option wmf_bss_enable '1'
|
||||
option maxassoc '32'
|
||||
option ifname 'wl1'
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ config wifi-iface
|
|||
option encryption psk2
|
||||
option key $WPAKEY
|
||||
option ifname ra0
|
||||
option wps_pushbutton 1
|
||||
option wps 1
|
||||
|
||||
config wifi-device rai0
|
||||
option band a
|
||||
|
|
@ -46,7 +46,7 @@ config wifi-iface
|
|||
option encryption psk2
|
||||
option key $WPAKEY
|
||||
option ifname rai0
|
||||
option wps_pushbutton 1
|
||||
option wps 1
|
||||
|
||||
config wifi-iface
|
||||
option device rai0
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ config wifi-iface
|
|||
option key '$WPAKEY'
|
||||
option gtk_rekey '3600'
|
||||
option macfilter 'disable'
|
||||
option wps_pushbutton '1'
|
||||
option wps '1'
|
||||
option wmf_bss_enable '1'
|
||||
option maxassoc '32'
|
||||
option ifname 'wl0'
|
||||
|
|
@ -88,7 +88,7 @@ config wifi-iface
|
|||
option key '$WPAKEY'
|
||||
option gtk_rekey '3600'
|
||||
option macfilter 'disable'
|
||||
option wps_pushbutton '1'
|
||||
option wps '1'
|
||||
option wmf_bss_enable '1'
|
||||
option maxassoc '32'
|
||||
option ifname 'wl1'
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ config wifi-iface
|
|||
option ssid iopsys-$BSSID4
|
||||
option encryption psk2
|
||||
option key $WPAKEY
|
||||
option wps_pushbutton 1
|
||||
option wps 1
|
||||
option ifname ra0
|
||||
|
||||
config wifi-device rai0
|
||||
|
|
@ -47,6 +47,6 @@ config wifi-iface
|
|||
option ssid iopsys-$BSSID4
|
||||
option encryption psk2
|
||||
option key $WPAKEY
|
||||
option wps_pushbutton 1
|
||||
option wps 1
|
||||
option ifname rai0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue