Hello,
I'm trying to make wpa_supplicant work with wired drivers in FreeBSD
(see [1] too).
I copied some code from mtest (last updatet 3 years ago, but still
present by default) and ran into a problem.
When deleting a multicast address that was added with SIOCADDMULTI
FreeBSD spits up a NOENT. Al
Hello all,
I'm in need of some information on how to utilize SIOCADDMULTI. It is
supposed to be demonstrated by the mtest [1] program, but that doesn't
do anything (on an SIOCDELMULTI rn it appears nothing was added:
ENOENT), At least not for the values I tested, 1.80.c2.0.0.1 in
particular. I pr
On 2/5/07, Bruce M. Simpson <[EMAIL PROTECTED]> wrote:
Jouke Witteveen wrote:
> Hello all,
>
> I'm in need of some information on how to utilize SIOCADDMULTI. It is
> supposed to be demonstrated by the mtest [1] program, but that doesn't
> do anything (on an SIO
On 2/17/07, Bruce M. Simpson <[EMAIL PROTECTED]> wrote:
Jouke Witteveen wrote:
>
> So my apologies for suggesting it doesn't work at all; it seems that
> the application I'm trying to get to work (wpa_supplicant for wired
> interfaces) just doesn't _send_ its pa
Dear mister Leffler,
Hello all,
Lately I have been trying to make wpa_supplicant work for wired
interfaces on FreeBSD. The driver_wired.c code of the supplicant has
been corrected to ask for multicast membership the right way, and if.c
has been updated to handle multicast requests properly (speci