CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/06 05:28:01
Modified files:
sys/net80211 : ieee80211_ioctl.c ieee80211_node.c
ieee80211_var.h
Log message:
Refactor ieee80211_add_ess():
Drop ieee80211_add_ess's nwid parameter. Read nwid and length directly
from the ic to make it more obvious where this function is reading from.
nwids are binary data with an explicit length, so treat them as such
instead of treating them like strings.
ok florian phessler
