]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/opt_scan_before_connect' into 'master'
authorJiang Jiang Jian <jack@espressif.com>
Thu, 27 Apr 2017 13:11:13 +0000 (21:11 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Thu, 27 Apr 2017 13:11:13 +0000 (21:11 +0800)
commit899a5d223f78d4c92180f6ed7780aa26e8ea7f17
tree2522d5b2f56cc751dc87c9bc19093bb98da6f28b
parent46fa2cfb4680b027a93c07c8616a4aa6e76d06ab
parent100d2dd938d1188ea23baddf77737c66072da5c5
Merge branch 'feature/opt_scan_before_connect' into 'master'

optimize scan before station connecting to AP

1. Store the information of AP(ssid, password, bssid, channel, etc)
    into nvs when station connects to AP successfully. If station
    connects to the same AP next time, it will scan the stored channel of the AP
    first.

2. Add a parameter of channel for scanning before connecting to AP.
    If the channel is set to 0, station will scan full channels. If it
    is set to 1~13, station will only scan the channel.

See merge request !704
components/esp32/include/esp_wifi_types.h