iwn0/wlan0 scan WPA2-PSK/AES as WEP on freebsd9
Adrian Chadd
adrian at freebsd.org
Sun Aug 12 17:45:31 UTC 2012
That patch disables populating the mesh IE's from the beacon parsing routine.
Hopefully it should result in no mesh information showing up in '-v
list sta' and '-v list scan'.
Adrian
On 12 August 2012 09:10, 乔楚/HonestQiao <honestqiao at gmail.com> wrote:
> 2012-08-12 21:17, Adrian Chadd<adrian at freebsd.org> wrote:
>
> What is the purpose of such a patch?
> Followed, how do I test to obtain the information which you need?
>
> --------------
> ====================================================
> Coreseek,开源软件,全文检索,搜索系统,专注中文,全心服务
> HonestQiao/乔楚
> http://www.coreseek.cn/
> P/13581882013 Q/5601680 M/honestqiao at hotmail.com
> ====================================================
>>Try this:
>>
>>Index: ieee80211_input.c
>>===================================================================
>>--- ieee80211_input.c (revision 238938)
>>+++ ieee80211_input.c (working copy)
>>@@ -572,7 +572,7 @@
>> case IEEE80211_ELEMID_HTINFO:
>> scan->htinfo = frm;
>> break;
>>-#ifdef IEEE80211_SUPPORT_MESH
>>+#ifdef NOTYET // IEEE80211_SUPPORT_MESH
>> case IEEE80211_ELEMID_MESHID:
>> scan->meshid = frm;
>> break;
>>
>>
>>
>>
>>Adrian
More information about the freebsd-wireless
mailing list