Searched refs:ndis_802_11_wep (Results 1 – 5 of 5) sorted by relevance
31 u8 rtw_set_802_11_add_wep(struct adapter *adapter, struct ndis_802_11_wep *wep);
165 struct ndis_802_11_wep { struct
151 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 + FIELD_OFFSET(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()1610 struct ndis_802_11_wep wep; in rtw_wx_set_enc()1618 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc()1678 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()2231 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption()2278 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()2279 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in rtw_set_encryption()
506 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep()