Re: moving some 802.11 code into lib80211

2015-11-26 Thread Rui Paulo
; easily add more to things. > > I'd love feedback. ;) > That looks useful.  A quick look at the API and I didn't see anything wrong with it... -- Rui Paulo ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/ma

CFT: wpa_supplicant/hostapd 2.5

2015-10-13 Thread Rui Paulo
/failures. Thanks, -- Rui Paulo Wishlist: http://amzn.com/w/ZU4EQTF9M613 ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Re: Notice: wifi infrastructure upgraded; time to mergemaster!

2015-08-28 Thread Rui Paulo
On Fri, 2015-08-28 at 17:40 -0700, Rui Paulo wrote: > On Fri, 2015-08-28 at 17:07 -0700, Adrian Chadd wrote: > > Hi, > > Gleb's wifi work is in -HEAD now. You'll notice that there's no > > wifi > > parent ifnet device now - you have to clone them to

Re: Notice: wifi infrastructure upgraded; time to mergemaster!

2015-08-28 Thread Rui Paulo
changes are not needed. There was zero thought given to the upgrade procedure... -- Rui Paulo ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Re: Intel 3160/7260/7265 driver

2015-06-04 Thread Rui Paulo
On Wednesday 03 June 2015 18:44:59 Ben Woods wrote: > On Sun, May 10, 2015 at 09:48:51AM -0700, Rui Paulo wrote: > > Hi, > > > > I've ported the OpenBSD iwm driver and it's sort of working now: > > > > https://github.com/rpaulo/iwm > > > >

Intel 3160/7260/7265 driver

2015-05-10 Thread Rui Paulo
it of work before it can be part of FreeBSD, but this email is being sent over iwm. :-) I only have a 7265, so I'd like people with 3160 or 7260 to try it out. Regards, -- Rui Paulo ___ freebsd-wireless@freebsd.org mailing list http://lists.free

Re: CTF: wpa_supplicant/hostapd 2.4 import

2015-04-22 Thread Rui Paulo
On Wednesday 22 April 2015 12:44:12 Ian FREISLICH wrote: > Rui Paulo wrote: > > Hi, > > > > Please test the new wpa_supplicant/hostapd. Here's the patch against > > FreeBSD> > > HEAD: > > https://people.freebsd.org/~rpaulo/wpa-2.4.diff &g

CTF: wpa_supplicant/hostapd 2.4 import

2015-04-22 Thread Rui Paulo
Hi, Please test the new wpa_supplicant/hostapd. Here's the patch against FreeBSD HEAD: https://people.freebsd.org/~rpaulo/wpa-2.4.diff Thanks, -- Rui Paulo ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/ma

CTF: wpa_supplicant/hostapd 2.4 import

2015-04-19 Thread Rui Paulo
Hi, Please test the new wpa_supplicant/hostapd. Here's the patch against FreeBSD HEAD: https://people.freebsd.org/~rpaulo/wpa-2.4.diff Thanks, -- Rui Paulo ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/ma

Re: [rfc] INJECT mode for net80211

2014-08-10 Thread Rui Paulo
s up before trying to send frames, > so some are rejected rather than buffered. In general, I'd prefer to have one mode. aircrack used to work in monitor mode, so I'm surprised the problem is the lack of an inject mode. Looking at the code, you're pretty much defining

Re: trouble with urtwn

2014-03-09 Thread Rui Paulo
On 9 Mar 2014, at 13:15, Tom Everett wrote: > Wandboard. > > Here: https://github.com/teverett/crochet-freebsd/tree/master/board/Wandboard OK, nevermind. I suppose you have a loader.rc.sample. -- Rui Paulo ___ freebsd-wireless@fr

Re: trouble with urtwn

2014-03-09 Thread Rui Paulo
platform is this? /boot/loader.rc was added to several ARM platforms last year. -- Rui Paulo ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "fre

Re: trouble with urtwn

2014-03-09 Thread Rui Paulo
either need to reboot after changing /boot/loader.conf or you need to do "kenv legal.realtek.license_ack=1". -- Rui Paulo ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Re: ral(4) panic. head, r257837

2013-12-22 Thread Rui Paulo
04001200, dst=0xfe011fe62928, ro=>>> optimized >>>> out>) at /usr/src/sys/net/if_ethersubr.c:387 >>>> #20 0x807abe92 in bpfwrite (dev=, >>>>uio=0xf800064d9c00, ioflag=) >>>>at /usr/src/sys/net/bpf.c:1082 >>>> #21 0x805ecacf in devfs_write_f

Re: My WLI-UC-GNM up crash

2013-07-31 Thread Rui Paulo
you are using the USB cable to power the BBB, then that's your problem. You need a 5V 1A+ power adapter to be able to use USB WiFi cards with the BeagleBone. -- Rui Paulo ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/m

Re: 802.1X: dhclient started before the auth. process ends

2013-07-29 Thread Rui Paulo
RENT (buildworld from around April if memory serves). Disable all the configuration settings and run wpa_supplicant -ddd -- Rui Paulo ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Re: CFT: wpa_supplicant/hostapd import patch

2013-07-07 Thread Rui Paulo
wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "WPA: Group rekeying " >"completed with " MACSTR " [GTK=%s]", >MAC2STR(sm->bssid), wpa_cipher_txt(sm->group_cipher)); >wpa_sm_cancel_auth_timeout(sm);

Re: CFT: wpa_supplicant/hostapd import patch

2013-07-04 Thread Rui Paulo
Please try again the latest patch. I found the bug you reported and it's fixed now. Thanks, -- Rui Paulo ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to &qu

Re: CFT: wpa_supplicant/hostapd import patch

2013-07-03 Thread Rui Paulo
ampdulimit 8k >>ampdudensity 8 shortgi wme burst > pciconf -lv: >> ath0@pci0:8:0:0:class=0x028000 card=0x23091a32 chip=0x002e168c rev=0x01 >> hdr=0x00 >>vendor = 'Atheros Communications Inc.' >>device = 'AR9287 Wirele

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Rui Paulo
of 802.11 > > http://en.wikipedia.org/wiki/WiFi_Direct > > I could not find which part ("letter code") of standard it is! You can buy them from WiFi alliance: https://www.wi-fi.org/knowledge-center/published-specifications -- Rui Paulo ___

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Rui Paulo
211/ath9k I think you could derive how it's supposed to work. I understand that it's a huge task. -- Rui Paulo ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mai

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Rui Paulo
m there and figure out how it works and what needs to be done. -- Rui Paulo ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Rui Paulo
? > RP> WPS is enabled. P2P requires work in the drivers and net80211. > I'm more interested in hostpad P2P support, not client one :) Does it > need work in drivers too? Yes, it does. I don't have any plans to work on P2P, sorry. -- Rui Paulo __

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Rui Paulo
gt; And it is better to apply it with "svn patch", not simple "patch". > > BTW, do you have plan to enable different advanced options, as WPS, > P2P, and others? WPS is enabled. P2P requires work in the drivers and net80211. -- Rui Paulo

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Rui Paulo
On 30 Jun 2013, at 09:20, Rui Paulo wrote: > On 30 Jun 2013, at 08:49, Lev Serebryakov 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: &

Re: CFT: wpa_supplicant/hostapd import patch

2013-06-30 Thread Rui Paulo
252418 > > now I have only > > usr.sbin/wpa/wpa_supplicant/driver_freebsd.c > usr.sbin/wpa/hostapd/driver_freebsd.c > Looks like svn wasn't smart enough to include the copy in the diff output. Can you copy driver_bsd.c from vendor/wpa/dist/src/drivers? -- Rui P

CFT: wpa_supplicant/hostapd import patch

2013-06-29 Thread Rui Paulo
Hi, I have a patch that updates the base system version of wpa_supplicant / hostapd at: http://people.freebsd.org/~rpaulo/wpa-2.0.diff Beware that it's big. It would be really helpful if you could test it before I commit it. Thanks, -- Rui

Re: Fine, OK, here's my initial AR9380/AR9485 support

2013-03-10 Thread Rui Paulo
rebuilt, > and then it fails with the errors listed below. I was using -j, but the > error messages look readable enough. Any clue to get it to compile? Did you 'git checkout ' ? Regards, -- Rui Paulo ___ freebsd-wireless@freebsd.o

Re: kern/173711: powerd kills ath on the Asus EeePC 1005HA

2012-11-19 Thread Rui Paulo
ponsible-Changed-When: Mon Nov 19 06:45:12 UTC 2012 >> Responsible-Changed-Why: >> >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=173711 > > "No PRs Matched Query". I've never seen that before. Looks like so