Home
last modified time | relevance | path

Searched refs:priv_cmd (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Drtw_android.c142 struct android_wifi_priv_cmd priv_cmd; in rtw_android_priv_cmd() local
146 if (copy_from_user(&priv_cmd, ifr->ifr_data, sizeof(priv_cmd))) in rtw_android_priv_cmd()
148 if (priv_cmd.total_len < 1) in rtw_android_priv_cmd()
150 command = memdup_user(priv_cmd.buf, priv_cmd.total_len); in rtw_android_priv_cmd()
153 command[priv_cmd.total_len - 1] = 0; in rtw_android_priv_cmd()
178 priv_cmd.total_len); in rtw_android_priv_cmd()
182 priv_cmd.total_len); in rtw_android_priv_cmd()
186 priv_cmd.total_len); in rtw_android_priv_cmd()
190 priv_cmd.total_len); in rtw_android_priv_cmd()
216 priv_cmd.total_len); in rtw_android_priv_cmd()
[all …]