Searched refs:wep_total_len (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/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() 2193 u32 wep_key_idx, wep_key_len, wep_total_len; in rtw_set_encryption() local 2239 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption() 2240 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in rtw_set_encryption() 2246 memset(pwep, 0, wep_total_len); in rtw_set_encryption() 2249 pwep->Length = wep_total_len; in rtw_set_encryption()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 430 u32 wep_key_idx, wep_key_len, wep_total_len; in wpa_set_encryption() local 480 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption() 481 pwep = rtw_malloc(wep_total_len); in wpa_set_encryption() 487 memset(pwep, 0, wep_total_len); in wpa_set_encryption() 490 pwep->Length = wep_total_len; in wpa_set_encryption() 3462 u32 wep_key_idx, wep_key_len, wep_total_len; in rtw_set_encryption() local 3528 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption() 3529 pwep = rtw_malloc(wep_total_len); in rtw_set_encryption() 3535 memset(pwep, 0, wep_total_len); in rtw_set_encryption() 3538 pwep->Length = wep_total_len; in rtw_set_encryption()
|
D | ioctl_cfg80211.c | 2154 u32 wep_key_idx, wep_key_len, wep_total_len; in cfg80211_rtw_connect() local 2169 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in cfg80211_rtw_connect() 2170 pwep = rtw_malloc(wep_total_len); in cfg80211_rtw_connect() 2177 memset(pwep, 0, wep_total_len); in cfg80211_rtw_connect() 2180 pwep->Length = wep_total_len; in cfg80211_rtw_connect()
|