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

/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c321 static int wpa_set_auth_algs(struct net_device *dev, u32 value) function
327 DBG_88E("wpa_set_auth_algs, AUTH_ALG_SHARED_KEY and AUTH_ALG_OPEN_SYSTEM [value:0x%x]\n", value);
332 DBG_88E("wpa_set_auth_algs, AUTH_ALG_SHARED_KEY [value:0x%x]\n", value);
338 DBG_88E("wpa_set_auth_algs, AUTH_ALG_OPEN_SYSTEM\n");
344 DBG_88E("wpa_set_auth_algs, AUTH_ALG_LEAP\n");
346 DBG_88E("wpa_set_auth_algs, error!\n");
1875 ret = wpa_set_auth_algs(dev, (u32)param->value);
2022 ret = wpa_set_auth_algs(dev, value);
/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c367 static int wpa_set_auth_algs(struct net_device *dev, u32 value) function
1776 ret = wpa_set_auth_algs(dev, (u32)paramval);
2155 return wpa_set_auth_algs(dev, value);

Completed in 21 milliseconds