WXCBeaconFoundCallback

Definition

#include <nitro/wxc.h>

typedef struct WXCBeaconFoundCallback
{
    BOOL    matched;
    const WMBssDesc *bssdesc;
}
WXCBeaconFoundCallback;


Description

The callback argument structure that is passed with the WXC_STATE_BEACON_RECV notification of system callback.
The meaning of each member is shown in the following table:
matched If the beacon has the GGID of the connection target, TRUE is stored. Otherwise, FALSE is stored.
If a connection is made to the beacon's source, this member is set to TRUE in the callback and returned; if not, it is set to FALSE and returned.
For this reason, if nothing occurs in the callback, a connection is automatically made to the first connection target found.
bssdesc Pointer to the WMBssDesc structure that stores the beacon information found this time.

See Also

WXCStateCode
WXC_Init WXC_RegisterCommonData

Revision History

2006/08/10 Corrected links.
2006/02/20 Added a description of the matched member.
2005/11/04 Initial version.


CONFIDENTIAL