Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Lev Serebryakov
Hello, Rui. You wrote 30 июня 2013 г., 5:04:44: RP I have a patch that updates the base system version of wpa_supplicant / hostapd at: RP http://people.freebsd.org/~rpaulo/wpa-2.0.diff RP Beware that it's big. It would be really helpful if you could test it before I commit it. Patch

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Rui Paulo
On 30 Jun 2013, at 08:49, Lev Serebryakov l...@freebsd.org wrote: Hello, Rui. You wrote 30 июня 2013 г., 5:04:44: RP I have a patch that updates the base system version of wpa_supplicant / hostapd at: RP http://people.freebsd.org/~rpaulo/wpa-2.0.diff RP Beware that it's big. It

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Lev Serebryakov
Hello, Rui. You wrote 30 июня 2013 г., 20:20:45: RP Looks like svn wasn't smart enough to include the copy in the RP diff output. Can you copy driver_bsd.c from vendor/wpa/dist/src/drivers? Now it is Patching file contrib/wpa/src/utils/radiotap.h using Plan A... Reversed (or previously applied)

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Rui Paulo
On 30 Jun 2013, at 13:08, Lev Serebryakov l...@freebsd.org wrote: Hello, Rui. You wrote 30 июня 2013 г., 20:27:51: RP Actually, I just need to use svn diff --show-copies-as-adds. I've updated the patch: RP http://people.freebsd.org/~rpaulo/wpa-2.0.diff.gz And it is better to

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Lev Serebryakov
Hello, Rui. You wrote 1 июля 2013 г., 0:09:39: RP On 30 Jun 2013, at 13:08, Lev Serebryakov l...@freebsd.org wrote: RP Actually, I just need to use svn diff --show-copies-as-adds. I've updated the patch: RP http://people.freebsd.org/~rpaulo/wpa-2.0.diff.gz And it is better to apply

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Rui Paulo
On 30 Jun 2013, at 13:11, Lev Serebryakov l...@freebsd.org wrote: Hello, Rui. You wrote 1 июля 2013 г., 0:09:39: RP On 30 Jun 2013, at 13:08, Lev Serebryakov l...@freebsd.org wrote: RP Actually, I just need to use svn diff --show-copies-as-adds. I've updated the patch: RP

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Lev Serebryakov
Hello, Rui. You wrote 1 июля 2013 г., 0:13:04: RP Yes, it does. I don't have any plans to work on P2P, sorry. Could you give some links/pointers to what is needed from drivers/stack to make it work? Is here any documentation on API, or something like that? -- // Black Lion AKA Lev Serebryakov

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Rui Paulo
On 30 Jun 2013, at 13:15, Lev Serebryakov l...@freebsd.org wrote: Hello, Rui. You wrote 1 июля 2013 г., 0:13:04: RP Yes, it does. I don't have any plans to work on P2P, sorry. Could you give some links/pointers to what is needed from drivers/stack to make it work? Is here any

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Rui Paulo
On 30 Jun 2013, at 13:25, Lev Serebryakov l...@freebsd.org wrote: how it works is most scary part. As far as I understand, 802.11 standards are not freely-available. Or they are? I need to investigate it. No, they aren't :-( That said, if you can look at the source code of mac80211/ath9k I

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Lev Serebryakov
Hello, Adrian. You wrote 1 июля 2013 г., 0:25:23: AC Basic p2p isn't that hard - we'd just create another vap (call it a AC p2p mode vap) and have it implement the relevant semantics for p2p AC (discovery, announcement, session master/slave handling, etc.) After AC that I believe it looks like a

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Lev Serebryakov
Hello, Rui. You wrote 1 июля 2013 г., 0:45:15: RP You can buy them from WiFi alliance: RP https://www.wi-fi.org/knowledge-center/published-specifications So, it more like high-level howto than low-level standard, as it looks like to be built on AP operations from standard itself... --

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Lev Serebryakov
Hello, Adrian. You wrote 1 июля 2013 г., 0:52:56: AC blah, lemme ask some people who know people @ wifi alliance for some help. AC maybe we can get FreeBSD in as a member somehow without having to pay AC ridiculous levels of cash. We don't need certification, just access to AC specifications.

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Adrian Chadd
Certification isn't our problem. That's a manufacturer problem. _THEY_ have to certify the device anyway. Regardless of whether we have the stack certified. same deal with FCC certification. Just because our stack is certified, doesn't mean that the product will meet FCC certification

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Lev Serebryakov
Hello, Adrian. You wrote 1 июля 2013 г., 1:00:49: AC Certification isn't our problem. That's a manufacturer problem. AC _THEY_ have to certify the device anyway. Regardless of whether we AC have the stack certified. I don't know WiFi Alliance rules, but when I participated in project, which

[cft] net80211 PHY changes to include 11n tables, take #1

2013-06-30 Thread Adrian Chadd
like to kill _that_. The patch is here: http://people.freebsd.org/~adrian/ath/20130630-net80211-phy-11n-1.diff Please give it a whirl. It's only really going to show up if your device uses the net80211 rate control code. As it patches ral and iwn, I'm doubly interested in those devices. I'd like