Versions Compared

Key

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

...

  • 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 API specification of WI-fI HAL please refer - https://rdkwiki.com/doxygen/rdkb/df/d6a/group___w_i_f_i___h_a_l___a_p_i_s.html

MOCA HAL

All HAL functions prototypes and structure definitions are available in moca_hal.h file.To see the APIs involved with MOCA component. Please see MoCA HAL APIs in the component page.

MTA HAL

An MTA can deliver Home Phone service in addition to High Speed Internet

...