OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ap_auth_type
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps.h
687
*
ap_auth_type
- Current AP authentication types (WPS_AUTH_*)
689
u16
ap_auth_type
;
member in struct:wps_context
wps_enrollee.c
251
u16 auth_type = wps->wps->
ap_auth_type
;
282
if (wps->wps->
ap_auth_type
& (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) {
299
if ((wps->wps->
ap_auth_type
& (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) &&
[
all
...]
/external/wpa_supplicant_8/src/ap/
wps_hostapd.c
446
hapd->wps->
ap_auth_type
= cred->auth_type;
1124
wps->
ap_auth_type
= wps->auth_types;
[
all
...]
Completed in 304 milliseconds