Searched refs:wps_state (Results 1 - 25 of 65) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_parse.h34 const u8 *wps_state; /* 1 octet */ member in struct:wps_parse_attr
H A Dwps_er.h44 u8 wps_state; member in struct:wps_er_ap
H A Dwps_validate.c438 static int wps_validate_wps_state(const u8 *wps_state, int mandatory) argument
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) ||
H A Dwps.c554 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");
H A Dwps.h538 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
H A Dwps_defs.h255 enum wps_state { enum
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_parse.h34 const u8 *wps_state; /* 1 octet */ member in struct:wps_parse_attr
H A Dwps_er.h44 u8 wps_state; member in struct:wps_er_ap
H A Dwps_validate.c438 static int wps_validate_wps_state(const u8 *wps_state, int mandatory) argument
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) ||
H A Dwps.c554 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");
H A Dwps.h538 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
H A Dwps_defs.h255 enum wps_state { enum
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_parse.h34 const u8 *wps_state; /* 1 octet */ member in struct:wps_parse_attr
H A Dwps_er.h44 u8 wps_state; member in struct:wps_er_ap
H A Dwps_validate.c438 static int wps_validate_wps_state(const u8 *wps_state, int mandatory) argument
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) ||
H A Dwps.c554 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");
H A Dwps.h538 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
/external/wpa_supplicant_8/hostapd/src/ap/
H A Deap_user_db.c223 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
232 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN &&
H A Dap_config.c787 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;
H A Dbeacon.c422 if (hapd->conf->wps_state && hapd->wps_probe_resp_ie) {
688 if (hapd->conf->wps_state && hapd->wps_probe_resp_ie &&
735 if (hapd->conf->wps_state && hapd->wps_beacon_ie)
837 if (hapd->conf->wps_state && hapd->wps_beacon_ie) {
/external/wpa_supplicant_8/src/ap/
H A Deap_user_db.c223 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
232 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN &&
H A Dap_config.c787 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;
H A Dbeacon.c422 if (hapd->conf->wps_state && hapd->wps_probe_resp_ie) {
688 if (hapd->conf->wps_state && hapd->wps_probe_resp_ie &&
735 if (hapd->conf->wps_state && hapd->wps_beacon_ie)
837 if (hapd->conf->wps_state && hapd->wps_beacon_ie) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Deap_user_db.c223 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
232 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN &&
H A Dap_config.c787 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;

Completed in 841 milliseconds

123