全部博文(51)
发布时间:2016-09-13 15:15:57
本文对Atheros源码进行分析。每个无线设备拥有一些不被标准无线扩展包含的特定功能。私有ioctl允许设备导出驱动的特定功能,使得用户直接与驱动交互; 与标准无线扩展一样,每个私有请求通过ioctl number来标识,并且携带一定参数;  .........【阅读全文】
发布时间:2016-08-18 16:47:06
hostapd可以依赖多种加密库,若选用openssl,可能会遇到不支持CONFIG_EAP_FAST的问题,配置描述如下: # EAP-FAST for the integrated EAP server# Note: If OpenSSL is used as the TLS library, OpenSSL 1.0 or newer is needed# for EAP-FAST support. Older OpenSSL release.........【阅读全文】
发布时间:2016-05-17 14:20:06
wifi分为两大类: RSNA算法:TKIP, CCMP,RSNA establish and termination procedures, key management procedures Pre-RSNA算法:wep; ieee80211 entity authenticationMIC: message integrity code, 该值是由对称密钥加密算法产生的;Michael: t.........【阅读全文】