Searched refs:u32wps_start (Results 1 – 2 of 2) sorted by relevance
2056 u32 u32wps_start = 0; in r871x_wps_start() local2060 if (copy_from_user((void *)&u32wps_start, pdata->pointer, 4)) in r871x_wps_start()2062 if (u32wps_start == 0) in r871x_wps_start()2063 u32wps_start = *extra; in r871x_wps_start()2064 if (u32wps_start == 1) /* WPS Start */ in r871x_wps_start()2067 else if (u32wps_start == 2) /* WPS Stop because of wps success */ in r871x_wps_start()2070 else if (u32wps_start == 3) /* WPS Stop because of wps fail */ in r871x_wps_start()
2579 u32 u32wps_start = 0; in rtw_wps_start() local2587 uintRet = copy_from_user((void*) &u32wps_start, pdata->pointer, 4); in rtw_wps_start()2588 if (u32wps_start == 0) in rtw_wps_start()2589 u32wps_start = *extra; in rtw_wps_start()2591 DBG_871X("[%s] wps_start = %d\n", __func__, u32wps_start); in rtw_wps_start()2594 process_intel_widi_wps_status(padapter, u32wps_start); in rtw_wps_start()