dnc40085
|
5e95f48a55
|
Update function wifi.sleep to return any error codes to user
|
2015-11-05 13:51:42 -08:00 |
dnc40085
|
91ba22a49d
|
Minor change
Added static keyword to a variable
|
2015-11-04 06:37:57 -08:00 |
dnc40085
|
d6cc6d3e68
|
added wifi table entry for NULLMODE
|
2015-11-03 18:06:41 -08:00 |
dnc40085
|
4387f90339
|
Added function wifi.sleep
|
2015-11-03 17:23:43 -08:00 |
Johny Mattsson
|
91ee5c088c
|
Wifi module update to new smartconfig API.
Needs testing.
|
2015-10-12 13:26:04 +11:00 |
Jakub
|
52ef3c9102
|
Fixed bug WIFI AUTH_OPEN #623
Fixed a bug which prevented from setting unprotected AP
|
2015-08-31 17:53:38 +02:00 |
Vowstar
|
239008d5b9
|
Merge pull request #553 from nodemcu/dev096
Merge Dev096 to Dev
|
2015-07-14 15:02:37 +08:00 |
dnc40085
|
0020c1d167
|
added code to check if in softap mode before continuing event monitor
callback
|
2015-07-13 22:12:16 -07:00 |
dnc40085
|
be79d1d3b6
|
added wifi station event monitor
|
2015-07-13 21:13:26 -07:00 |
Johny Mattsson
|
6ad2666182
|
Declare wifi.ap.getconfig() in the right map.
|
2015-07-10 14:01:38 +10:00 |
vowstar
|
fb0e4722b8
|
Fix and support Wi-Fi smart link (esp-touch and air-kiss).
Espressif open-source android and iOs APP,
See also https://github.com/espressifapp
Note: Must use ESP-TOUCH-V021 in espressif app history.
|
2015-07-04 02:27:51 +08:00 |
vowstar
|
663158e4ab
|
added wifi.ap.getconfig() by @md5crypt https://github.com/nodemcu/nodemcu-firmware/pull/500/files#diff-81824fe90d00138d98b6e9f0d7d8c7dcL1458.
|
2015-06-27 12:30:36 +08:00 |
dnc40085
|
353209fb4e
|
Change comments for wifi.sta.getap
|
2015-05-31 22:45:43 -07:00 |
dnc40085
|
a5fe3d0146
|
Added option to wifi.sta.getap to allow changing output format between
new style and old style
|
2015-05-31 21:43:03 -07:00 |
Vowstar
|
2d0689142c
|
Merge pull request #438 from dnc40085/dev096_wifi.getchannel
added wifi.getchannel
|
2015-05-24 07:23:07 +08:00 |
dnc40085
|
6477f5f389
|
added wifi.getchannel
|
2015-05-22 19:42:21 -07:00 |
dnc40085
|
7244d51b38
|
Fixed bug in wifi_scan_done
|
2015-05-20 02:21:46 -07:00 |
dnc40085
|
546bca00c1
|
changed wifi_setip() to allow setting SoftAP gateway to 0.0.0.0
|
2015-05-17 19:29:26 -07:00 |
HuangRui
|
71469dd70f
|
Merge branch 'dev' of https://github.com/nodemcu/nodemcu-firmware
Conflicts:
app/include/user_version.h
app/modules/node.c
app/modules/wifi.c
|
2015-05-15 08:13:46 +08:00 |
Vowstar
|
43d06459a6
|
Merge pull request #409 from dnc40085/dev096-wifi_scan_done
Change format of table that is output by wifi_scan_done function
|
2015-05-15 07:54:48 +08:00 |
Vowstar
|
60e1e8ba7d
|
Merge pull request #408 from dnc40085/dev096-wifi.ap.config
Additions and changes to wifi module
|
2015-05-15 07:54:42 +08:00 |
Vowstar
|
55cff23f64
|
Merge pull request #405 from dnc40085/dev096-wifi.setmac_fix
Fix for inability to use standard formatted MAC address with wifi.setmac()
|
2015-05-15 07:54:34 +08:00 |
Vowstar
|
a5d96f4719
|
Merge pull request #404 from dnc40085/dev096-wifi.sta.getconfig
Add function wifi.sta.getconfig() and more parameters to wifi.sta.config()
|
2015-05-15 07:45:56 +08:00 |
dnc40085
|
cf32376467
|
Minor change to wifi.sta.getap()
|
2015-05-11 21:02:46 -07:00 |
dnc40085
|
e9081a81a5
|
Remove conflict
|
2015-05-11 20:03:02 -07:00 |
dnc40085
|
3941977550
|
Removed commented lines from previous commit
|
2015-05-11 18:45:27 -07:00 |
dnc40085
|
78cb215bb2
|
Changed output format of table that is output by wifi_scan_done
|
2015-05-11 18:26:16 -07:00 |
dnc40085
|
f31671044d
|
Fixed error in wifi_station_listap
|
2015-05-11 17:59:51 -07:00 |
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
|
c6c8bd84a0
|
minor change to wifi.sta.config()
|
2015-05-11 00:05:28 -07:00 |
dnc40085
|
7533a6afba
|
Fix for inability to use standard formatted MAC address with
wifi.setmac() also changed wifi.getmac() to use macro
|
2015-05-09 04:29:18 -07:00 |
dnc40085
|
f9e0e0cc61
|
Added examples to description of wifi.sta.config()
|
2015-05-09 04:17:35 -07:00 |
dnc40085
|
e667b2029d
|
Added function wifi.sta.getconfig()
Added more parameters to wifi.sta.config()
|
2015-05-09 01:50:35 -07:00 |
trilader
|
bc7b9f86c4
|
Allow connecting to unsecured WiFi networks
|
2015-05-07 15:12:57 +02: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 |
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 |