1 //================================================================
4 // Functions defined in MLMETxRx.c.
6 // Copyright (c) 2002 Winbond Electrics Corp. All Rights Reserved.
7 //================================================================
13 void MLME_GetNextPacket(struct wbsoft_priv
*adapter
, struct wb35_descriptor
*pDes
);
14 u8
MLMESendFrame(struct wbsoft_priv
*adapter
,
15 u8
* pMMPDU
, u16 len
, u8 DataType
);
18 MLME_SendComplete(struct wbsoft_priv
*adapter
, u8 PacketID
,
19 unsigned char SendOK
);
21 #ifdef _IBSS_BEACON_SEQ_STICK_
22 s8
SendBCNullData(struct wbsoft_priv
*adapter
, u16 wIdx
);