blob: 968e78765a3bc613884bdd075a9d941e52cfb0ce [file] [log] [blame]
Larry Finger2865d422010-08-20 10:15:30 -05001#ifndef __MLME_OSDEP_H_
2#define __MLME_OSDEP_H_
3
4#include "osdep_service.h"
5#include "drv_types.h"
6
7void r8712_init_mlme_timer(struct _adapter *padapter);
8void r8712_os_indicate_disconnect(struct _adapter *adapter);
9void r8712_os_indicate_connect(struct _adapter *adapter);
10void r8712_report_sec_ie(struct _adapter *adapter, u8 authmode, u8 *sec_ie);
11int r8712_recv_indicatepkts_in_order(struct _adapter *adapter,
Javier M. Mellid05937582011-04-02 03:01:49 +020012 struct recv_reorder_ctrl *precvreorder_ctrl,
13 int bforced);
Larry Finger2865d422010-08-20 10:15:30 -050014void r8712_indicate_wx_assoc_event(struct _adapter *padapter);
15void r8712_indicate_wx_disassoc_event(struct _adapter *padapter);
16
17#endif /*_MLME_OSDEP_H_*/
18