Home
last modified time | relevance | path

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

/Linux-v4.19/net/wireless/
Dtrace.h2856 bool preauth),
2857 TP_ARGS(netdev, index, bssid, preauth),
2862 __field(bool, preauth)
2868 __entry->preauth = preauth;
2872 BOOL_TO_STR(__entry->preauth))
Dnl80211.c15329 const u8 *bssid, bool preauth, gfp_t gfp) in nl80211_pmksa_candidate_notify() argument
15355 (preauth && in nl80211_pmksa_candidate_notify()
15372 const u8 *bssid, bool preauth, gfp_t gfp) in cfg80211_pmksa_candidate_notify() argument
15378 trace_cfg80211_pmksa_candidate_notify(dev, index, bssid, preauth); in cfg80211_pmksa_candidate_notify()
15379 nl80211_pmksa_candidate_notify(rdev, dev, index, bssid, preauth, gfp); in cfg80211_pmksa_candidate_notify()
/Linux-v4.19/drivers/net/wireless/
Drndis_wlan.c3016 bool preauth = !!(cand->flags & NDIS_80211_PMKID_CAND_PREAUTH); in rndis_wlan_pmkid_cand_list_indication() local
3019 i, le32_to_cpu(cand->flags), preauth, cand->bssid); in rndis_wlan_pmkid_cand_list_indication()
3022 preauth, GFP_ATOMIC); in rndis_wlan_pmkid_cand_list_indication()
/Linux-v4.19/include/net/
Dcfg80211.h6067 const u8 *bssid, bool preauth, gfp_t gfp);