#include <nitro/wfs.h>
typedef struct WFSPeerInfo
{
int aid; /* AID */
u8 mac[6]; /* MAC address */
u8 padding[2];
}
WFSPeerInfo;
| aid | AID representing the target station to be notified. |
| mac | MAC address of the target station to be notified. |
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.
WFS_CallServerConnectHook, WFS_CallServerDisconnectHook, WFS_CallClientConnectHook, WFS_CallClientDisconnectHook
2007/06/06 Initial version.
CONFIDENTIAL