Searched refs:preauth (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/wireless/ |
| D | trace.h | 3058 bool preauth), 3059 TP_ARGS(netdev, index, bssid, preauth), 3064 __field(bool, preauth) 3070 __entry->preauth = preauth; 3074 BOOL_TO_STR(__entry->preauth))
|
| D | nl80211.c | 16183 const u8 *bssid, bool preauth, gfp_t gfp) in nl80211_pmksa_candidate_notify() argument 16209 (preauth && in nl80211_pmksa_candidate_notify() 16226 const u8 *bssid, bool preauth, gfp_t gfp) in cfg80211_pmksa_candidate_notify() argument 16232 trace_cfg80211_pmksa_candidate_notify(dev, index, bssid, preauth); in cfg80211_pmksa_candidate_notify() 16233 nl80211_pmksa_candidate_notify(rdev, dev, index, bssid, preauth, gfp); in cfg80211_pmksa_candidate_notify()
|
| /Linux-v5.4/drivers/net/wireless/ |
| D | rndis_wlan.c | 3002 bool preauth = !!(cand->flags & NDIS_80211_PMKID_CAND_PREAUTH); in rndis_wlan_pmkid_cand_list_indication() local 3005 i, le32_to_cpu(cand->flags), preauth, cand->bssid); in rndis_wlan_pmkid_cand_list_indication() 3008 preauth, GFP_ATOMIC); in rndis_wlan_pmkid_cand_list_indication()
|
| /Linux-v5.4/include/net/ |
| D | cfg80211.h | 6912 const u8 *bssid, bool preauth, gfp_t gfp);
|