Searched refs:preauth (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/ |
H A D | krb5_1.21.3.bb | 128 FILES:${PN} = "${libdir}/krb5/plugins/preauth/test.so" 160 FILES:${PN}-otp = "${libdir}/krb5/plugins/preauth/otp.so" 161 FILES:${PN}-pkinit = "${libdir}/krb5/plugins/preauth/pkinit.so" 162 FILES:${PN}-spake = "${libdir}/krb5/plugins/preauth/spake.so"
|
/openbmc/linux/net/wireless/ |
H A D | trace.h | 3433 bool preauth), 3434 TP_ARGS(netdev, index, bssid, preauth), 3439 __field(bool, preauth) 3445 __entry->preauth = preauth; 3449 BOOL_TO_STR(__entry->preauth))
|
H A D | nl80211.c | 19348 const u8 *bssid, bool preauth, gfp_t gfp) in nl80211_pmksa_candidate_notify() argument 19374 (preauth && in nl80211_pmksa_candidate_notify() 19391 const u8 *bssid, bool preauth, gfp_t gfp) in cfg80211_pmksa_candidate_notify() argument 19397 trace_cfg80211_pmksa_candidate_notify(dev, index, bssid, preauth); in cfg80211_pmksa_candidate_notify() 19398 nl80211_pmksa_candidate_notify(rdev, dev, index, bssid, preauth, gfp); in cfg80211_pmksa_candidate_notify()
|
/openbmc/linux/drivers/net/wireless/legacy/ |
H A D | rndis_wlan.c | 2992 bool preauth = !!(cand->flags & NDIS_80211_PMKID_CAND_PREAUTH); in rndis_wlan_pmkid_cand_list_indication() local 2995 i, le32_to_cpu(cand->flags), preauth, cand->bssid); in rndis_wlan_pmkid_cand_list_indication() 2998 preauth, GFP_ATOMIC); in rndis_wlan_pmkid_cand_list_indication()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 8477 const u8 *bssid, bool preauth, gfp_t gfp);
|