Searched refs:PRIV_NET80211_GETKEY (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dkern_jail.c3133 case PRIV_NET80211_GETKEY:
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ioctl.c107 if (priv_check(curthread, PRIV_NET80211_GETKEY) == 0) {
819 if (priv_check(curthread, PRIV_NET80211_GETKEY) == 0) {
/freebsd-11-stable/sys/sys/
H A Dpriv.h351 #define PRIV_NET80211_GETKEY 440 /* Query 802.11 keys. */ macro
/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.c1304 isroot = (priv_check(td, PRIV_NET80211_GETKEY) == 0);

Completed in 103 milliseconds