int wpa_set_wpadev(PSDevice pDevice, int val)
{
	if (val)
		return wpa_init_wpadev(pDevice);
	else
		return wpa_release_wpadev(pDevice);
}
Example #2
0
int wpa_set_wpadev(struct vnt_private *pDevice, int val)
{
    if (val)
        return wpa_init_wpadev(pDevice);
    else
        return wpa_release_wpadev(pDevice);
}