Searched refs:preauth (Results 1 – 2 of 2) sorted by relevance
/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 | 16186 const u8 *bssid, bool preauth, gfp_t gfp) in nl80211_pmksa_candidate_notify() argument 16212 (preauth && in nl80211_pmksa_candidate_notify() 16229 const u8 *bssid, bool preauth, gfp_t gfp) in cfg80211_pmksa_candidate_notify() argument 16235 trace_cfg80211_pmksa_candidate_notify(dev, index, bssid, preauth); in cfg80211_pmksa_candidate_notify() 16236 nl80211_pmksa_candidate_notify(rdev, dev, index, bssid, preauth, gfp); in cfg80211_pmksa_candidate_notify()
|