Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    For establishing the wifi  in thunder image we need   two things one is Networkcontrol  plugin and other is Netsrvmgr. The Network Control plugin provides functionality for network interface management. Networkcontrol has mainly two properties which are Network and up. Network  is used for Provides access to the current network information and up is used for Provides access to the interface up status.This plugin is designed to be loaded and executed within the Thunder framework.We can enable or disable Networkcontrol Plugin by using UI. And Netsrvmgr has 3 major functionalities like wifi,moca,route.Here we will discuss about wifi .This will takes some responsibilities likedetect the Network interfaces dynamically , send notifications to subscribers and Setup and update the network routes based on priorities, wifi connection status, availability, etc.we can provide ssid and password details in /opt/wifi/wpa_supplicant.conf.After reboot the box we can see the wifi connection in raspberry pi .we can verify this by using the netsrvmgr.service.

Note:Need to add these line in /opt/wifi/wpa_supplicant.conf before testing the wifi functionality.

ctrl_interface_group=0

network={
ssid=""
psk=""
}

Debug Logs

  • For confirming  IP configuration in wpeframework we can verify it on wpeframework  service.

...