[Bug 264238] wpa_supplicant fails to associate to open unprotected 802.11n

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Jun 2022 15:28:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238

--- Comment #113 from Jaskie <jiangjun12321@gmail.com> ---
(In reply to Cy Schubert from comment #108)

(In reply to Cy Schubert from comment #108)

Sorry I don't really understand what you mean by "apply the latest patch
first". So I did the following test:

1. Download patch from #Comment104 as p1, patch from #Comment107 as p2
2. service netif stop
3. revert /usr/src to release-13.1.0
4. git apply p1
5. compile and test wpa, output wpa_out1.txt (uploaded as attachment)
6. git apply p2 (if I understand it right, this means p2 + p1)
7. compile wpa

But I didn't succeed at step 7, wpa failed to compile at make:

ld: error: undefined symbol: bsd_get_iface_flags
>>> referenced by driver_bsd.c:1137 (/usr/src/contrib/wpa/src/drivers/driver_bsd.c:1137)
>>>               driver_bsd.o:(wpa_driver_bsd_associate)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
make[1]: stopped in /usr/src/usr.sbin/wpa/wpa_supplicant
*** Error code 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.