Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dtrace.h3651 bool preauth),
3652 TP_ARGS(netdev, index, bssid, preauth),
3657 __field(bool, preauth)
3663 __entry->preauth = preauth;
3667 BOOL_TO_STR(__entry->preauth))
H A Dnl80211.c20836 const u8 *bssid, bool preauth, gfp_t gfp) in cfg80211_gtk_rekey_notify()
20862 (preauth && in nl80211_pmksa_candidate_notify()
20879 const u8 *bssid, bool preauth, gfp_t gfp) in nl80211_pmksa_candidate_notify()
20885 trace_cfg80211_pmksa_candidate_notify(dev, index, bssid, preauth); in nl80211_pmksa_candidate_notify()
20886 nl80211_pmksa_candidate_notify(rdev, dev, index, bssid, preauth, gfp); in nl80211_pmksa_candidate_notify()
20846 nl80211_pmksa_candidate_notify(struct cfg80211_registered_device * rdev,struct net_device * netdev,int index,const u8 * bssid,bool preauth,gfp_t gfp) nl80211_pmksa_candidate_notify() argument
20889 cfg80211_pmksa_candidate_notify(struct net_device * dev,int index,const u8 * bssid,bool preauth,gfp_t gfp) cfg80211_pmksa_candidate_notify() argument
/linux/include/net/
H A Dcfg80211.h9274 * @preauth: Whether AP advertises support for RSN pre-authentication
9278 const u8 *bssid, bool preauth, gfp_t gfp);