Home
last modified time | relevance | path

Searched refs:IEEE80211_KEY_GROUP (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_crypto.h83 #define IEEE80211_KEY_GROUP 0x00000004 /* key used for WPA group operation */ macro
110 (IEEE80211_KEY_XMIT | IEEE80211_KEY_RECV | IEEE80211_KEY_GROUP | \
H A Dieee80211_crypto.c79 if (k->wk_flags & IEEE80211_KEY_GROUP) in null_key_alloc()