User's Manual Part 1

Network SupportChapter 4
101700 Series Color Mobile Computer User’s Manual
Function Summary
Below are functions available for the 700 Series Color Computer when
enabled with the 802.11b radio module.
RadioConnect()
Connects to the available radio. Use this function if you plan on using a
lot of API calls that talk directly to the radio.
Syntax:
UINT RadioConnect( );
Parameters: None.
Returns: ERROR_SUCCESS when successful, otherwise
ERR_CONNECT_FAILED.
RadioDisconnect()
Cleans up the connection from the RadioConnect() function after an ap-
plication closes.
Syntax:
UINT RadioDisconnect( );
Parameters: None.
Returns: ERROR_SUCCESS when successful, otherwise
ERR_CONNECT_FAILED.
GetMac()
Gets the radio MAC address.
Syntax:
UINT GetMac( TCHAR * );
Parameters: Pointer to a character array, which is populated with MAC addresses.
Returns: ERROR_SUCCESS when successful,
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
GetBSSID()
Gets the associated access point name, the BSSID.
Syntax:
UINT GetBSSID( TCHAR * );
Parameters: Pointer to a character array, which is populated with the current BSSID.
Returns: ERROR_SUCCESS when successful,
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed
GetSSID()
Gets the curr ent SSID (network name).
Syntax:
UINT GetSSID( TCHAR * );
Parameters: Pointer to a character array, which is populated with the current SSID.
Returns: ERROR_SUCCESS when successful,
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.