Searched refs:preauth (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/brcm80211/include/ |
D | brcmu_wifi.h | 266 u8 preauth; member
|
/linux-4.1.27/net/wireless/ |
D | trace.h | 2541 bool preauth), 2542 TP_ARGS(netdev, index, bssid, preauth), 2547 __field(bool, preauth) 2553 __entry->preauth = preauth; 2557 BOOL_TO_STR(__entry->preauth))
|
D | nl80211.c | 12293 const u8 *bssid, bool preauth, gfp_t gfp) in nl80211_pmksa_candidate_notify() argument 12319 (preauth && in nl80211_pmksa_candidate_notify() 12337 const u8 *bssid, bool preauth, gfp_t gfp) in cfg80211_pmksa_candidate_notify() argument 12343 trace_cfg80211_pmksa_candidate_notify(dev, index, bssid, preauth); in cfg80211_pmksa_candidate_notify() 12344 nl80211_pmksa_candidate_notify(rdev, dev, index, bssid, preauth, gfp); in cfg80211_pmksa_candidate_notify()
|
/linux-4.1.27/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.1.27/include/net/ |
D | cfg80211.h | 4796 const u8 *bssid, bool preauth, gfp_t gfp);
|