Home
last modified time | relevance | path

Searched refs:wps_state (Results 1 – 20 of 20) sorted by relevance

/freebsd-9-stable/contrib/wpa/src/wps/
Dwps.h451 u8 wps_state; member
503 enum wps_state wps_state; member
Dwps.c407 if (attr.wps_state) { in wps_attr_text()
408 if (*attr.wps_state == WPS_STATE_NOT_CONFIGURED) in wps_attr_text()
411 else if (*attr.wps_state == WPS_STATE_CONFIGURED) in wps_attr_text()
Dwps_er.h50 u8 wps_state; member
Dwps_defs.h220 enum wps_state { enum
Dwps_er.c147 evap->wps_state = ap->wps_state; in wps_er_ap_event()
427 if (attr.wps_state) in wps_er_ap_get_m1()
428 ap->wps_state = *attr.wps_state; in wps_er_ap_get_m1()
Dwps_i.h143 const u8 *wps_state; /* 1 octet */ member
Dwps_attr_parse.c177 attr->wps_state = pos; in wps_set_attr()
Dwps_registrar.c306 wps->wps_state); in wps_build_wps_state()
309 wpabuf_put_u8(msg, wps->wps_state); in wps_build_wps_state()
1236 if (wps->wps->wps_state == WPS_STATE_NOT_CONFIGURED && wps->wps->ap && in wps_build_cred()
2069 wps_process_wps_state(wps, attr->wps_state) || in wps_process_m1()
2647 if (wps->wps->wps_state == WPS_STATE_NOT_CONFIGURED && wps->new_psk && in wps_process_wsc_done()
2662 wps->wps->wps_state = WPS_STATE_CONFIGURED; in wps_process_wsc_done()
Dwps_enrollee.c38 state = wps->wps->wps_state; in wps_build_wps_state()
/freebsd-9-stable/contrib/wpa/src/ap/
Ddrv_callbacks.c91 if (hapd->conf->wps_state) { in hostapd_notif_assoc()
102 if (hapd->conf->wps_state && ie[0] == 0xdd && ie[1] >= 4 && in hostapd_notif_assoc()
141 } else if (hapd->conf->wps_state) { in hostapd_notif_assoc()
Dbeacon.c324 if (hapd->conf->wps_state && hapd->wps_probe_resp_ie) { in handle_probe_req()
354 if (hapd->conf->wps_state && hapd->wps_beacon_ie) in ieee802_11_set_beacon()
426 if (hapd->conf->wps_state && hapd->wps_beacon_ie) { in ieee802_11_set_beacon()
Dwps_hostapd.c264 hapd->wps->wps_state = WPS_STATE_CONFIGURED; in hostapd_wps_cred_cb()
508 if (conf->wps_state == 0) { in hostapd_init_wps()
522 wps->wps_state = hapd->conf->wps_state; in hostapd_init_wps()
628 if (conf->wps_state == WPS_STATE_NOT_CONFIGURED) { in hostapd_init_wps()
710 if (hapd->conf->wps_state) in hostapd_update_wps()
Dap_config.c561 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN && in hostapd_get_eap_user()
570 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN && in hostapd_get_eap_user()
Dap_config.h288 int wps_state; member
Dieee802_11.c658 if (hapd->conf->wps_state && elems.wps_ie) { in check_assoc_ies()
667 } else if (hapd->conf->wps_state && wpa_ie == NULL) { in check_assoc_ies()
Dieee802_1x.c678 !hapd->conf->wps_state) in ieee802_1x_receive()
832 if (hapd->conf->wps_state && hapd->conf->wpa && in ieee802_1x_new_station()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dap.c126 bss->wps_state = 2; in wpa_supplicant_conf_ap()
Dwps_supplicant.c416 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state, in wpa_supplicant_wps_event_er_ap_add()
/freebsd-9-stable/contrib/wpa/hostapd/
Dconfig_file.c1875 bss->wps_state = atoi(pos); in hostapd_config_read()
1876 if (bss->wps_state < 0 || bss->wps_state > 2) { in hostapd_config_read()
DREADME-WPS95 wps_state=2