Hi,
We are working on yocto build on the i.MX8 platform. We've a requirement to set up the below mentioned parameters (without system reboot) based on user's selection, through GUI, for WLAN & WAP configuration:
1. WAP configuration :
setting SSID, SSID broadcast enable/disable, Key, Security Protocol etc.
I could find the file for WAP configuration :
/etc/wpa_supplicant/wpa_supplicant-wlan0.conf
But looks like it doesn't have option for controlling SSID broadcast enable/disable.
2. WLAN configuration:
Setting Host name, Domain Name, Gateway/IP Mask, Enable/Disable DHCP, DNS blocks etc.
To my knowledge, the file /etc/network/interfaces can be used to configure the IP address, gateway etc, but I could not find any configuration file for the above parameters.
Requesting your suggestions please...
Regards,
Srikanth Vemula.