import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / connectivity / combo / drv_wlan / mt6628 / wlan / os / linux / include / gl_sec.h
1 /*
2 ** $Id: //Department/DaVinci/BRANCHES/MT6620_WIFI_DRIVER_V2_3/os/linux/include/gl_sec.h#1 $
3 */
4
5 /*! \file p2p_fsm.h
6 \brief Declaration of functions and finite state machine for P2P Module.
7
8 Declaration of functions and finite state machine for P2P Module.
9 */
10
11
12
13
14 #ifndef _GL_SEC_H
15 #define _GL_SEC_H
16
17 extern void handle_sec_msg_1(unsigned char *msg_in, int msg_in_len, unsigned char *msg_out,
18 int *msg_out_len);
19 extern void handle_sec_msg_2(unsigned char *msg_in, int msg_in_len, unsigned char *msg_out,
20 int *msg_out_len);
21 extern void handle_sec_msg_3(unsigned char *msg_in, int msg_in_len, unsigned char *msg_out,
22 int *msg_out_len);
23 extern void handle_sec_msg_4(unsigned char *msg_in, int msg_in_len, unsigned char *msg_out,
24 int *msg_out_len);
25 extern void handle_sec_msg_5(unsigned char *msg_in, int msg_in_len, unsigned char *msg_out,
26 int *msg_out_len);
27 extern void handle_sec_msg_final(unsigned char *msg_in, int msg_in_len, unsigned char *msg_out,
28 int *msg_out_len);
29
30 #endif /* _GL_SEC_H */