cardif_linux.h

来自「Linux上的802.1x 的supplicant的实现。很多supplican」· C头文件 代码 · 共 22 行

H
22
字号
/******************************************************************* * * Licensed under a dual GPL/BSD license.  (See LICENSE file for more info.) * * File: cardif_linux.c * * Authors: Chris.Hessing@utah.edu * *******************************************************************/#ifndef _CARDIF_LINUX_H_#define _CARDIF_LINUX_H_// We need a couple of pieces of data to make use of this interface.// Define them here.struct lin_sock_data {  int sockInt;  struct sockaddr_ll sll;};#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?