OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ap_setup_locked
(Results
1 - 15
of
15
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_attr_parse.h
55
const u8 *
ap_setup_locked
; /* 1 octet */
member in struct:wps_parse_attr
wps_validate.c
458
static int wps_validate_ap_setup_locked(const u8 *
ap_setup_locked
,
461
if (
ap_setup_locked
== NULL) {
469
if (*
ap_setup_locked
> 1) {
471
"attribute value 0x%x", *
ap_setup_locked
);
1101
wps_validate_ap_setup_locked(attr.
ap_setup_locked
, 0) ||
1141
wps_validate_ap_setup_locked(attr.
ap_setup_locked
, 0) ||
[
all
...]
wps.c
566
if (attr.
ap_setup_locked
&& *attr.
ap_setup_locked
) {
wps_enrollee.c
910
((wps->wps->
ap_setup_locked
&& wps->wps->
ap_setup_locked
!= 2) ||
1120
if (wps->wps->ap && wps->wps->
ap_setup_locked
) {
1122
* Stop here if special
ap_setup_locked
== 2 mode allowed the
[
all
...]
wps.h
607
*
ap_setup_locked
- Whether AP setup is locked (only used at AP)
609
int
ap_setup_locked
;
member in struct:wps_context
wps_attr_parse.c
514
attr->
ap_setup_locked
= pos;
wps_registrar.c
485
if (wps->
ap_setup_locked
&& wps->
ap_setup_locked
!= 2) {
[
all
...]
/external/wpa_supplicant_8/src/ap/
wps_hostapd.c
658
if (hapd->conf->
ap_setup_locked
)
665
hapd->wps->
ap_setup_locked
= 0;
691
hapd->wps->
ap_setup_locked
= 1;
695
if (!hapd->conf->
ap_setup_locked
&&
703
} else if (!hapd->conf->
ap_setup_locked
) {
996
wps->
ap_setup_locked
= hapd->conf->
ap_setup_locked
;
[
all
...]
ap_config.h
346
int
ap_setup_locked
;
member in struct:hostapd_bss_config
/external/wpa_supplicant_8/hostapd/
README-WPS
101
ap_setup_locked
=1
config_file.c
[
all
...]
ChangeLog
176
ap_setup_locked
=2 can now be used to enable a special mode where
[
all
...]
hostapd.conf
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
275
bss->
ap_setup_locked
= 2;
ChangeLog
358
ap_setup_locked
=2 can now be used to enable a special mode where
[
all
...]
Completed in 340 milliseconds