Home
last modified time | relevance | path

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

/Linux-v5.15/net/wireless/
Dtrace.h3141 bool preauth),
3142 TP_ARGS(netdev, index, bssid, preauth),
3147 __field(bool, preauth)
3153 __entry->preauth = preauth;
3157 BOOL_TO_STR(__entry->preauth))
Dnl80211.c17400 const u8 *bssid, bool preauth, gfp_t gfp) in nl80211_pmksa_candidate_notify() argument
17426 (preauth && in nl80211_pmksa_candidate_notify()
17443 const u8 *bssid, bool preauth, gfp_t gfp) in cfg80211_pmksa_candidate_notify() argument
17449 trace_cfg80211_pmksa_candidate_notify(dev, index, bssid, preauth); in cfg80211_pmksa_candidate_notify()
17450 nl80211_pmksa_candidate_notify(rdev, dev, index, bssid, preauth, gfp); in cfg80211_pmksa_candidate_notify()
/Linux-v5.15/drivers/net/wireless/
Drndis_wlan.c2993 bool preauth = !!(cand->flags & NDIS_80211_PMKID_CAND_PREAUTH); in rndis_wlan_pmkid_cand_list_indication() local
2996 i, le32_to_cpu(cand->flags), preauth, cand->bssid); in rndis_wlan_pmkid_cand_list_indication()
2999 preauth, GFP_ATOMIC); in rndis_wlan_pmkid_cand_list_indication()
/Linux-v5.15/include/net/
Dcfg80211.h7579 const u8 *bssid, bool preauth, gfp_t gfp);