Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dauth_none.c28 static int is_authenticated(struct ceph_auth_client *ac) in is_authenticated() function
112 .is_authenticated = is_authenticated,
Dauth.c276 ret = ac->ops->is_authenticated(ac); in ceph_auth_is_authenticated()
Dauth_x.c660 .is_authenticated = ceph_x_is_authenticated,
/linux-3.4.99/include/linux/ceph/
Dauth.h32 int (*is_authenticated)(struct ceph_auth_client *ac); member
/linux-3.4.99/include/net/
Dcfg80211.h841 bool is_authenticated; member
/linux-3.4.99/net/mac80211/
Dcfg.c1251 if (setup->is_authenticated) in copy_mesh_setup()
/linux-3.4.99/net/wireless/
Dnl80211.c3484 setup->is_authenticated = nla_get_flag(tb[NL80211_MESH_SETUP_USERSPACE_AUTH]); in nl80211_parse_mesh_setup()