Searched refs:ndis_802_11_wep (Results 1 – 5 of 5) sorted by relevance
26 u8 rtw_set_802_11_add_wep(struct adapter *adapter, struct ndis_802_11_wep *wep);
130 struct ndis_802_11_wep { struct
146 struct ndis_802_11_wep ndiswep;
358 struct ndis_802_11_wep *pwep = NULL; in wpa_set_encryption()404 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption()405 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in wpa_set_encryption()1604 struct ndis_802_11_wep wep; in rtw_wx_set_enc()1612 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc()1672 wep.Length = wep.KeyLength + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()2225 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption()2272 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()2273 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in rtw_set_encryption()
493 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep()