Home
last modified time | relevance | path

Searched refs:is_authenticated (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/net/ceph/
Dauth_none.c28 static int is_authenticated(struct ceph_auth_client *ac) in is_authenticated() function
122 .is_authenticated = is_authenticated,
Dauth.c278 ret = ac->ops->is_authenticated(ac); in ceph_auth_is_authenticated()
Dauth_x.c915 .is_authenticated = ceph_x_is_authenticated,
/Linux-v5.4/include/linux/ceph/
Dauth.h41 int (*is_authenticated)(struct ceph_auth_client *ac); member
/Linux-v5.4/include/net/
Dcfg80211.h1813 bool is_authenticated; member
/Linux-v5.4/net/mac80211/
Dcfg.c1977 if (setup->is_authenticated) in copy_mesh_setup()
/Linux-v5.4/net/wireless/
Dnl80211.c6884 setup->is_authenticated = nla_get_flag(tb[NL80211_MESH_SETUP_USERSPACE_AUTH]); in nl80211_parse_mesh_setup()