1.3.5.4.19 CL_NULL_MlmeUnregisterRequest Function
C
void CL_NULL_MlmeUnregisterRequest(void);
Summary
Request to trigger the unregistration process.
Description
This routine is used to request to trigger the unregistration process.
Precondition
The CL_NULL_Initialize routine must have been called before.
Parameters
None.
Returns
None.
Example
CL_NULL_MlmeUnregisterRequest();
Remarks
The result of the request is returned in the confirm callback.
