Searched refs:preauth (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/wireless/brcm80211/include/ |
D | brcmu_wifi.h | 266 u8 preauth; member
|
/linux-4.4.14/net/wireless/ |
D | trace.h | 2544 bool preauth), 2545 TP_ARGS(netdev, index, bssid, preauth), 2550 __field(bool, preauth) 2556 __entry->preauth = preauth; 2560 BOOL_TO_STR(__entry->preauth))
|
D | nl80211.c | 12677 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/ |
D | rndis_wlan.c | 3005 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/ |
D | cfg80211.h | 4897 const u8 *bssid, bool preauth, gfp_t gfp);
|