OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wauth
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant/
driver_broadcom.c
62
#define WAUTH_WPA_ENABLED(
wauth
) ((
wauth
) & WPA_ENABLED)
63
#define WAUTH_PSK_ENABLED(
wauth
) ((
wauth
) & PSK_ENABLED)
64
#define WAUTH_ENABLED(
wauth
) ((
wauth
) & (WPA_ENABLED | PSK_ENABLED))
132
unsigned int
wauth
, wsec;
local
136
if (broadcom_ioctl(drv, WLC_GET_WPA_AUTH, &
wauth
, sizeof(
wauth
)) ==
142
wauth
= PSK_ENABLED
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c
67
#define WAUTH_WPA_ENABLED(
wauth
) ((
wauth
) & WPA_ENABLED)
68
#define WAUTH_PSK_ENABLED(
wauth
) ((
wauth
) & PSK_ENABLED)
69
#define WAUTH_ENABLED(
wauth
) ((
wauth
) & (WPA_ENABLED | PSK_ENABLED))
137
unsigned int
wauth
, wsec;
local
141
if (broadcom_ioctl(drv, WLC_GET_WPA_AUTH, &
wauth
, sizeof(
wauth
)) ==
147
wauth
= PSK_ENABLED
[
all
...]
Completed in 13 milliseconds