Home
last modified time | relevance | path

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

/netbsd/src/sys/net80211/
Dieee80211_ioctl.h258 #define IEEE80211_KEY_DEFAULT 0x80 /* default xmit key */ macro
Dieee80211_ioctl.c906 ik.ik_flags |= IEEE80211_KEY_DEFAULT; in ieee80211_ioctl_getkey()
1673 else if ((ik.ik_flags & IEEE80211_KEY_DEFAULT)) in ieee80211_ioctl_setkey()
/netbsd/src/external/bsd/wpa/dist/src/drivers/
Ddriver_bsd.c382 wk.ik_flags |= IEEE80211_KEY_DEFAULT; in bsd_set_key()
Ddriver_atheros.c567 wk.ik_flags |= IEEE80211_KEY_DEFAULT; in atheros_set_key()