Getassociationstatus(); Getwepstatus() - Intermec 700 Series User Manual

Color mobile computer
Hide thumbs Also See for 700 Series:
Table of Contents

Advertisement

Chapter
7
Programming

GetAssociationStatus()

GetWepStatus()

314
Gets the current connection, or association status.
Syntax
UINT GetAssociationStatus( ULONG & );
Parameters
S &
References a ULONG value, a current connection status as follows:
S NDIS_RADIO_ASSOCIATED
Radio is associated with an access point.
S NDIS_RADIO_SCANNING
Radio is scanning for network.
Returns
ERROR_SUCCESS when successful,
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
Gets the current WEP status.
Syntax
UINT GetWepStatus( ULONG & );
Parameters
S &
References a ULONG status value which include the following:
S NDIS_RADIO_WEP_ENABLED
WEP is currently enabled.
S NDIS_RADIO_WEP_DISABLED
WEP is currently disabled.
S NDIS_RADIO_WEP_ABSENT
WEP key is absent.
S NDIS_RADIO_WEP_NOT_SUPPORTED
WEP is not supported.
Returns
ERROR_SUCCESS when successful,
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
700 Series Color Mobile Computer User's Manual

Advertisement

Table of Contents
loading

Table of Contents