In addition to the WEP key(s) being set at device initialization with
authorkrw <krw@openbsd.org>
Wed, 3 Nov 2021 11:52:59 +0000 (11:52 +0000)
committerkrw <krw@openbsd.org>
Wed, 3 Nov 2021 11:52:59 +0000 (11:52 +0000)
commitb7a49a7b951a0f3072d9217d13318fa25188a69b
tree02133d927716af538536c0ff3b5df7c23679a4c3
parent86832a4c4e5fcf4cd66e86f4e66b82688558f06a
In addition to the WEP key(s) being set at device initialization with
'nwid'/'nwkey', the keys will be set at random times when 'join'/'nwkey' is
used. So also stop trying to set IEEE80211_CIPHER_NONE keys on that path.

James Hastings confirms this fixes his '(null node)' panics on run(4). Thanks!

ok stsp@
sys/net80211/ieee80211_node.c