Wayne Bartnick
|
f13c5c61e6
|
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
|
2015-04-05 09:21:16 -04:00 |
HuangRui
|
059a5eebdd
|
wifi.ap.setip() can set ip address now, fixed #199.
|
2015-02-12 22:43:48 +08:00 |
funshine
|
ad966146fc
|
migrate to sdk 0.9.5 release version
|
2015-01-24 23:36:04 +08:00 |
funshine
|
724d3be198
|
combine getnetmask and getip
|
2015-01-12 19:23:55 +08:00 |
unknown
|
e86e8a650c
|
WifI wifi.xx.getnetmask & wifi.xx.getbroadcast methods added
|
2015-01-09 14:18:27 +01:00 |
HuangRui
|
c04f2578ec
|
Updated SDK to v0.9.5 and optimized memory.
|
2015-01-05 10:09:51 +08:00 |
funshine
|
72f60d3e5a
|
rebuild bin, add setip, setmac, sleeptype api to wifi module, fix #62
|
2014-12-30 20:17:16 +08:00 |
alonewolfx2
|
26a554ffe1
|
for set wifi issue
dhcp client must be stop before setting station ip
|
2014-12-30 13:57:08 +02:00 |
funshine
|
a331438c9b
|
add setip setmac api
|
2014-12-29 21:57:37 +08:00 |
funshine
|
cdd13b1af3
|
source file first commit, folder structure refact
|
2014-12-22 19:35:05 +08:00 |