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 440 static int wps_validate_wps_state(const u8 *wps_state, int mandatory)
442 if (wps_state == NULL) {
450 if (*wps_state != WPS_STATE_NOT_CONFIGURED &&
451 *wps_state != WPS_STATE_CONFIGURED) {
453 "Setup State attribute value 0x%x", *wps_state);
1102 wps_validate_wps_state(attr.wps_state, 1) ||
1142 wps_validate_wps_state(attr.wps_state, 1) ||
1311 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 539 u8 wps_state; member in struct:wps_event_data::wps_event_er_ap
606 * wps_state - Current WPS state
608 enum wps_state wps_state; member in struct:wps_context
wps_defs.h 263 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 231 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
240 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN &&
ap_config.c 807 if (full_config && bss->wps_state && bss->ignore_broadcast_ssid) {
810 bss->wps_state = 0;
813 if (full_config && bss->wps_state &&
817 bss->wps_state = 0;
820 if (full_config && bss->wps_state && bss->wpa &&
825 bss->wps_state = 0;
beacon.c 465 if (hapd->conf->wps_state && hapd->wps_probe_resp_ie) {
746 if (hapd->conf->wps_state && hapd->wps_probe_resp_ie &&
793 if (hapd->conf->wps_state && hapd->wps_beacon_ie)
911 if (hapd->conf->wps_state && hapd->wps_beacon_ie) {
wps_hostapd.c 326 bss->wps_state = 2;
467 hapd->wps->wps_state = WPS_STATE_CONFIGURED;
496 fprintf(nconf, "wps_state=2\n");
586 str_starts(buf, "wps_state=") ||
977 if (conf->wps_state == 0) {
992 wps->wps_state = hapd->conf->wps_state;
1116 if (conf->wps_state == WPS_STATE_NOT_CONFIGURED) {
    [all...]
drv_callbacks.c 161 if (hapd->conf->wps_state) {
174 if (hapd->conf->wps_state && ie[0] == 0xdd && ie[1] >= 4 &&
281 } else if (hapd->conf->wps_state) {
    [all...]
ap_config.h 377 int wps_state; member in struct:hostapd_bss_config
ieee802_1x.c 848 !hapd->conf->wps_state)
918 if (!hapd->conf->ieee802_1x && hapd->conf->wps_state) {
1025 if (hapd->conf->wps_state &&
1075 if (!hapd->conf->ieee802_1x && hapd->conf->wps_state &&
    [all...]
ap_drv_ops.c 133 if (hapd->conf->wps_state) {
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1077 ret = os_snprintf(pos, end - pos, "wps_state=%s\n",
1078 hapd->conf->wps_state == 0 ? "disabled" :
1079 (hapd->conf->wps_state == 1 ? "not configured" :
1085 if (hapd->conf->wps_state && hapd->conf->wpa &&
1094 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 147 attr.wps_state &&
148 *attr.wps_state == WPS_STATE_CONFIGURED)
721 " pri_dev_type=%s wps_state=%d |%s|%s|%s|%s|%s|%s|",
722 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state,
    [all...]
ap.c 355 bss->wps_state = 2;
    [all...]

Completed in 321 milliseconds