Searched refs:wep_total_len (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8188eu/os_dep/ |
| D | ioctl_linux.c | 349 u32 wep_key_idx, wep_key_len, wep_total_len; in wpa_set_encryption() local 394 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption() 395 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in wpa_set_encryption() 400 memset(pwep, 0, wep_total_len); in wpa_set_encryption() 402 pwep->Length = wep_total_len; in wpa_set_encryption() 2192 u32 wep_key_idx, wep_key_len, wep_total_len; in rtw_set_encryption() local 2238 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption() 2239 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in rtw_set_encryption() 2245 memset(pwep, 0, wep_total_len); in rtw_set_encryption() 2248 pwep->Length = wep_total_len; in rtw_set_encryption()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/os_dep/ |
| D | ioctl_linux.c | 425 u32 wep_key_idx, wep_key_len, wep_total_len; in wpa_set_encryption() local 475 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption() 476 pwep = kzalloc(wep_total_len, GFP_KERNEL); in wpa_set_encryption() 483 pwep->Length = wep_total_len; in wpa_set_encryption() 3441 u32 wep_key_idx, wep_key_len, wep_total_len; in rtw_set_encryption() local 3507 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption() 3508 pwep = kzalloc(wep_total_len, GFP_KERNEL); in rtw_set_encryption() 3515 pwep->Length = wep_total_len; in rtw_set_encryption()
|
| D | ioctl_cfg80211.c | 2148 u32 wep_key_idx, wep_key_len, wep_total_len; in cfg80211_rtw_connect() local 2163 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in cfg80211_rtw_connect() 2164 pwep = rtw_malloc(wep_total_len); in cfg80211_rtw_connect() 2171 memset(pwep, 0, wep_total_len); in cfg80211_rtw_connect() 2174 pwep->Length = wep_total_len; in cfg80211_rtw_connect()
|