Searched refs:wep_total_len (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 346 u32 wep_key_idx, wep_key_len, wep_total_len; in wpa_set_encryption() local 391 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption() 392 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in wpa_set_encryption() 397 memset(pwep, 0, wep_total_len); in wpa_set_encryption() 399 pwep->Length = wep_total_len; in wpa_set_encryption() 2164 u32 wep_key_idx, wep_key_len, wep_total_len; in rtw_set_encryption() local 2210 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption() 2211 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in rtw_set_encryption() 2217 memset(pwep, 0, wep_total_len); in rtw_set_encryption() 2220 pwep->Length = wep_total_len; in rtw_set_encryption()
|
/Linux-v5.10/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() 3428 u32 wep_key_idx, wep_key_len, wep_total_len; in rtw_set_encryption() local 3494 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption() 3495 pwep = kzalloc(wep_total_len, GFP_KERNEL); in rtw_set_encryption() 3502 pwep->Length = wep_total_len; in rtw_set_encryption()
|
D | ioctl_cfg80211.c | 2126 u32 wep_key_idx, wep_key_len, wep_total_len; in cfg80211_rtw_connect() local 2141 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in cfg80211_rtw_connect() 2142 pwep = rtw_malloc(wep_total_len); in cfg80211_rtw_connect() 2149 memset(pwep, 0, wep_total_len); in cfg80211_rtw_connect() 2152 pwep->Length = wep_total_len; in cfg80211_rtw_connect()
|