Functions | |
VOID | CuCmd_ModifyBssType (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Modifies the BSS type. | |
VOID | CuCmd_ModifyFragTh (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Modifies the fragmentation threshold. | |
VOID | CuCmd_ModifyRtsTh (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Modifies the RTS threshold. | |
VOID | CuCmd_ModifyPreamble (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Modifies the preamble mode. | |
VOID | CuCmd_ModifyShortSlot (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Modifies the slot time. |
VOID CuCmd_ModifyBssType | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Modifies the BSS type.
This function configures the BSS type on the driver.
[in] | hCuCmd | Handle for the command module |
[in] | parm | parm[0] The BSS type (0 - IBSS, 1 - infrastructure, 2 - any; default = 1) |
[in] | nParms | The number of parameters, which can be one of the following: 0 - No BSS type is given. The function prints the current BSS type and the available values. 1 - The given BSS type is configured on the driver. |
VOID CuCmd_ModifyFragTh | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Modifies the fragmentation threshold.
This function configures the fragmentation threshold on the driver.
[in] | hCuCmd | Handle for the command module |
[in] | parm | parm[0] The applicable fragmentation threshold value (256 – 4,096 bytes; default = 4,096. This value must be a multiple of 256). |
[in] | nParms | The number of parameters, which can be one of the following: 0 - No fragmentation threshold is given. The function prints the current fragmentation threshold. 1 - The given fragmentation threshold is configured on the driver. |
VOID CuCmd_ModifyPreamble | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Modifies the preamble mode.
This function configures the preamble mode on the driver.
[in] | hCuCmd | Handle for the command module |
[in] | parm | parm[0] The preamble mode value (0 - long, 1 – short; default = 1) |
[in] | nParms | The number of parameters, which can be one of the following: 0 - No preamble mode is given. The function prints the current preamble mode and the available values. 1 - The preamble mode is configured on the driver. |
VOID CuCmd_ModifyRtsTh | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Modifies the RTS threshold.
This function configures the RTS threshold on the driver.
[in] | hCuCmd | Handle for the command module |
[in] | parm | parm[0] The applicable RTS threshold value (0 – 4,096 bytes; default = 4,096). |
[in] | nParms | The number of parameters, which can be one of the following: 0 - No RTS threshold is given. The function prints the current RTS threshold. 1 - The given RTS threshold is configured on the driver. |
VOID CuCmd_ModifyShortSlot | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Modifies the slot time.
This function configures the slot time on the driver.
[in] | hCuCmd | Handle for the command module |
[in] | parm | parm[0] The slot time value (0 - long, 1 – short; default = 1) |
[in] | nParms | The number of parameters, which can be one of the following: 0 - No slot time is given. The function prints the current slot time and the available values. 1 - The given slot time is configured on the driver. |