Re: Trying to to P2P Device Discovery

2016-05-26 Thread Adrian Chadd
hi,

i'd love to see initial on-channel p2p support!

doing software-driven off-channel p2p support means we'd need a
channel scheduler in net80211 to switch channels, same as scanning.

(Heck, I'd even just love to see p2p support for iwn/iwm as a starting
point, as they do p2p in firmware.)

So, what are you trying to achieve?



-adrian


On 26 May 2016 at 03:07, yu-jui woo  wrote:
> Hi,
>
> FreeBSD is completely new to me and I'm trying to do Wi-Fi Direct on FreeBSD.
>
> I found that in order to make P2P Discovery (Wi-Fi Direct) work, the
> first thing is to make net80211 report probe requests and make the
> adapter listen on the Listen Channel for a period.  And I think
> sending/receiving action frames will be required later when trying to
> make P2P connection.
>
> After some survey, I found that BPF and IEEE80211_IOC_CHANNEL might be
> what I'm looking for, but wonder if there's any better way to do this.
>
> Would you give me some advise?
>
> Thanks.
> ___
> 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"
___
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"


[Bug 209198] iwn sometimes loses link on dhclient start

2016-05-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209198

--- Comment #10 from commit-h...@freebsd.org ---
A commit references this bug:

Author: avos
Date: Thu May 26 11:12:36 UTC 2016
New revision: 300732
URL: https://svnweb.freebsd.org/changeset/base/300732

Log:
  iwn: add watchdog for scanning.

  Restart device if scanning was not done in time.

  Tested by:da...@catwhisker.org

  PR:   209198
  Differential Revision:https://reviews.freebsd.org/D6176

Changes:
  head/sys/dev/iwn/if_iwn.c
  head/sys/dev/iwn/if_iwnvar.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


Trying to to P2P Device Discovery

2016-05-26 Thread yu-jui woo
Hi,

FreeBSD is completely new to me and I'm trying to do Wi-Fi Direct on FreeBSD.

I found that in order to make P2P Discovery (Wi-Fi Direct) work, the
first thing is to make net80211 report probe requests and make the
adapter listen on the Listen Channel for a period.  And I think
sending/receiving action frames will be required later when trying to
make P2P connection.

After some survey, I found that BPF and IEEE80211_IOC_CHANNEL might be
what I'm looking for, but wonder if there's any better way to do this.

Would you give me some advise?

Thanks.
___
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"