Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/include/
Dbrcmu_wifi.h266 u8 preauth; member
/linux-4.4.14/net/wireless/
Dtrace.h2544 bool preauth),
2545 TP_ARGS(netdev, index, bssid, preauth),
2550 __field(bool, preauth)
2556 __entry->preauth = preauth;
2560 BOOL_TO_STR(__entry->preauth))
Dnl80211.c12677 const u8 *bssid, bool preauth, gfp_t gfp) in nl80211_pmksa_candidate_notify() argument
12703 (preauth && in nl80211_pmksa_candidate_notify()
12721 const u8 *bssid, bool preauth, gfp_t gfp) in cfg80211_pmksa_candidate_notify() argument
12727 trace_cfg80211_pmksa_candidate_notify(dev, index, bssid, preauth); in cfg80211_pmksa_candidate_notify()
12728 nl80211_pmksa_candidate_notify(rdev, dev, index, bssid, preauth, gfp); in cfg80211_pmksa_candidate_notify()
/linux-4.4.14/drivers/net/wireless/
Drndis_wlan.c3005 bool preauth = !!(cand->flags & NDIS_80211_PMKID_CAND_PREAUTH); in rndis_wlan_pmkid_cand_list_indication() local
3008 i, le32_to_cpu(cand->flags), preauth, cand->bssid); in rndis_wlan_pmkid_cand_list_indication()
3011 preauth, GFP_ATOMIC); in rndis_wlan_pmkid_cand_list_indication()
/linux-4.4.14/include/net/
Dcfg80211.h4897 const u8 *bssid, bool preauth, gfp_t gfp);