CVS commit: src/external/bsd/wpa/dist/src/drivers

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 14:57:14 UTC 2021 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: wpa: If route socket overflows, sync drivers to system interfaces Messages such as RTM_IFNFO or RTM_IFANNOUNCE could have

CVS commit: src/external/bsd/wpa/dist/src/drivers

2020-07-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Jul 21 10:34:16 UTC 2020 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: wpa_supplicant: don't log SIOCG80211 errors during interface setup Unless debugging. wpa_supplicant will log it failed to

CVS commit: src/external/bsd/wpa/dist/src/drivers

2020-01-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Jan 29 12:05:08 UTC 2020 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: wpa: reduce diff with upstream To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/external/bsd/wpa/dist/sr

CVS commit: src/external/bsd/wpa/dist/src/drivers

2020-01-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Jan 29 11:57:36 UTC 2020 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: wpa: Fix the maximum size of a route(4) msg to 2048 This mirrors other programs which parse route(4) messages and will mat

CVS commit: src/external/bsd/wpa/dist/src/drivers

2020-01-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Jan 29 11:46:47 UTC 2020 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: wpa: Remove an outdated comment With interface matching support, wpa_supplicant can wait for an interface to appear. To

CVS commit: src/external/bsd/wpa/dist/src/drivers

2020-01-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Jan 29 11:45:54 UTC 2020 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: wpa: Don't set or remove IFF_UP Now that both hostapd and wpa_supplicant react to interface flag changes, there is no need

CVS commit: src/external/bsd/wpa/dist/src/drivers

2020-01-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Jan 29 11:44:43 UTC 2020 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: wpa: Share route(4) processing with hostapd and wpa_supplicant. There is little point in having both and it brings interfa

CVS commit: src/external/bsd/wpa/dist/src/drivers

2020-01-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Jan 29 11:31:40 UTC 2020 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: wpa: Driver does not need to know about both wpa and hostap contexts It will either be one or the other. Fold hapd into ct

CVS commit: src/external/bsd/wpa/dist/src/drivers

2017-04-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Apr 11 14:15:08 UTC 2017 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Use RO_MSGFILTER. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/external/bsd/wpa/dist/src/drivers/dri

CVS commit: src/external/bsd/wpa/dist/src/drivers

2017-04-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Apr 11 14:13:01 UTC 2017 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Use recvmsg(2) to read route(4) messages. Use a shim function for this which can grow it's buffer when needed. To generat

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-04-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Apr 11 08:57:19 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Only FreeBSD treats rssi this way, so #ifdef it and just treat rssi as a number for other OS. To generate a diff of this

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-03-23 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Mar 23 08:51:02 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Only down the interface once we are sure we can work with it. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-02-05 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Feb 5 15:05:29 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Fix is defined in wpa_common.h which the driver already pulls in. To generate a diff of this commit: cvs rdiff -u -r1.21

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-20 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Jan 20 14:43:40 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: If an interface is removed, zero the remembered ifindex. Don't try to set properties on the interface when it is removed.

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-19 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Jan 19 18:09:09 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: wpa_supplicant dropped the -w option a long time ago, lets not pretend it still works. To generate a diff of this commit:

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-19 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Jan 19 17:22:57 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Downing the interface now disables it instead of removing it. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-19 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Jan 19 16:47:44 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Use the interface index from the correc structure according to the message to find the driver instead of assuming that rtm_

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-19 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Jan 19 15:49:07 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Syntax (no functional change) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/external/bsd/wpa/dist/src

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-19 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Jan 19 15:45:00 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Revert an older change as upstream now calculates level from rssi and noise. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-19 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Jan 19 15:27:57 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Remove pointless check To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/external/bsd/wpa/dist/src/driver

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-19 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Jan 19 15:18:20 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Remove added debug to sync more with upstream. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-19 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Jan 19 15:08:29 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Don't log RTM messages we aren't interested in at all. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/

CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Jan 14 21:19:41 UTC 2016 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Create global init to handle socket calls and route messages. Register each interface inside the global driver so that rout

CVS commit: src/external/bsd/wpa/dist/src/drivers

2014-06-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 29 23:10:48 UTC 2014 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Pass the scan result RSSI to the WPA code in a way that it understands. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/wpa/dist/src/drivers

2014-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 28 14:36:41 UTC 2014 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: CID 272959: NULL deref To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/wpa/dist/src/dri

CVS commit: src/external/bsd/wpa/dist/src/drivers

2012-05-13 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sun May 13 10:21:02 UTC 2012 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Make WPA works on big-endian machines. Need byte swapping to copy seq to member ik_keyrsc. The code is borrowed from

CVS commit: src/external/bsd/wpa/dist/src/drivers

2010-12-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 25 20:45:50 UTC 2010 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: fix debugging: - don't print junk for the interface name - parse and print known rtm messages we get To generate a d

CVS commit: src/external/bsd/wpa/dist/src/drivers

2010-08-05 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Thu Aug 5 14:03:17 UTC 2010 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Fix build on big-endian hosts. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/wpa/dist/s