Index: head/sys/dev/an/if_an.c =================================================================== --- head/sys/dev/an/if_an.c +++ head/sys/dev/an/if_an.c @@ -2324,7 +2324,7 @@ } break; case SIOCS80211: - if ((error = priv_check(td, PRIV_NET80211_MANAGE))) + if ((error = priv_check(td, PRIV_NET80211_VAP_MANAGE))) goto out; AN_LOCK(sc); sc->areq.an_len = sizeof(sc->areq);