Show Commands


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.

Detailed Description


Function Documentation

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:

  • The BSSID MAC address
  • Whether or not privacy is supported by this BSSID (1 - supported, 0 - not supported)
  • Whether or not privacy is supported by this BSSID (1 - supported, 0 - not supported)
  • The average RSSI signal of this BSSID, in dBm
  • The BSSID mode (Adhoc - if the BSSID type is independent, Infra - if the BSSID type is infrastructure)
  • The BSSID channel
  • The network name (SSID) of this BSSID

Parameters:
[in] hCuCmd Handle for the command module
[in] parm parm[0] Not used; should be 0
[in] nParms Not used; should be 0
Returns:
None
See also:
CuCmd_FullBssidList()
Note:
If the station is associated with a BSSID, this BSSID appears in the list marked with an asterisk. The above information is printed only if the driver is running.
Warning:

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:

  • The BSSID MAC address
  • Whether or not privacy is supported by this BSSID (1 - supported, 0 - not supported)
  • The average RSSI signal of this BSSID, in dBm
  • The BSSID mode (Adhoc - if the BSSID type is independent, Infra - if the BSSID type is infrastructure)
  • The BSSID channel
  • The network name (SSID) of this BSSID
  • The beacon interval of this BSSID
  • The capabilities supported by this BSSID, as received in the beacon and probe response

Parameters:
[in] hCuCmd Handle for the command module
[in] parm Not used; should be 0
[in] nParms Not used; should be 0
Returns:
None
See also:
CuCmd_BssidList()
Note:
If the station is associated with a BSSID, this BSSID appears in the list marked with an asterisk. The above information is printed only if the driver is running.
Warning:

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:

  • Driver status
  • Station MAC address
  • The SSID to which the station is associated
  • The BSSID to which station is associated
  • The channel to which the station is tuned

Parameters:
[in] hCuCmd Handle for the command module
[in] parm Not used; should be 0
[in] nParms Not used; should be 0
Returns:
None
See also:
Note:
If the station is not associated, the SSID, BSSID and channel are empty.
Warning:


Generated on Sun Dec 6 12:34:02 2009 for WLAN DRIVER API REFERENCE MANUAL by  doxygen 1.5.9