Searched refs:workaround (Results 1 - 25 of 37) sorted by relevance

12

/external/valgrind/
H A DAndroid.build_host.mk26 # TODO: This workaround is to avoid calling memset from VG(memset)
H A DAndroid.build_one.mk26 # TODO: This workaround is to avoid calling memset from VG(memset)
/external/parameter-framework/bindings/python/
H A DAndroid.mk83 # As a *dirty* workaround, use the system's python configuration and hope
91 # As a workaround, we need to manually add the correct path to libs to the library list.
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.h331 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround);
H A Deap_i.h350 unsigned int workaround; member in struct:eap_sm
H A Deap.c185 * reply correctly. This occurred when the workaround in FAIL state set
186 * eapNoResp = TRUE.. Maybe that workaround needs to be fixed to do
710 if (sm->workaround)
861 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
916 if (sm->workaround && duplicate &&
924 * workaround these issues.
928 wpa_printf(MSG_DEBUG, "EAP: workaround - assume this is not a "
959 else if (sm->workaround && sm->lastId == -1 && sm->rxSuccess &&
962 else if (sm->workaround && sm->lastId == -1 && sm->rxFailure &&
966 else if (sm->workaround
2473 eap_set_workaround(struct eap_sm *sm, unsigned int workaround) argument
[all...]
H A Deap_peap.c760 if (wpabuf_len(in_data) == 0 && sm->workaround &&
1059 if (sm->workaround && data->resuming) {
H A Deap_tls_common.c134 if (sm->workaround && data->eap_type != EAP_TYPE_FAST) {
139 * the ClientHello instead). As a workaround, disable use of
142 * supports EAP-FAST does not need this workaround).
830 if (!sm->workaround) {
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.h331 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround);
H A Deap_i.h350 unsigned int workaround; member in struct:eap_sm
H A Deap.c185 * reply correctly. This occurred when the workaround in FAIL state set
186 * eapNoResp = TRUE.. Maybe that workaround needs to be fixed to do
710 if (sm->workaround)
861 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
916 if (sm->workaround && duplicate &&
924 * workaround these issues.
928 wpa_printf(MSG_DEBUG, "EAP: workaround - assume this is not a "
959 else if (sm->workaround && sm->lastId == -1 && sm->rxSuccess &&
962 else if (sm->workaround && sm->lastId == -1 && sm->rxFailure &&
966 else if (sm->workaround
2473 eap_set_workaround(struct eap_sm *sm, unsigned int workaround) argument
[all...]
H A Deap_peap.c760 if (wpabuf_len(in_data) == 0 && sm->workaround &&
1059 if (sm->workaround && data->resuming) {
H A Deap_tls_common.c134 if (sm->workaround && data->eap_type != EAP_TYPE_FAST) {
139 * the ClientHello instead). As a workaround, disable use of
142 * supports EAP-FAST does not need this workaround).
830 if (!sm->workaround) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.h331 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround);
H A Deap_i.h350 unsigned int workaround; member in struct:eap_sm
H A Deap.c185 * reply correctly. This occurred when the workaround in FAIL state set
186 * eapNoResp = TRUE.. Maybe that workaround needs to be fixed to do
710 if (sm->workaround)
861 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
916 if (sm->workaround && duplicate &&
924 * workaround these issues.
928 wpa_printf(MSG_DEBUG, "EAP: workaround - assume this is not a "
959 else if (sm->workaround && sm->lastId == -1 && sm->rxSuccess &&
962 else if (sm->workaround && sm->lastId == -1 && sm->rxFailure &&
966 else if (sm->workaround
2473 eap_set_workaround(struct eap_sm *sm, unsigned int workaround) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h48 * workaround - Whether EAP workarounds are enabled
50 unsigned int workaround; member in struct:eapol_config
H A Deapol_supp_sm.c1256 if (sm->conf.wps && sm->conf.workaround &&
1270 * As a workaround, fix the EAPOL header based on the
1284 if (sm->conf.workaround) {
1504 sm->conf.workaround = conf->workaround;
1514 eap_set_workaround(sm->eap, conf->workaround);
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h48 * workaround - Whether EAP workarounds are enabled
50 unsigned int workaround; member in struct:eapol_config
H A Deapol_supp_sm.c1256 if (sm->conf.wps && sm->conf.workaround &&
1270 * As a workaround, fix the EAPOL header based on the
1284 if (sm->conf.workaround) {
1504 sm->conf.workaround = conf->workaround;
1514 eap_set_workaround(sm->eap, conf->workaround);
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h48 * workaround - Whether EAP workarounds are enabled
50 unsigned int workaround; member in struct:eapol_config
H A Deapol_supp_sm.c1256 if (sm->conf.wps && sm->conf.workaround &&
1270 * As a workaround, fix the EAPOL header based on the
1284 if (sm->conf.workaround) {
1504 sm->conf.workaround = conf->workaround;
1514 eap_set_workaround(sm->eap, conf->workaround);
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpreauth.c235 eapol_conf.workaround = sm->eap_workaround;
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpreauth.c235 eapol_conf.workaround = sm->eap_workaround;
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpreauth.c235 eapol_conf.workaround = sm->eap_workaround;

Completed in 255 milliseconds

12