Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dpriv.h354 #define PRIV_NET80211_MANAGE 441 /* Administer 802.11. */ macro
/freebsd-12.1/sys/dev/an/
H A Dif_an.c2316 if ((error = priv_check(td, PRIV_NET80211_MANAGE))) in an_ioctl()
/freebsd-12.1/sys/net80211/
H A Dieee80211_ioctl.c3618 error = priv_check(curthread, PRIV_NET80211_MANAGE); in ieee80211_ioctl()
/freebsd-12.1/sys/kern/
H A Dkern_jail.c3092 case PRIV_NET80211_MANAGE: /* XXX-BZ discuss with sam@ */ in prison_priv_check()