Home
last modified time | relevance | path

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

/Linux-v5.10/net/wireless/
Dtrace.h3110 bool preauth),
3111 TP_ARGS(netdev, index, bssid, preauth),
3116 __field(bool, preauth)
3122 __entry->preauth = preauth;
3126 BOOL_TO_STR(__entry->preauth))
Dnl80211.c17006 const u8 *bssid, bool preauth, gfp_t gfp) in nl80211_pmksa_candidate_notify() argument
17032 (preauth && in nl80211_pmksa_candidate_notify()
17049 const u8 *bssid, bool preauth, gfp_t gfp) in cfg80211_pmksa_candidate_notify() argument
17055 trace_cfg80211_pmksa_candidate_notify(dev, index, bssid, preauth); in cfg80211_pmksa_candidate_notify()
17056 nl80211_pmksa_candidate_notify(rdev, dev, index, bssid, preauth, gfp); in cfg80211_pmksa_candidate_notify()
/Linux-v5.10/drivers/net/wireless/
Drndis_wlan.c2996 bool preauth = !!(cand->flags & NDIS_80211_PMKID_CAND_PREAUTH); in rndis_wlan_pmkid_cand_list_indication() local
2999 i, le32_to_cpu(cand->flags), preauth, cand->bssid); in rndis_wlan_pmkid_cand_list_indication()
3002 preauth, GFP_ATOMIC); in rndis_wlan_pmkid_cand_list_indication()
/Linux-v5.10/include/net/
Dcfg80211.h7394 const u8 *bssid, bool preauth, gfp_t gfp);