dragoran wrote:
> When the old ieee based wlan stack are used hidden ssids are reported 
> as <hidden> and network manager seems to work fine with them... but 
> mac80211 no longer report them as hidden but as "" (empty string) and 
> nm seems to show this for hidden ssids (which is wrong).
> should be easy to fix..... (have not looked at the code yet)
>
0.6.5 seems to do it right:

if (!strlen(essid))
                        set = FALSE;

so I will test again and see whats going on....
_______________________________________________
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to