Reaver

2018-05-15 Thread Arkadyi Dudevich
Hi ,
Has anyone tested the reaver for freebsd?
I have questions about the operation of this program. I tested on three 
different wifi(iwn0/Centrino Advanced-N 6205, ath0/AR5418, urtwn0/Realtek 
802.11n) adapters and I don't see working wash.
I see only:

wash -i wlan0

 
 
Wash v1.6.4 WiFi Protected Setup Scan Tool

Copyright (c) 2011, Tactical Network Solutions, Craig Heffner

 
 
BSSID Ch dBm WPS Lck Vendor ESSID




airodump-ng wlan0 work without problem
-- 
Best regards,
Arkadyi Dudevich,
mailto: a...@dudevich.dn.ua
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 228202] em/igb regression: after r333345 Intel I120 ethernet card is not initialized correctly

2018-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228202

--- Comment #3 from Maciej Pasternacki  ---
https://reviews.freebsd.org/D15439 fixes the issue on my server.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 221676] arp: invalid json output from libxo when bridge is present

2018-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221676

Phil Shafer  changed:

   What|Removed |Added

 Status|Open|In Progress

--- Comment #6 from Phil Shafer  ---
No, this is very much a libxo bug.

I'm looking at the "fmt" to see if it's a numeric format, for example, "%32d"
or "%f", but I don't handle the case where it's a fixed value correctly, so the
"{:type/ethernet}" works but "{:type/bridge}" fails, since "e" is a numeric
format type.  I'll add a check to handle this (in xo_format_value()).

Apologies for the issue.

Thanks,
 Phil

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 221676] arp: invalid json output from libxo when bridge is present

2018-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221676

Phil Shafer  changed:

   What|Removed |Added

   Assignee|n...@freebsd.org |p...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 221676] arp: invalid json output from libxo when bridge is present

2018-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221676

Rodney W. Grimes  changed:

   What|Removed |Added

 CC||n...@freebsd.org,
   ||rgri...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 224247] [patch] RFC 6980 requires to drop fragmented IPv6 neighbour discovery

2018-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224247

Nick Hilliard  changed:

   What|Removed |Added

 CC||n...@foobar.org

--- Comment #9 from Nick Hilliard  ---
oops, looks like there are still issues.  see pages 31-33 of jacky hammer's
preso:

https://ripe76.ripe.net/wp-content/uploads/presentations/67-RIPE76_JHammer_RFC6980.pdf

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 224247] [patch] RFC 6980 requires to drop fragmented IPv6 neighbour discovery

2018-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224247

--- Comment #10 from l...@donnerhacke.de ---
I just relayed a question to Jacky in order to obtain solid data.

>From the referenced presentation itself it's hard to tell, if they tested
against 11.1-RELEASE (with/out patch) or 11-STABLE.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 228202] em/igb regression: after r333345 Intel I120 ethernet card is not initialized correctly

2018-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228202

Sean Bruno  changed:

   What|Removed |Added

 Status|Open|Closed
 Resolution|--- |FIXED
 CC||sbr...@freebsd.org

--- Comment #4 from Sean Bruno  ---
Committed at svn r333631

r333631 | sbruno | 2018-05-15 07:30:59 -0600 (Tue, 15 May 2018) | 11 lines

igb(4):
I210 restore functionality if pxeboot rom is enabled on this device.

r45 attempted to determine if this code was needed or it was some kind
of work around for a problem.  Turns out, its definitely a work around for
hardware locking and synchronization that manifests itself if the option
Rom is enabled and is selected as a boot device (there was a PXE attempt).

Reviewed by:mmacy
Differential Revision:  https://reviews.freebsd.org/D15439

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 221676] libxo fails to format certain fixed values correctly (eg: arp: invalid json output from libxo when bridge is present)

2018-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221676

Kubilay Kocak  changed:

   What|Removed |Added

Summary|arp: invalid json output|libxo fails to format
   |from libxo when bridge is   |certain fixed values
   |present |correctly (eg: arp: invalid
   ||json output from libxo when
   ||bridge is present)
Version|11.1-STABLE |CURRENT

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 221676] libxo fails to format certain fixed values correctly (eg: arp: invalid json output from libxo when bridge is present)

2018-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221676

Kubilay Kocak  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(garga@ |
   |FreeBSD.org)|

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 221676] libxo fails to format certain fixed values correctly (eg: arp: invalid json output from libxo when bridge is present)

2018-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221676

Kubilay Kocak  changed:

   What|Removed |Added

 Attachment #185787||maintainer-approval-
  Flags||

--- Comment #7 from Kubilay Kocak  ---
Comment on attachment 185787
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185787
Adds the quote directive to xo fields to make sure that strings are quoted in
json output

Bug is in libxo, not specific to arp.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 228202] em/igb regression: after r333345 Intel I120 ethernet card is not initialized correctly

2018-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228202

Kubilay Kocak  changed:

   What|Removed |Added

   Assignee|n...@freebsd.org |sbr...@freebsd.org

--- Comment #5 from Kubilay Kocak  ---
Assign to committer that resolved

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"