Wi-Fi
Overview
The Wi-Fi Foundation Library provides a way to manage and configure Wi-Fi access points.
Dependencies
Network core module (see Network Core Engine).
LLECOM_WIFI_impl.h
implementation (see LLECOM_WIFI: Wi-Fi Management).
Installation
Wi-Fi is an additional module. To enable it, the Wi-Fi Pack module must be installed in your VEE Port:
microejPack("com.microej.pack.ecom-wifi:ecom-wifi-pack:1.0.0")
<dependency org="com.microej.pack.ecom-wifi" name="ecom-wifi-pack" rev="1.0.0" />
Then the VEE Port project must be rebuilt (VEE Port Build).
Use
The Wi-Fi API Module must be added to the Application project build file to use the NET library:
implementation("ej.api:ecom-wifi:2.2.2")
<dependency org="ej.api" name="ecom-wifi" rev="2.2.2"/>