]> granicus.if.org Git - esp-idf/commit
wifi: optimize scan feature
authorDeng Xin <dengxin@espressif.com>
Thu, 28 Sep 2017 08:17:06 +0000 (16:17 +0800)
committerDeng Xin <dengxin@espressif.com>
Tue, 10 Oct 2017 04:27:02 +0000 (12:27 +0800)
commitd515494d1b8b38f1bcd2884db17125dbb4c67118
tree0d61bf370cf783e9790fc372e6ddcc0302c50692
parentc65f12bb45b1f956c7327af0d55bb46cb6ad4be2
wifi: optimize scan feature
1. add the threshold of match AP in fast scan
2. add blacklist feature
3. make sure would wrong if password didn't set
4. add scan example
components/esp32/include/esp_wifi_types.h
components/esp32/lib
docs/api-guides/wifi.rst
examples/wifi/scan/Makefile [new file with mode: 0644]
examples/wifi/scan/README.md [new file with mode: 0644]
examples/wifi/scan/main/Kconfig.projbuild [new file with mode: 0644]
examples/wifi/scan/main/component.mk [new file with mode: 0644]
examples/wifi/scan/main/scan.c [new file with mode: 0644]