Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net80211/
Dieee80211_ioctl.h272 #define IEEE80211_KEY_DEFAULT 0x80 /* default xmit key */ macro
Dieee80211_ioctl.c110 ik.ik_flags |= IEEE80211_KEY_DEFAULT; in ieee80211_ioctl_getkey()
1192 else if ((ik.ik_flags & IEEE80211_KEY_DEFAULT)) in ieee80211_ioctl_setkey()
/freebsd-9-stable/usr.sbin/wpa/hostapd/
Ddriver_freebsd.c260 wk.ik_flags |= IEEE80211_KEY_DEFAULT; in bsd_set_key()
/freebsd-9-stable/usr.sbin/wpa/wpa_supplicant/
Ddriver_freebsd.c353 wk.ik_flags |= IEEE80211_KEY_DEFAULT; in wpa_driver_bsd_set_key()
/freebsd-9-stable/sbin/ifconfig/
Difieee80211.c4152 if (ik->ik_flags & IEEE80211_KEY_DEFAULT) in printkey()