IEEE80211_PMKID_LEN  851 net80211/ieee80211_crypto.c 	memcpy(pmkid, hash, IEEE80211_PMKID_LEN);
IEEE80211_PMKID_LEN 1017 net80211/ieee80211_input.c 	if (frm + s * IEEE80211_PMKID_LEN > efrm)
IEEE80211_PMKID_LEN 1021 net80211/ieee80211_input.c 		frm += IEEE80211_PMKID_LEN;
IEEE80211_PMKID_LEN 1596 net80211/ieee80211_output.c 	memcpy(frm, pmkid, IEEE80211_PMKID_LEN);
IEEE80211_PMKID_LEN 1597 net80211/ieee80211_output.c 	return frm + IEEE80211_PMKID_LEN;