1

我通过编写它然后从微控制器上运行的应用程序读取它来导出 WiFI 身份验证和加密数据格式。

有人可以告诉我身份验证类型(WPA-Personel,Shared,WPA2-Enterprise,WpA2-Enterprise,WPA2-Personel)字段和加密类型字段的宏或值(None,WEP,TKIP,ES,AES/TKIP)

到目前为止,我已经弄清楚了 WPA/WPA2-Personel 身份验证类型和 AES 加密类型。

52  0x10 0x03   2   Attribute ID: Authentication Type 
54  0x00 0x02   2   Attribute Length: 2 octets
56  0x00 0x20   2   Authentication Type: WPA2-Personal
58  0x10 0x0F   2   Attribute ID: Encryption Type 
60  0x00 0x02   2   Attribute Length: 2 octets
62  0x00 0x08   2   Encryption Type: AES 

任何官方文档将不胜感激。

4

0 回答 0