C
void WF_CMGetConnectionState( UINT8 * p_state, UINT8 * p_currentCpId );
Description
Returns the current connection state.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
p_state |
Pointer to location where connection state will be written |
p_currentCpId |
Pointer to location of current connection profile ID that is being queried. |
Returns
None.
Remarks
None.
**************************************************************************
extern UINT8 state_SavedBeforeScan, ID_SavedBeforeScan;