Omit the PMKID count field from RSN information elements (IE) if the PMKID
authorstsp <stsp@openbsd.org>
Mon, 11 Dec 2017 22:23:00 +0000 (22:23 +0000)
committerstsp <stsp@openbsd.org>
Mon, 11 Dec 2017 22:23:00 +0000 (22:23 +0000)
commitf5370d46a3fdf2e4d048a55d44c49470dcacf519
tree30497eed0eff33c5ffbbcb4c39e88366b894b6c5
parenteb0574e82a271fada347a3660394436adf1a858d
Omit the PMKID count field from RSN information elements (IE) if the PMKID
list has zero elements and PMKID would be the last field in the RSN IE.

This is correct as per 802.11-2012 8.4.2.27.1 and aligns net80211 code with
behaviour of bwfm(4) firmware, unblocking further progress in that driver.

ok patrick@ phessler@
sys/net80211/ieee80211_output.c