Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dtrace.h3732 bool preauth),
3733 TP_ARGS(netdev, index, bssid, preauth),
3738 __field(bool, preauth)
3744 __entry->preauth = preauth;
3748 BOOL_TO_STR(__entry->preauth))
H A Dnl80211.c21827 const u8 *bssid, bool preauth, gfp_t gfp) in nl80211_pmksa_candidate_notify() argument
21853 (preauth && in nl80211_pmksa_candidate_notify()
21870 const u8 *bssid, bool preauth, gfp_t gfp) in cfg80211_pmksa_candidate_notify() argument
21876 trace_cfg80211_pmksa_candidate_notify(dev, index, bssid, preauth); in cfg80211_pmksa_candidate_notify()
21877 nl80211_pmksa_candidate_notify(rdev, dev, index, bssid, preauth, gfp); in cfg80211_pmksa_candidate_notify()