mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge branch 'firmware' of https://github.com/jvonau/iiab into firmware
This commit is contained in:
commit
bd2cd24777
4 changed files with 16 additions and 4 deletions
|
@ -95,7 +95,10 @@ hostapd_secure: False
|
||||||
hostapd_password: changeme
|
hostapd_password: changeme
|
||||||
hostapd_install: True # 2020-01-21: this var MIGHT be implemented in future.
|
hostapd_install: True # 2020-01-21: this var MIGHT be implemented in future.
|
||||||
hostapd_enabled: True
|
hostapd_enabled: True
|
||||||
wifi_up_down: True # Creates a 2nd virtual wifi adapter for upstream WiFi
|
wifi_hotspot_capacity_rpi_fix: True # Restores the ability of RPi internal
|
||||||
|
# WiFi hotspots to service 30-to-32 client devices. Background explanation:
|
||||||
|
# https://github.com/iiab/iiab/issues/823#issuecomment-662285202 and PR #2472.
|
||||||
|
wifi_up_down: True # Creates a 2nd virtual WiFi adapter for upstream WiFi
|
||||||
# (e.g. to Internet) in addition to downstream WiFi (e.g. classroom hotspot).
|
# (e.g. to Internet) in addition to downstream WiFi (e.g. classroom hotspot).
|
||||||
# You can set iiab_gateway_enabled below, to enable "passthrough" to Internet.
|
# You can set iiab_gateway_enabled below, to enable "passthrough" to Internet.
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,10 @@ host_wifi_mode: g
|
||||||
host_channel: 6
|
host_channel: 6
|
||||||
hostapd_secure: False
|
hostapd_secure: False
|
||||||
hostapd_password: changeme
|
hostapd_password: changeme
|
||||||
wifi_up_down: True # Creates a 2nd virtual wifi adapter for upstream WiFi
|
wifi_hotspot_capacity_rpi_fix: True # Restores the ability of RPi internal
|
||||||
|
# WiFi hotspots to service 30-to-32 client devices. Background explanation:
|
||||||
|
# https://github.com/iiab/iiab/issues/823#issuecomment-662285202 and PR #2472.
|
||||||
|
wifi_up_down: True # Creates a 2nd virtual WiFi adapter for upstream WiFi
|
||||||
# (e.g. to Internet) in addition to downstream WiFi (e.g. classroom hotspot).
|
# (e.g. to Internet) in addition to downstream WiFi (e.g. classroom hotspot).
|
||||||
# You can set iiab_gateway_enabled below, to enable "passthrough" to Internet.
|
# You can set iiab_gateway_enabled below, to enable "passthrough" to Internet.
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,10 @@ host_wifi_mode: g
|
||||||
host_channel: 6
|
host_channel: 6
|
||||||
hostapd_secure: False
|
hostapd_secure: False
|
||||||
hostapd_password: changeme
|
hostapd_password: changeme
|
||||||
wifi_up_down: True # Creates a 2nd virtual wifi adapter for upstream WiFi
|
wifi_hotspot_capacity_rpi_fix: True # Restores the ability of RPi internal
|
||||||
|
# WiFi hotspots to service 30-to-32 client devices. Background explanation:
|
||||||
|
# https://github.com/iiab/iiab/issues/823#issuecomment-662285202 and PR #2472.
|
||||||
|
wifi_up_down: True # Creates a 2nd virtual WiFi adapter for upstream WiFi
|
||||||
# (e.g. to Internet) in addition to downstream WiFi (e.g. classroom hotspot).
|
# (e.g. to Internet) in addition to downstream WiFi (e.g. classroom hotspot).
|
||||||
# You can set iiab_gateway_enabled below, to enable "passthrough" to Internet.
|
# You can set iiab_gateway_enabled below, to enable "passthrough" to Internet.
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,10 @@ host_wifi_mode: g
|
||||||
host_channel: 6
|
host_channel: 6
|
||||||
hostapd_secure: False
|
hostapd_secure: False
|
||||||
hostapd_password: changeme
|
hostapd_password: changeme
|
||||||
wifi_up_down: True # Creates a 2nd virtual wifi adapter for upstream WiFi
|
wifi_hotspot_capacity_rpi_fix: True # Restores the ability of RPi internal
|
||||||
|
# WiFi hotspots to service 30-to-32 client devices. Background explanation:
|
||||||
|
# https://github.com/iiab/iiab/issues/823#issuecomment-662285202 and PR #2472.
|
||||||
|
wifi_up_down: True # Creates a 2nd virtual WiFi adapter for upstream WiFi
|
||||||
# (e.g. to Internet) in addition to downstream WiFi (e.g. classroom hotspot).
|
# (e.g. to Internet) in addition to downstream WiFi (e.g. classroom hotspot).
|
||||||
# You can set iiab_gateway_enabled below, to enable "passthrough" to Internet.
|
# You can set iiab_gateway_enabled below, to enable "passthrough" to Internet.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue