Home
last modified time | relevance | path

Searched refs:IEEE80211_KEY_DEFAULT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_ioctl.h283 #define IEEE80211_KEY_DEFAULT 0x80 /* default xmit key */ macro
H A Dieee80211_ioctl.c107 ik.ik_flags |= IEEE80211_KEY_DEFAULT; in ieee80211_ioctl_getkey()
1236 else if ((ik.ik_flags & IEEE80211_KEY_DEFAULT)) in ieee80211_ioctl_setkey()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c415 wk.ik_flags |= IEEE80211_KEY_DEFAULT; in bsd_set_key()
H A Ddriver_atheros.c567 wk.ik_flags |= IEEE80211_KEY_DEFAULT; in atheros_set_key()
/freebsd/sbin/ifconfig/
H A Difieee80211.c4823 if (ik->ik_flags & IEEE80211_KEY_DEFAULT) in printkey()