Home
last modified time | relevance | path

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

/src/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()
/src/sys/contrib/openzfs/module/zfs/
H A Darc.c1945 const zbookmark_phys_t *zb, boolean_t noauth) in arc_fill_hdr_crypt() argument
1954 if (HDR_NOAUTH(hdr) && !noauth) { in arc_fill_hdr_crypt()
2759 boolean_t noauth, boolean_t fill, arc_buf_t **ret) in arc_buf_alloc_impl() argument
2801 if (noauth) { in arc_buf_alloc_impl()
/src/contrib/wpa/src/ap/
H A Dieee802_11.c2650 pasn->noauth = hapd->conf->pasn_noauth; in hapd_initialize_pasn()