dnc40085
|
aca2b7724b
|
Added description to wifi_station_listap
|
2015-05-11 05:38:23 -07:00 |
dnc40085
|
cf54f85549
|
Added ability to set scan configuration to wifi.sta.getap
|
2015-05-11 05:12:34 -07:00 |
dnc40085
|
5b375cfe50
|
Copied changes from dev branch, commit f13c5c6 from Wayne Bartnick
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-05-11 05:06:48 -07:00 |
dnc40085
|
700ba55d26
|
Fix for memory leak in function wifi.sta.getap()
|
2015-05-07 05:02:59 -07:00 |
dnc40085
|
f4a9de4886
|
Added comments for setphymode and getphymode functions in wifi module
Added constants PHYMODE_B, PHYMODE_G, PHYMODE_N to wifi module
|
2015-04-29 00:06:06 -07:00 |
dnc40085
|
900c43d520
|
Add setphymode and getphymode to wifi module
|
2015-04-26 20:03:44 -07: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 |