Intermec 751G user manual Call this function to set the desired mixed cell mode

Models: 751G

1 156
Download 156 pages 8.92 Kb
Page 105
Image 105

 

 

 

 

Chapter 3 — Configuring the Computer

 

 

 

SetSSID()

 

 

 

 

 

Call this function with a pointer to a null-terminated TCHAR array

 

 

 

containing the desired SSID to set the desired SSID of the adapter.

 

 

 

 

 

 

 

 

Syntax

UINT SetSSID( TCHAR * );

 

 

 

Parameters

Pointer to a character array that contains the desired SSID. This should

 

 

 

 

be null-terminated.

 

 

 

Return Values

ERROR_SUCCESS when successful, ERR_QUERY_FAILED when the

 

 

 

 

query failed, or ERR_CONNECT_FAILED if a connection with the

 

 

 

 

radio failed.

 

 

 

 

Remarks

If an “ANY” network is desired, pass in _T(“ANY”).

 

 

 

Definitions

#ifdef DYNAMIC_LOADING

 

 

 

 

typedef UINT (*PFN_SetSSID)(TCHAR *);

 

 

 

 

#else

 

 

 

 

 

UINT SetSSID(TCHAR *);

 

 

 

 

#endif

 

 

 

 

SetCCXStatus()

 

 

 

 

Call this function to set the desired CCX / Network EAP status.

 

 

 

 

 

Syntax

UINT SetCCXStatus( ULONG );

 

 

Parameters

NDIS_NETWORK_EAP_MODE_OFF

Disable Network EAP / CCX

 

 

NDIS_NETWORK_EAP_MODE_ON

Enable Network EAP / CCX

 

 

 

 

 

Return Values

ERROR_SUCCESS when successful, ERR_QUERY_FAILED when the query failed, or

 

 

ERR_CONNECT_FAILED if a connection with the radio failed.

 

Remarks

None.

 

 

 

Definitions #ifdef DYNAMIC_LOADING

typedef UINT (*PFN_SetCCXStatus)(ULONG); #else

UINT SetCCXStatus(ULONG); #endif

SetMixedCellMode()

Call this function to set the desired mixed cell mode.

Syntax

UINT SetMixedCellMode( ULONG );

Parameters

NDIS_MIXED_CELL_OFF

Disable Mixed Cell

 

NDIS_MIXED_CELL_ON

Enable Mixed Cell

Return Values ERROR_SUCCESS when successful, ERR_QUERY_FAILED when the query failed, or ERR_CONNECT_FAILED if a connection with the radio failed.

Remarks None.

Definitions #ifdef DYNAMIC_LOADING

typedef UINT (*PFN_SetMixedCellMode)(ULONG); #else

UINT SetMixedCellMode(ULONG); #endif

751G Color Mobile Computer User’s Manual

91

Page 105
Image 105
Intermec 751G user manual Call this function to set the desired mixed cell mode