mirror of
https://github.com/netfun2000/raspberry-wifi-conf.git
synced 2026-02-27 09:45:16 +08:00
25 lines
655 B
JSON
25 lines
655 B
JSON
{
|
|
"wifi_interface": "wlan0",
|
|
"wifi_driver_type": "nl80211",
|
|
|
|
"access_point": {
|
|
"force_reconfigure": true,
|
|
"wifi_interface": "wlan0",
|
|
"ssid": "rpi-config-ap",
|
|
"passphrase": "zzzzzzzz",
|
|
"domain": "rpi.config",
|
|
"ip_addr": "192.168.44.1",
|
|
"netmask": "255.255.255.0",
|
|
"subnet_ip": "192.168.44.0",
|
|
"broadcast_address": "192.168.44.255",
|
|
"subnet_range": {
|
|
"start": "192.168.44.10",
|
|
"end": "192.168.44.50"
|
|
}
|
|
},
|
|
|
|
"server": {
|
|
"port": 88
|
|
}
|
|
}
|