esp-idf/components
kapil.gupta 27101f9454 wpa_supplicant: Add initial roaming support
This commit adds different features from 802.11k and 802.11v
specifications to make the device ready for network assisted
roaming. It also adds initial framework for device to detect
whether it needs to move to a better AP.

Followings are added as part of this.

1. Support for sending neighbor report request and provide
   the report back to the APP.
2. Support for beacon measurement report.
3. Support for link measurement report.
4. Support for sending bss transition management query frame
   (triggered by the APP).
5. Support for bss transition management request and move
   to the candidate based on that.
6. Sending the bss transition management response.
2020-11-17 17:15:26 +05:30
..
app_trace Updates for riscv support 2020-11-13 07:49:11 +11:00
app_update Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
asio Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
bootloader Updates for riscv support 2020-11-13 07:49:11 +11:00
bootloader_support Updates for riscv support 2020-11-13 07:49:11 +11:00
bt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
cbor Update tinycbor submodule in ESP-IDF 2020-06-23 08:20:16 +00:00
cmock Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
coap Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
console Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
cxx Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
driver test: fix several test build error 2020-11-16 13:30:49 +08:00
efuse Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp32 Updates for riscv support 2020-11-13 07:49:11 +11:00
esp32s2 Updates for riscv support 2020-11-13 07:49:11 +11:00
esp32s3 Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_adc_cal Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_common test: fix several test build error 2020-11-16 13:30:49 +08:00
esp_eth eth: support W5500 MAC RAW mode 2020-11-16 13:30:49 +08:00
esp_event wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
esp_gdbstub Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_hid Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_http_client Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_http_server Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_https_ota Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_https_server Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_hw_support Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_ipc Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_local_ctrl local-ctrl: fix memory allocation issues found by static analyser 2020-05-13 07:16:45 +02:00
esp_netif CI: component_ut: fix esp_netif test path unmatch issue 2020-11-12 15:12:56 +08:00
esp_pm Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_ringbuf Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_rom esp_flash:fix bug about clearing WLE automatically after actions 2020-11-12 16:44:29 +08:00
esp_serial_slave_link Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_system esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
esp_timer Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_websocket_client Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_wifi wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
esp-tls Merge branch 'feature/riscv_arch' into 'master' 2020-11-13 07:50:31 +08:00
espcoredump Updates for riscv support 2020-11-13 07:49:11 +11:00
esptool_py Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
expat cmock: added cmock as component 2020-09-02 16:38:37 +08:00
fatfs Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
freemodbus Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
freertos freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
hal Merge branch 'feat/esp_flash_freq_using_divider' into 'master' 2020-11-13 11:43:22 +08:00
heap Merge branch 'feature/riscv_arch' into 'master' 2020-11-13 07:50:31 +08:00
idf_test Merge branch 'feat/esp_flash_yield_refactor' into 'master' 2020-11-12 16:23:02 +08:00
jsmn Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
json Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
libsodium Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
log Updates for riscv support 2020-11-13 07:49:11 +11:00
lwip freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
mbedtls SHA/RSA: moved all caps to soc_caps.h 2020-11-12 02:15:46 +00:00
mdns test: fix several test build error 2020-11-16 13:30:49 +08:00
mqtt riscv: Add new arch-level component 2020-11-12 09:33:18 +11:00
newlib Updates for riscv support 2020-11-13 07:49:11 +11:00
nghttp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_flash Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
openssl Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
partition_table Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
perfmon Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
protocomm Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
pthread Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
riscv esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
sdmmc Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
soc doc: fix wrong register description regarding to ethernet SMI 2020-11-16 13:30:49 +08:00
spi_flash esp_flash:fix bug about clearing WLE automatically after actions 2020-11-12 16:44:29 +08:00
spiffs Updates for riscv support 2020-11-13 07:49:11 +11:00
tcp_transport tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00
tcpip_adapter Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
tinyusb Updates for riscv support 2020-11-13 07:49:11 +11:00
ulp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
unity Updates for riscv support 2020-11-13 07:49:11 +11:00
vfs Updates for riscv support 2020-11-13 07:49:11 +11:00
wear_levelling Updates for riscv support 2020-11-13 07:49:11 +11:00
wifi_provisioning Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
wpa_supplicant wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
xtensa Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00