- 18 May, 2015 1 commit
-
-
dnc40085 authored
-
- 12 May, 2015 5 commits
- 11 May, 2015 4 commits
-
-
dnc40085 authored
-
dnc40085 authored
-
dnc40085 authored
wifi.sta.config (wifi_station_config): - range checking password length (8~64) wifi.ap.config (wifi_ap_config): - range checking ssid length (1~32) - range checking pwd length (8~64) - new params: - auth: wifi.OPEN, wifi.WPA_PSK, wifi.WPA2_PSK, wifi.WPA_WPA2_PSK - default WITH pwd: wifi.WPA_WPA2_PSK - default WITHOUT pwd: wifi.OPEN - channel: 1~13 (default: 6) - hidden: 0/1 (default: 0) - max: 1~4 (default: 4) - beacon: 100~60000ms (default: 100) wifi.ap.getclient (wifi_ap_listclient): - returns table(mac,ip) of all connected clients wifi.ap.dhcp: - new submodule - config (wifi_ap_dhcp_config), returns start/end ips - params: - start (e.g., "192.168.1.100") - end ip calculated from wifi.ap.config.max - start (wifi_ap_dhcp_start), returns boolean - stop (wifi_ap_dhcp_stop), returns boolean
-
dnc40085 authored
-
- 09 May, 2015 3 commits
- 07 May, 2015 2 commits
- 29 Apr, 2015 1 commit
-
-
dnc40085 authored
Added constants PHYMODE_B, PHYMODE_G, PHYMODE_N to wifi module
-
- 27 Apr, 2015 1 commit
-
-
dnc40085 authored
-
- 05 Apr, 2015 1 commit
-
-
Wayne Bartnick authored
- range checking password length (8~64) wifi.ap.config (wifi_ap_config): - range checking ssid length (1~32) - range checking pwd length (8~64) - new params: - auth: wifi.OPEN, wifi.WPA_PSK, wifi.WPA2_PSK, wifi.WPA_WPA2_PSK - default WITH pwd: wifi.WPA_WPA2_PSK - default WITHOUT pwd: wifi.OPEN - channel: 1~13 (default: 6) - hidden: 0/1 (default: 0) - max: 1~4 (default: 4) - beacon: 100~60000ms (default: 100) wifi.ap.getclient (wifi_ap_listclient): - returns table(mac,ip) of all connected clients wifi.ap.dhcp: - new submodule - config (wifi_ap_dhcp_config), returns start/end ips - params: - start (e.g., "192.168.1.100") - end ip calculated from wifi.ap.config.max - start (wifi_ap_dhcp_start), returns boolean - stop (wifi_ap_dhcp_stop), returns boolean
-
- 12 Feb, 2015 1 commit
-
-
HuangRui authored
-
- 24 Jan, 2015 1 commit
-
-
funshine authored
-
- 12 Jan, 2015 1 commit
-
-
funshine authored
-
- 09 Jan, 2015 1 commit
-
-
unknown authored
-
- 05 Jan, 2015 1 commit
-
-
HuangRui authored
-
- 30 Dec, 2014 2 commits
-
-
funshine authored
-
alonewolfx2 authored
dhcp client must be stop before setting station ip
-
- 29 Dec, 2014 1 commit
-
-
funshine authored
-
- 22 Dec, 2014 1 commit
-
-
funshine authored
-