RDK Documentation (Open Sourced RDK Components)
TR-069 Object (Device.WiFi.EndPoint.{i}.Security.) Public APIs

Description

This object contains security related parameters that apply to a WiFi end point [802.11-2007].

int hostIf_WiFi_EndPoint_Security::get_hostIf_WiFi_EndPoint_ModesSupported (HOSTIF_MsgData_t *stMsgData)
 This function provides the comma-separated list of strings contains which security modes the wireless EndPoint instance is capable of supporting. More...
 
int hostIf_WiFi_EndPoint_Security::get_hostIf_WiFi_EndPoint_Security_ModesEnabled (HOSTIF_MsgData_t *stMsgData)
 Get the security mode enabled for wifi device. The value must be a member of the list reported by the ModesSupported parameter, indicates which security mode is enabled. More...
 

Function Documentation

◆ get_hostIf_WiFi_EndPoint_ModesSupported()

int hostIf_WiFi_EndPoint_Security::get_hostIf_WiFi_EndPoint_ModesSupported ( HOSTIF_MsgData_t stMsgData)

This function provides the comma-separated list of strings contains which security modes the wireless EndPoint instance is capable of supporting.

Each list item is an enumeration of:

  • None
  • WEP-64
  • WEP-128
  • WPA-Personal
  • WPA2-Personal
  • WPA-WPA2-Personal
  • WPA-Enterprise
  • WPA2-Enterprise
  • WPA-WPA2-Enterprise
Parameters
[out]stMsgDataTR-069 Host interface message request.
Returns
Returns 0 on success, otherwise will return the appropriate error code.

◆ get_hostIf_WiFi_EndPoint_Security_ModesEnabled()

int hostIf_WiFi_EndPoint_Security::get_hostIf_WiFi_EndPoint_Security_ModesEnabled ( HOSTIF_MsgData_t stMsgData)

Get the security mode enabled for wifi device. The value must be a member of the list reported by the ModesSupported parameter, indicates which security mode is enabled.

Parameters
[out]stMsgDataTR-069 Host interface message request.
Returns
Returns 0 on success, otherwise will return the appropriate error code.