C
void WF_CPGetAdHocBehavior( UINT8 CpId, UINT8 * p_adHocBehavior );
Description
Gets the AdHoc behavior within a Connection Profile. Allowable values are:
- WF_ADHOC_CONNECT_THEN_START
- WF_ADHOC_CONNECT_ONLY
- WF_ADHOC_START_ONLY
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
CpId |
Connection Profile ID |
adHocBehavior |
Pointer to location of the adhoc behavior value for this connection profile. |
Returns
None.
Remarks
None.