Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/pasn/
H A Dpasn_common.h120 bool noauth; /* Whether PASN without mutual authentication is enabled */ member
H A Dpasn_responder.c757 if (!pasn->noauth && pasn->akmp == WPA_KEY_MGMT_PASN) { in handle_auth_pasn_1()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c1901 const zbookmark_phys_t *zb, boolean_t noauth) in arc_fill_hdr_crypt() argument
1910 if (HDR_NOAUTH(hdr) && !noauth) { in arc_fill_hdr_crypt()
2715 boolean_t noauth, boolean_t fill, arc_buf_t **ret) in arc_buf_alloc_impl() argument
2757 if (noauth) { in arc_buf_alloc_impl()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c2650 pasn->noauth = hapd->conf->pasn_noauth; in hapd_initialize_pasn()