/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | wps_attr_parse.h | 34 const u8 *wps_state; /* 1 octet */ member in struct:wps_parse_attr
|
H A D | wps_er.h | 44 u8 wps_state; member in struct:wps_er_ap
|
H A D | wps_validate.c | 440 static int wps_validate_wps_state(const u8 *wps_state, int mandatory) argument 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) ||
|
H A D | wps.c | 558 if (attr.wps_state) { 559 if (*attr.wps_state == WPS_STATE_NOT_CONFIGURED) 561 "wps_state=unconfigured\n"); 562 else if (*attr.wps_state == WPS_STATE_CONFIGURED) 564 "wps_state=configured\n");
|
H A D | 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
|
H A D | wps_defs.h | 267 enum wps_state { enum
|
/external/wpa_supplicant_8/src/wps/ |
H A D | wps_attr_parse.h | 34 const u8 *wps_state; /* 1 octet */ member in struct:wps_parse_attr
|
H A D | wps_er.h | 44 u8 wps_state; member in struct:wps_er_ap
|
H A D | wps_validate.c | 440 static int wps_validate_wps_state(const u8 *wps_state, int mandatory) argument 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) ||
|
H A D | wps.c | 558 if (attr.wps_state) { 559 if (*attr.wps_state == WPS_STATE_NOT_CONFIGURED) 561 "wps_state=unconfigured\n"); 562 else if (*attr.wps_state == WPS_STATE_CONFIGURED) 564 "wps_state=configured\n");
|
H A D | 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
|
H A D | wps_defs.h | 267 enum wps_state { enum
|
/external/wpa_supplicant_8/wpa_supplicant/src/wps/ |
H A D | wps_attr_parse.h | 34 const u8 *wps_state; /* 1 octet */ member in struct:wps_parse_attr
|
H A D | wps_er.h | 44 u8 wps_state; member in struct:wps_er_ap
|
H A D | wps_validate.c | 440 static int wps_validate_wps_state(const u8 *wps_state, int mandatory) argument 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) ||
|
H A D | wps.c | 558 if (attr.wps_state) { 559 if (*attr.wps_state == WPS_STATE_NOT_CONFIGURED) 561 "wps_state=unconfigured\n"); 562 else if (*attr.wps_state == WPS_STATE_CONFIGURED) 564 "wps_state=configured\n");
|
H A D | 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
|
H A D | wps_defs.h | 267 enum wps_state { enum
|
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | 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 &&
|
H A D | ap_config.c | 891 if (full_config && bss->wps_state && bss->ignore_broadcast_ssid) { 894 bss->wps_state = 0; 897 if (full_config && bss->wps_state && 901 bss->wps_state = 0; 904 if (full_config && bss->wps_state && bss->wpa && 909 bss->wps_state = 0;
|
H A D | wps_hostapd.c | 320 bss->wps_state = 2; 468 hapd->wps->wps_state = WPS_STATE_CONFIGURED; 497 fprintf(nconf, "wps_state=2\n"); 587 str_starts(buf, "wps_state=") || 979 if (conf->wps_state == 0) { 994 wps->wps_state = hapd->conf->wps_state; 1126 if (conf->wps_state == WPS_STATE_NOT_CONFIGURED) { 1255 if (hapd->conf->wps_state)
|
/external/wpa_supplicant_8/src/ap/ |
H A D | 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 &&
|
H A D | ap_config.c | 891 if (full_config && bss->wps_state && bss->ignore_broadcast_ssid) { 894 bss->wps_state = 0; 897 if (full_config && bss->wps_state && 901 bss->wps_state = 0; 904 if (full_config && bss->wps_state && bss->wpa && 909 bss->wps_state = 0;
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | 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 &&
|
H A D | ap_config.c | 891 if (full_config && bss->wps_state && bss->ignore_broadcast_ssid) { 894 bss->wps_state = 0; 897 if (full_config && bss->wps_state && 901 bss->wps_state = 0; 904 if (full_config && bss->wps_state && bss->wpa && 909 bss->wps_state = 0;
|