Home
last modified time | relevance | path

Searched refs:pmkid_cand (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/csr/
Dwext_events.c243 struct iw_pmkid_cand pmkid_cand; in wext_send_pmkid_candidate_event() local
250 memset(&pmkid_cand, 0, sizeof(pmkid_cand)); in wext_send_pmkid_candidate_event()
253 pmkid_cand.flags |= IW_PMKID_CAND_PREAUTH; in wext_send_pmkid_candidate_event()
255 pmkid_cand.bssid.sa_family = ARPHRD_ETHER; in wext_send_pmkid_candidate_event()
256 memcpy(pmkid_cand.bssid.sa_data, bssid.a, ETH_ALEN); in wext_send_pmkid_candidate_event()
258 pmkid_cand.index = 1; in wext_send_pmkid_candidate_event()
261 wrqu.data.length = sizeof(pmkid_cand); in wext_send_pmkid_candidate_event()
263 wireless_send_event(priv->netdev[interfaceTag], IWEVPMKIDCAND, &wrqu, (char *)&pmkid_cand); in wext_send_pmkid_candidate_event()
/drivers/net/wireless/brcm80211/include/
Dbrcmu_wifi.h246 struct pmkid_cand { struct
253 struct pmkid_cand pmkid_cand[1]; argument