On Mon, Mar 06, 2023 at 02:52:51PM +0100, Mark Kettenis wrote: > > Date: Mon, 6 Mar 2023 13:31:58 +0000 > > From: Klemens Nanni <k...@openbsd.org> > > > > 01.03.2023 17:47, Klemens Nanni пишет: > > > Same diff as nov 2021 "Re: installer: prompt for WEP only if available" > > > https://marc.info/?l=openbsd-tech&m=163680942623448&w=2 > > > > > > bwfm(4) still has no WEP support and using it for installs keeps showing > > > > > > Which network interface do you wish to configure? (or 'done') [bse0] > > > bwfm0 > > > ifconfig: SIOCS80211NWKEY: Operation not supported by device > > > Access point? (ESSID, 'any', list# or '?') [any] 2 > > > Security protocol? (O)pen, (W)EP, WPA-(P)SK [O] > > > > > > Silence the error and disable (W)EP as answer which cannot work. > > > As soon as someone fixes, no matter which driver, WEP will be offered > > > again. > > > > There is no reason to keep it broken like that, so I'll commit this fix > > in two days unless I hear objections. > > I don't think we'll ever implement WEP for bwfm(4), and I wouldn't be > surprised if more hardware won't support WEP at some point in the > future.
Parts of bwfm already mention wep. Is it just a matter of needing to set IEEE80211_C_WEP or is more needed?