CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/09 14:32:55
Modified files:
sys/net80211 : ieee80211_ioctl.c ieee80211_ioctl.h
ieee80211_node.c ieee80211_var.h
sbin/ifconfig : ifconfig.c
Log message:
convert the things we save in 'join' into a single ioctl. mixing related
settings over multiple calls was risky and racy. Pass essid, wpa, and wep
paramaters in a single ioctl and process it atomically.
no change for 'nwid' users
OK stsp@ benno@
