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;
360 struct ndis_802_11_wep *pwep = NULL; in wpa_set_encryption()406 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption()407 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in wpa_set_encryption()1612 struct ndis_802_11_wep wep; in rtw_wx_set_enc()1620 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc()1680 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()2233 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption()2280 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()2281 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()