Searched refs:preauth (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/net/wireless/ |
| D | trace.h | 3141 bool preauth), 3142 TP_ARGS(netdev, index, bssid, preauth), 3147 __field(bool, preauth) 3153 __entry->preauth = preauth; 3157 BOOL_TO_STR(__entry->preauth))
|
| D | nl80211.c | 17400 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/ |
| D | rndis_wlan.c | 2993 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/ |
| D | cfg80211.h | 7579 const u8 *bssid, bool preauth, gfp_t gfp);
|