C
void WF_CAGetChannelList( UINT8 * p_channelList, UINT8 * p_numChannels );
Description
Gets the Channel List used by the Connection Algorithm.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
p_channelList |
Pointer to where channel list will be returned |
p_numChannels |
Pointer to where number of channels in list will be returned |
Returns
None.
Remarks
None.