摘要:#include <linux/init.h> #include <linux/module.h> #include <linux/cdev.h> #include <linux/fs.h> #include <linux/device.h> #include <linux/uaccess.h> #
阅读全文
摘要:typedef unsigned int UINT32; typedef unsigned short UINT16; typedef struct event_handle_ { UINT32 eventID; UINT32 f2Handle; } event_handle; struct eve
阅读全文
摘要:typedef struct spinlock { union { struct raw_spinlock rlock; //自旋锁的核心成员是和raw_spinlock锁。 #ifdef CONFIG_DEBUG_LOCK_ALLOC //如果打开次配置,会增加调试信息存储 # define LO
阅读全文
摘要:if (!BuildCommDCB("9600,n,8,1", &dcb)) {
阅读全文
摘要:SetupDiEnumDeviceInterfaces
阅读全文
摘要:Atheros AR9285 过时的百M 无线网卡
阅读全文
摘要:struct net_device *netdev; /* net device handle (wifi%d) */ struct net_device_stats devstats; /* net device statisitics */ https://blog.csdn.net/weixi
阅读全文
摘要:https://blog.csdn.net/u010386121/article/details/116857526
阅读全文
摘要:OMCI(光网络单元管理控制接口,即ONU Management and Control Interface)是GPON标准中定义的一种OLT与ONT之间信息交互的协议,用于在GPON网络中OLT对ONT的管理,包括配置管理、故障管理、性能管理和安全管理等 ont就是我们俗称的光猫,分为sfu(si
阅读全文
摘要:https://blog.csdn.net/lingshengxueyuan/article/details/108552547
阅读全文
摘要:https://blog.csdn.net/vesamount/article/details/88628714/
阅读全文
摘要:/* * Typedef: struct GT_QD_DEV * * Description: Includes Tapi layer switch configuration data. * * Fields: * deviceId - The device type identifier. *
阅读全文
摘要:Internet gateway message protocol 因特网网关信息协议 igmp snooping 交换芯片驱动上实现
阅读全文
摘要:spin_lock_irqsave https://blog.csdn.net/lzn948055097/article/details/120302623 /** * down - acquire the semaphore * @sem: the semaphore to be acquired
阅读全文
摘要:/* * typedef: struct GT_VTU_ENTRY * * Description: VLAN tarnslaton unit Entry * Each field in the structure is device specific, i.e., some fields may
阅读全文
摘要:https://www.xjishu.com/zhuanli/62/201720309775.html 交换芯片驱动--网卡驱动 利用网卡驱动在以太网上实现VLAN技术 http://www.qianyan.biz/Patent-Display/02128105.html
阅读全文
摘要:/dev/vlan_ioctl0 VLAN一般指虚拟局域网。 VLAN(Virtual Local Area Network)的中文名为"虚拟局域网"。虚拟局域网(VLAN)是一组逻辑上的设备和用户
阅读全文
摘要:英文缩写SA 英文全称Security Association 中文解释安全联盟 缩写简介IPSec对数据流提供的安全服务通过安全联盟SA来实现,它包括协议、算法、密钥等内容,具体确定了如何对IP报文进行处理。
阅读全文
摘要:大家好,又见面了,我是你们的朋友全栈君。 一、hostapd简介 hostapd 是一个用户态用于AP和认证服务器的守护进程。 它实现了IEEE 802.11相关的接入管理,IEEE 802.1X/WPA/WPA2/EAP 认证, RADIUS客户端,EAP服务器和RADIUS 认证服务器。 二、h
阅读全文
摘要:精通WIFI通信协议包括802.11a/b/g/n/ac/ax、802.11 k/v/r、Easy-mesh、WPA3等; 精通WIFI通信协议包括802.11a/b/g/n/ac/ax、802.11 k/v/r、Easy-mesh、WPA3等;
阅读全文