[Bug 203086] [patch] security/wpa_supplicant or from base: fix WPA-None in IBSS mode

2015-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203086 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Thu Nov 26 17:26:28 UTC 2015 New revision: 291366 URL: https://svnweb.freebsd.org/changeset/base/291366 Log: [wpa] bring up interface in

[Bug 203177] [patch] wpa_supplicant(8): initialize interface before scanning (ap_scan=2)

2015-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203177 Adrian Chadd changed: What|Removed |Added CC|

[Bug 203086] [patch] security/wpa_supplicant or from base: fix WPA-None in IBSS mode

2015-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203086 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Thu Nov 26 17:28:40 UTC 2015 New revision: 291368 URL: https://svnweb.freebsd.org/changeset/base/291368 Log: [wpa] use

moving some 802.11 code into lib80211

2015-11-26 Thread Adrian Chadd
hiya, I've started migrating net80211 specific bits out of ifconfig into a library. https://reviews.freebsd.org/D4290 I'd like to commit this initial step in a couple of days so I can easily add more to things. I'd love feedback. ;) Thanks, -adrian

Re: moving some 802.11 code into lib80211

2015-11-26 Thread Rui Paulo
On Thu, 2015-11-26 at 14:57 -0800, Adrian Chadd wrote: > hiya, > > I've started migrating net80211 specific bits out of ifconfig into a > library. > > https://reviews.freebsd.org/D4290 > > I'd like to commit this initial step in a couple of days so I can > easily add more to things. > > I'd