Home
last modified time | relevance | path

Searched refs:fils_pmkid (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/drivers/
Ddriver_nl80211_event.c427 struct nlattr *fils_pmkid) in mlme_event_connect() argument
597 if (fils_pmkid) in mlme_event_connect()
598 event.assoc_info.fils_pmkid = nla_data(fils_pmkid); in mlme_event_connect()
Ddriver.h5382 const u8 *fils_pmkid; member
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Devents.c4646 if (data->assoc_info.fils_pmk && data->assoc_info.fils_pmkid) { in wpa_supplicant_event_assoc_auth()
4651 data->assoc_info.fils_pmkid, in wpa_supplicant_event_assoc_auth()
4653 } else if (data->assoc_info.fils_pmkid) { in wpa_supplicant_event_assoc_auth()
4656 data->assoc_info.fils_pmkid, in wpa_supplicant_event_assoc_auth()
Dctrl_iface.c9326 u8 fils_pmkid[PMKID_LEN]; in wpas_ctrl_iface_driver_event_assoc() local
9412 if (hexstr2bin(pos, fils_pmkid, PMKID_LEN) < 0) in wpas_ctrl_iface_driver_event_assoc()
9414 ai->fils_pmkid = fils_pmkid; in wpas_ctrl_iface_driver_event_assoc()