HomeSort by relevance Sort by last modified time
    Searched refs:wps_state (Results 1 - 24 of 24) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_er.h 44 u8 wps_state; member in struct:wps_er_ap
wps_attr_parse.h 34 const u8 *wps_state; /* 1 octet */ member in struct:wps_parse_attr
wps.c 552 if (attr.wps_state) {
553 if (*attr.wps_state == WPS_STATE_NOT_CONFIGURED)
555 "wps_state=unconfigured\n");
556 else if (*attr.wps_state == WPS_STATE_CONFIGURED)
558 "wps_state=configured\n");
wps.h 535 u8 wps_state; member in struct:wps_event_data::wps_event_er_ap
602 * wps_state - Current WPS state
604 enum wps_state wps_state; member in struct:wps_context
wps_validate.c 438 static int wps_validate_wps_state(const u8 *wps_state, int mandatory)
440 if (wps_state == NULL) {
448 if (*wps_state != WPS_STATE_NOT_CONFIGURED &&
449 *wps_state != WPS_STATE_CONFIGURED) {
451 "Setup State attribute value 0x%x", *wps_state);
1100 wps_validate_wps_state(attr.wps_state, 1) ||
1140 wps_validate_wps_state(attr.wps_state, 1) ||
1309 wps_validate_wps_state(attr.wps_state, 1) ||
    [all...]
wps_defs.h 256 enum wps_state { enum
wps_common.c 376 if (wps->wps_state == WPS_STATE_NOT_CONFIGURED && data.new_psk &&
391 wps->wps_state = WPS_STATE_CONFIGURED;
wps_er.c 148 evap->wps_state = ap->wps_state;
487 if (attr.wps_state)
488 ap->wps_state = *attr.wps_state;
    [all...]
wps_attr_parse.c 291 attr->wps_state = pos;
wps_registrar.c 449 wps->wps_state);
452 wpabuf_put_u8(msg, wps->wps_state);
    [all...]
wps_enrollee.c 23 state = wps->wps->wps_state;
    [all...]
  /external/wpa_supplicant_8/src/ap/
eap_user_db.c 219 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
228 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN &&
beacon.c 277 if (hapd->conf->wps_state && hapd->wps_probe_resp_ie) {
543 if (hapd->conf->wps_state && hapd->wps_probe_resp_ie &&
596 if (hapd->conf->wps_state && hapd->wps_beacon_ie)
691 if (hapd->conf->wps_state && hapd->wps_beacon_ie) {
wps_hostapd.c 311 bss->wps_state = 2;
476 hapd->wps->wps_state = WPS_STATE_CONFIGURED;
505 fprintf(nconf, "wps_state=2\n");
611 str_starts(buf, "wps_state=") ||
980 if (conf->wps_state == 0) {
995 wps->wps_state = hapd->conf->wps_state;
1135 if (conf->wps_state == WPS_STATE_NOT_CONFIGURED) {
    [all...]
ap_config.h 343 int wps_state; member in struct:hostapd_bss_config
drv_callbacks.c 129 if (hapd->conf->wps_state) {
142 if (hapd->conf->wps_state && ie[0] == 0xdd && ie[1] >= 4 &&
249 } else if (hapd->conf->wps_state) {
ieee802_1x.c 653 !hapd->conf->wps_state)
830 if (hapd->conf->wps_state && hapd->conf->wpa &&
    [all...]
ap_drv_ops.c 133 if (hapd->conf->wps_state) {
ieee802_11.c 942 if (hapd->conf->wps_state && elems.wps_ie) {
960 } else if (hapd->conf->wps_state && wpa_ie == NULL) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 724 ret = os_snprintf(pos, end - pos, "wps_state=%s\n",
725 hapd->conf->wps_state == 0 ? "disabled" :
726 (hapd->conf->wps_state == 1 ? "not configured" :
732 if (hapd->conf->wps_state && hapd->conf->wpa &&
741 if (hapd->conf->wps_state && hapd->conf->wpa &&
    [all...]
config_file.c 1195 if (bss->wps_state && bss->ignore_broadcast_ssid) {
1198 bss->wps_state = 0;
1201 if (bss->wps_state && bss->ssid.wep.keys_set && bss->wpa == 0) {
1204 bss->wps_state = 0;
1207 if (bss->wps_state && bss->wpa &&
1212 bss->wps_state = 0;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 1106 * 02:11:22:33:44:55 pri_dev_type=6-0050F204-1 wps_state=1
1116 int wps_state = items[4].mid(10).toInt(); local
1133 int type = wps_state == 2 ? PEER_TYPE_WPS_ER_AP:
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 116 attr.wps_state &&
117 *attr.wps_state == WPS_STATE_CONFIGURED)
692 " pri_dev_type=%s wps_state=%d |%s|%s|%s|%s|%s|%s|",
693 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state,
    [all...]
ap.c 273 bss->wps_state = 2;

Completed in 185 milliseconds