Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_ioctl.h285 #define IEEE80211_KEY_DEFAULT 0x80 /* default xmit key */ macro
H A Dieee80211_ioctl.c108 ik.ik_flags |= IEEE80211_KEY_DEFAULT; in ieee80211_ioctl_getkey()
1233 else if ((ik.ik_flags & IEEE80211_KEY_DEFAULT)) in ieee80211_ioctl_setkey()
/f-stack/tools/ifconfig/
H A Difieee80211.c4796 if (ik->ik_flags & IEEE80211_KEY_DEFAULT) in printkey()