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

  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 34 const u8 *wps_state; /* 1 octet */ member in struct:wps_parse_attr
wps_er.h 44 u8 wps_state; member in struct:wps_er_ap
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.c 554 if (attr.wps_state) {
555 if (*attr.wps_state == WPS_STATE_NOT_CONFIGURED)
557 "wps_state=unconfigured\n");
558 else if (*attr.wps_state == WPS_STATE_CONFIGURED)
560 "wps_state=configured\n");
wps.h 538 u8 wps_state; member in struct:wps_event_data::wps_event_er_ap
605 * wps_state - Current WPS state
607 enum wps_state wps_state; member in struct:wps_context
wps_defs.h 255 enum wps_state { enum
wps_er.c 148 evap->wps_state = ap->wps_state;
485 if (attr.wps_state)
486 ap->wps_state = *attr.wps_state;
    [all...]
wps_attr_parse.c 302 attr->wps_state = pos;
wps_common.c 382 if (wps->wps_state == WPS_STATE_NOT_CONFIGURED && data.new_psk &&
397 wps->wps_state = WPS_STATE_CONFIGURED;
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 223 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
232 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN &&
ap_config.c 787 if (full_config && bss->wps_state && bss->ignore_broadcast_ssid) {
790 bss->wps_state = 0;
793 if (full_config && bss->wps_state &&
797 bss->wps_state = 0;
800 if (full_config && bss->wps_state && bss->wpa &&
805 bss->wps_state = 0;
beacon.c 426 if (hapd->conf->wps_state && hapd->wps_probe_resp_ie) {
692 if (hapd->conf->wps_state && hapd->wps_probe_resp_ie &&
739 if (hapd->conf->wps_state && hapd->wps_beacon_ie)
841 if (hapd->conf->wps_state && hapd->wps_beacon_ie) {
wps_hostapd.c 326 bss->wps_state = 2;
464 hapd->wps->wps_state = WPS_STATE_CONFIGURED;
493 fprintf(nconf, "wps_state=2\n");
579 str_starts(buf, "wps_state=") ||
966 if (conf->wps_state == 0) {
981 wps->wps_state = hapd->conf->wps_state;
1103 if (conf->wps_state == WPS_STATE_NOT_CONFIGURED) {
    [all...]
ap_config.h 349 int wps_state; member in struct:hostapd_bss_config
drv_callbacks.c 163 if (hapd->conf->wps_state) {
176 if (hapd->conf->wps_state && ie[0] == 0xdd && ie[1] >= 4 &&
283 } else if (hapd->conf->wps_state) {
ieee802_1x.c 787 !hapd->conf->wps_state)
857 if (!hapd->conf->ieee802_1x && hapd->conf->wps_state) {
964 if (hapd->conf->wps_state && hapd->conf->wpa &&
1013 if (!hapd->conf->ieee802_1x && hapd->conf->wps_state &&
    [all...]
ap_drv_ops.c 132 if (hapd->conf->wps_state) {
ieee802_11.c 964 if (hapd->conf->wps_state && elems.wps_ie) {
982 } else if (hapd->conf->wps_state && wpa_ie == NULL) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 882 ret = os_snprintf(pos, end - pos, "wps_state=%s\n",
883 hapd->conf->wps_state == 0 ? "disabled" :
884 (hapd->conf->wps_state == 1 ? "not configured" :
890 if (hapd->conf->wps_state && hapd->conf->wpa &&
899 if (hapd->conf->wps_state && hapd->conf->wpa &&
    [all...]
config_file.c     [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 138 attr.wps_state &&
139 *attr.wps_state == WPS_STATE_CONFIGURED)
698 " pri_dev_type=%s wps_state=%d |%s|%s|%s|%s|%s|%s|",
699 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state,
    [all...]
ap.c 326 bss->wps_state = 2;

Completed in 665 milliseconds