Searched refs:ik_flags (Results 1 – 5 of 5) sorted by relevance
392 wk.ik_flags = IEEE80211_KEY_RECV; in bsd_set_key()394 wk.ik_flags |= IEEE80211_KEY_XMIT; in bsd_set_key()407 wk.ik_flags |= IEEE80211_KEY_GROUP; in bsd_set_key()415 wk.ik_flags |= IEEE80211_KEY_DEFAULT; in bsd_set_key()423 wk.ik_flags |= IEEE80211_KEY_NOREPLAY; in bsd_set_key()
562 wk.ik_flags = IEEE80211_KEY_RECV | IEEE80211_KEY_XMIT; in atheros_set_key()567 wk.ik_flags |= IEEE80211_KEY_DEFAULT; in atheros_set_key()
281 uint8_t ik_flags; member
105 ik.ik_flags = wk->wk_flags & (IEEE80211_KEY_XMIT | IEEE80211_KEY_RECV); in ieee80211_ioctl_getkey()107 ik.ik_flags |= IEEE80211_KEY_DEFAULT; in ieee80211_ioctl_getkey()1193 if (ik.ik_flags != (IEEE80211_KEY_XMIT | IEEE80211_KEY_RECV)) in ieee80211_ioctl_setkey()1222 if (ieee80211_crypto_newkey(vap, ik.ik_type, ik.ik_flags, wk)) { in ieee80211_ioctl_setkey()1236 else if ((ik.ik_flags & IEEE80211_KEY_DEFAULT)) in ieee80211_ioctl_setkey()
4816 if (ik->ik_flags != 0 && verbose) { in printkey() 4819 if (ik->ik_flags & IEEE80211_KEY_XMIT) in printkey() 4821 if (ik->ik_flags & IEEE80211_KEY_RECV) in printkey() 4823 if (ik->ik_flags & IEEE80211_KEY_DEFAULT) in printkey()