Searched defs:u32wps_start (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c2095 u32 u32wps_start = 0; local
2099 if (copy_from_user((void *)&u32wps_start, pdata->pointer, 4))
2101 if (u32wps_start == 0)
2102 u32wps_start = *extra;
2103 if (u32wps_start == 1) /* WPS Start */
2106 else if (u32wps_start == 2) /* WPS Stop because of wps success */
2109 else if (u32wps_start == 3) /* WPS Stop because of wps fail */

Completed in 50 milliseconds