Versions Compared

Key

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

...

  1. vlan_hal_addGroup
  2. vlan_hal_delGroup
  3. vlan_hal_addInterface
  4. vlan_hal_delInterface
  5. vlan_hal_delete_all_Interfaces


Firewall HAL

  • This module is responsible for setting firewall rules like port forwarding, port triggering Parental control etc.
  • Some of the APIs are :
  1. firewall_service_init
  2. firewall_service_start
  3. firewall_service_restart
  4. GetHttpPortValue

Platform HAL

  • Platform HAL is an abstraction layer, implemented to interact with cable modem device for getting the hardware specific details such as Firmware Name, Boot loader Version, etc.
  • This HAL layer is intended to support platform drivers
  • platform_hal.c file provides the function call prototypes and structure definitions used for the platform hardware abstraction layer
  • Some of the APIs are :

...