RDK-V WiFi HAL 0.2.0
 
Loading...
Searching...
No Matches
_wifi_diag_ipping_setting Struct Reference

structure for diag ipping setting More...

#include <wifi_common_hal.h>

Data Fields

CHAR ipping_Interface [256]
 The value MUST be the path name of a row in the IP.Interface table. The IP-layer interface over which the test is to be performed. This identifies the source IP address to use when performing the test. Example: Device.IP.Interface.1. If an empty string is specified, the CPE MUST use the interface as directed by its routing policy (Forwarding table entries) to determine the appropriate interface.
 
CHAR ipping_Host [256]
 Host name or address of the host to ping. In the case where Host is specified by name, and the name resolves to more than one address, it is up to the device implementation to choose which address to use.
 
UINT ipping_NumberOfRepetitions
 Number of repetitions of the ping test to perform before reporting the results.
 
UINT ipping_Timeout
 Timeout in milliseconds for the ping test.
 
UINT ipping_DataBlockSize
 Size of the data block in bytes to be sent for each ping.
 
UINT ipping_DSCP
 DiffServ codepoint to be used for the test packets. By default the CPE SHOULD set this value to zero.
 

Detailed Description

structure for diag ipping setting

Field Documentation

◆ ipping_DataBlockSize

UINT ipping_DataBlockSize

Size of the data block in bytes to be sent for each ping.

◆ ipping_DSCP

UINT ipping_DSCP

DiffServ codepoint to be used for the test packets. By default the CPE SHOULD set this value to zero.

◆ ipping_Host

CHAR ipping_Host[256]

Host name or address of the host to ping. In the case where Host is specified by name, and the name resolves to more than one address, it is up to the device implementation to choose which address to use.

◆ ipping_Interface

CHAR ipping_Interface[256]

The value MUST be the path name of a row in the IP.Interface table. The IP-layer interface over which the test is to be performed. This identifies the source IP address to use when performing the test. Example: Device.IP.Interface.1. If an empty string is specified, the CPE MUST use the interface as directed by its routing policy (Forwarding table entries) to determine the appropriate interface.

◆ ipping_NumberOfRepetitions

UINT ipping_NumberOfRepetitions

Number of repetitions of the ping test to perform before reporting the results.

◆ ipping_Timeout

UINT ipping_Timeout

Timeout in milliseconds for the ping test.


The documentation for this struct was generated from the following file: