Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Drtw_android.c154 struct android_wifi_priv_cmd priv_cmd; in rtw_android_priv_cmd() local
158 if (copy_from_user(&priv_cmd, ifr->ifr_data, sizeof(priv_cmd))) in rtw_android_priv_cmd()
160 if (priv_cmd.total_len < 1) in rtw_android_priv_cmd()
162 command = memdup_user(priv_cmd.buf, priv_cmd.total_len); in rtw_android_priv_cmd()
165 command[priv_cmd.total_len - 1] = 0; in rtw_android_priv_cmd()
190 priv_cmd.total_len); in rtw_android_priv_cmd()
194 priv_cmd.total_len); in rtw_android_priv_cmd()
198 priv_cmd.total_len); in rtw_android_priv_cmd()
202 priv_cmd.total_len); in rtw_android_priv_cmd()
228 priv_cmd.total_len); in rtw_android_priv_cmd()
[all …]