Home
last modified time | relevance | path

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

/Linux-v6.1/net/wireless/
Dtrace.h3403 bool preauth),
3404 TP_ARGS(netdev, index, bssid, preauth),
3409 __field(bool, preauth)
3415 __entry->preauth = preauth;
3419 BOOL_TO_STR(__entry->preauth))
Dnl80211.c18881 const u8 *bssid, bool preauth, gfp_t gfp) in nl80211_pmksa_candidate_notify() argument
18907 (preauth && in nl80211_pmksa_candidate_notify()
18924 const u8 *bssid, bool preauth, gfp_t gfp) in cfg80211_pmksa_candidate_notify() argument
18930 trace_cfg80211_pmksa_candidate_notify(dev, index, bssid, preauth); in cfg80211_pmksa_candidate_notify()
18931 nl80211_pmksa_candidate_notify(rdev, dev, index, bssid, preauth, gfp); in cfg80211_pmksa_candidate_notify()
/Linux-v6.1/drivers/net/wireless/
Drndis_wlan.c2999 bool preauth = !!(cand->flags & NDIS_80211_PMKID_CAND_PREAUTH); in rndis_wlan_pmkid_cand_list_indication() local
3002 i, le32_to_cpu(cand->flags), preauth, cand->bssid); in rndis_wlan_pmkid_cand_list_indication()
3005 preauth, GFP_ATOMIC); in rndis_wlan_pmkid_cand_list_indication()
/Linux-v6.1/include/net/
Dcfg80211.h8155 const u8 *bssid, bool preauth, gfp_t gfp);