User's Manual

ProgrammingChapter 7
259700 Series Color Mobile Computer User’s Manual
RadioDisassociate()
Call this fu nction to have the 802. 11b radio disassociate f rom the current
service set. The radio then enters an “off mode until it is woken again by
setting the Service Set Identifier (SSID). Also, the NDIS driver generates
an NDIS media disconnect event.
Syntax
UINT RadioDisassociate( );
Parameters
None.
Return Values
ERROR_SUCCESS when successful, otherwise
ERR_CONNECT_FAILED.
Remarks
None.
Definitions
#ifdef DYNAMIC_LOADING
typedef UINT (*PFN_RadioDisassociate)();
#else
UINT RadioDisassociate();
#endif