Functions | |
VOID | CuCmd_Connect (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Connects to a BSSID. | |
VOID | CuCmd_Disassociate (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Disconnects from the BSSID. | |
VOID | CuCmd_ModifyChannel (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Modifies the applicable channel. | |
VOID | CuCmd_ModifyConnectMode (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Modifies the applicable connection mode. |
VOID CuCmd_Connect | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Connects to a BSSID.
This function tries to connect to a BSSID, based on the configured parameters.
[in] | hCuCmd | Handle for the command module |
[in] | parm | parm[0] 32 characters that represent the applicable SSID (the default is 1..32) parm[1] 6 bytes that represent the applicable BSSID (the default is broadcast MAC) |
[in] | nParms | Number of parameters, which can be one of the following: 0 - Neither the SSID or BSSID are given. The station attempts to connect to the best BSSID it finds 1 - Only the SSID is given. The station attempts to connect to the best BSSID it finds that supports the given SSID as its network name 2 - Both the SSID and BSSID are given. The station attempts to connect to the given BSSID that supports the given SSID as its network name. |
VOID CuCmd_Disassociate | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Disconnects from the BSSID.
This function disconnects a station from the BSSID to which it is associated.
[in] | hCuCmd | Handle for the command module |
[in] | parm | Not used; should be 0 |
[in] | nParms | Not used; should be 0 |
VOID CuCmd_ModifyChannel | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Modifies the applicable channel.
This function configures the applicable channel on the driver.
[in] | hCuCmd | Handle for the command module |
[in] | parm | parm[0] The applicable channel (1 - 201; default = 11) |
[in] | nParms | The number of parameters, which can be one of the following: 0 - No channel is given. The function prints the current channel and the BSSID's channel to which the station is associated. 1 - The given channel is configured on the driver. |
VOID CuCmd_ModifyConnectMode | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Modifies the applicable connection mode.
This function configures the connection mode to the driver.
[in] | hCuCmd | Handle for the command module |
[in] | parm | The applicable connection mode (0 - auto, 1 - manual, default = 0) |
[in] | nParms | The number of parameters, which can be one of the following: 0 - No connection mode is given. The function prints the current connection mode and the connection mode's available values. 1 - The given connection mode be configured on the driver. |