Versions Compared

Key

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

...

       All HAL functions prototypes and structure definitions are available in wifi_hal.h file.

  • WI-fI HAL is used for the RDK-Broadband Wifi radio hardware abstraction layer.
  • Latest version of RDKB supports 300+ Wi-Fi HAL API’s
  • Based on how Wi-Fi vendor exposes their driver capabilities in user space, the HAL API’s can be implemented in wifi_hal.c
  • Some of the APIs are : 
    1. wifi_getWifiChannelStats
    2. wifi_getHalVersion
    3. wifi_setLED
    4. wifi_init
  • To see the

...

MOCA HAL

To see the APIs involved with MOCA component. Please see MoCA HAL APIs in the component page.

...

  1. firewall_service_init
  2. firewall_service_start
  3. firewall_service_restart
  4. GetHttpPortValue

DPOE HAL


Common HAL

  •  A common HAL provides the necessary abstraction to all the CCSP components to interface with other common hardware components.
  • Eg : Platform HAL

...