Versions Compared

Key

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

...

Wi-Fi Hal 3.0 Api's  Implemented

                    Below are the list of new api's, are implemented in rpi platform to support the wifi hal 3.0 feature. 

Code Block
languagebash
themeDJango
titleWi-Fi Hal 3.0 api's

wifi_getRadioOperatingParameters
wifi_setRadioOperatingParameters 
wifi_createVAP
wifi_getRadioVapInfoMap
wifi_getHalCapability 
wifi_getApAssociatedDevice 
wifi_getApSecurity 
wifi_updateApSecurity
wifi_setApSecurity 
wifi_setApWpsConfiguration
wifi_getApWpsConfiguration

Enabling CFLAGS - WIFI_HAL_VERSION_3 

                     Below are the recipe's to enable the cflag to support the Wi-Fi Hal Version 3 Feature.

S.NoRecipeCFLAG
1.ccsp-wifi-agent.bbappend CFLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'halVersion3', ' -DWIFI_HAL_VERSION_3 ', '', d)}"
                                      
2.harvester_git.bbappend   
3.hal-wifi-generic_git.bbappend
4.halinterface.bbappend