Searched refs:ap_setup_locked (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/wpa/src/wps/
H A Dwps_attr_parse.h55 const u8 *ap_setup_locked; /* 1 octet */ member in struct:wps_parse_attr
H A Dwps_validate.c458 static int wps_validate_ap_setup_locked(const u8 *ap_setup_locked, argument
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) ||
H A Dwps.c557 if (attr.ap_setup_locked && *attr.ap_setup_locked) {
H A Dwps_enrollee.c867 ((wps->wps->ap_setup_locked && wps->wps->ap_setup_locked != 2) ||
1077 if (wps->wps->ap && wps->wps->ap_setup_locked) {
1079 * Stop here if special ap_setup_locked == 2 mode allowed the
H A Dwps.h582 * ap_setup_locked - Whether AP setup is locked (only used at AP)
584 int ap_setup_locked; member in struct:wps_context
H A Dwps_attr_parse.c514 attr->ap_setup_locked = pos;
H A Dwps_registrar.c479 if (wps->ap_setup_locked && wps->ap_setup_locked != 2) {
1822 if (wps->wps->ap && wps->wps->ap_setup_locked &&
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dwps_hostapd.c526 if (hapd->conf->ap_setup_locked)
533 hapd->wps->ap_setup_locked = 0;
559 hapd->wps->ap_setup_locked = 1;
563 if (!hapd->conf->ap_setup_locked &&
571 } else if (!hapd->conf->ap_setup_locked) {
798 wps->ap_setup_locked = hapd->conf->ap_setup_locked;
1332 hapd->conf->ap_setup_locked = 0;
1333 if (hapd->wps->ap_setup_locked) {
1335 hapd->wps->ap_setup_locked
[all...]
H A Dap_config.h343 int ap_setup_locked; member in struct:hostapd_bss_config
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dap.c280 bss->ap_setup_locked = 2;
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2549 } else if (os_strcmp(buf, "ap_setup_locked") == 0) {
2550 bss->ap_setup_locked = atoi(pos);

Completed in 116 milliseconds