Functions | |
VOID | CuCmd_Show_Status (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Shows the station status information. | |
VOID | CuCmd_BssidList (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Shows the BSSID list. | |
VOID | CuCmd_FullBssidList (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Shows the BSSID list with complete information. |
VOID CuCmd_BssidList | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Shows the BSSID list.
This function gets from the driver, the number and list of BSSIDs collected during the scan, and prints them. For each BSSID, the following fields are printed:
[in] | hCuCmd | Handle for the command module |
[in] | parm | parm[0] Not used; should be 0 |
[in] | nParms | Not used; should be 0 |
VOID CuCmd_FullBssidList | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Shows the BSSID list with complete information.
This function gets from the driver, the number and list of BSSIDs collected during the scan, and prints them. For each BSSID, the full information is as follows:
[in] | hCuCmd | Handle for the command module |
[in] | parm | Not used; should be 0 |
[in] | nParms | Not used; should be 0 |
VOID CuCmd_Show_Status | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Shows the station status information.
This function gets the following parameters from the driver and prints them:
[in] | hCuCmd | Handle for the command module |
[in] | parm | Not used; should be 0 |
[in] | nParms | Not used; should be 0 |