WFSPeerInfo

Definition

#include <nitro/wfs.h>

typedef struct WFSPeerInfo
{
    int     aid;            /* AID */
    u8      mac[6];         /* MAC address */
    u8      padding[2];
}
WFSPeerInfo;

Elements

aid AID representing the target station to be notified.
mac MAC address of the target station to be notified.

Description

This argument structure is used by the WFS library MP communication hook functions. The appropriate information must be stored in this structure and a corresponding hook function must be called in order to notify the WFS library regarding connections and disconnections of communicating peers.

See Also

WFS_CallServerConnectHook, WFS_CallServerDisconnectHook, WFS_CallClientConnectHook, WFS_CallClientDisconnectHook

Revision History

2007/06/06 Initial version.


CONFIDENTIAL