Home
last modified time | relevance | path

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

/hostap-latest/tests/hwsim/
Dtest_owe.py989 def start_owe(dev, apdev, workaround=0): argument
996 "owe_ptk_workaround": str(workaround),
1013 hapd = start_owe(dev, apdev, workaround=1)
1014 for group, workaround in [(19, 0), (20, 0), (21, 0),
1016 owe_check_ok(dev[0], hapd, str(group), str(workaround))
1021 for group, workaround in [(19, 0), (20, 0), (21, 0), (19, 1)]:
1022 owe_check_ok(dev[0], hapd, str(group), str(workaround))
Dtest_eap_proto.py9322 workaround = "0" if i == 6 else "1"
9329 eap_workaround=workaround,
/hostap-latest/src/eap_peer/
Deap.c964 if (sm->workaround) in SM_STATE()
1136 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
1191 if (sm->workaround && duplicate && in eap_peer_req_is_duplicate()
1234 else if (sm->workaround && sm->lastId == -1 && sm->rxSuccess && in eap_peer_sm_step_received()
1237 else if (sm->workaround && sm->lastId == -1 && sm->rxFailure && in eap_peer_sm_step_received()
1241 else if (sm->workaround && sm->rxSuccess && !sm->rxFailure && in eap_peer_sm_step_received()
2043 if (sm->workaround) { in eap_sm_parseEapReq()
2777 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround) in eap_set_workaround() argument
2779 sm->workaround = workaround; in eap_set_workaround()
Deap.h351 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround);
Deap_i.h363 unsigned int workaround; member
Deap_tls_common.c170 if (sm->workaround && data->eap_type != EAP_TYPE_FAST && in eap_tls_params_from_conf()
947 if (!sm->workaround) { in eap_peer_tls_process_init()
Deap_peap.c818 if (wpabuf_len(in_data) == 0 && sm->workaround && in eap_peap_decrypt()
1185 if (sm->workaround && data->resuming) { in eap_peap_process()
Deap_mschapv2.c744 if (sm->workaround) { in eap_mschapv2_check_mslen()
/hostap-latest/src/eapol_supp/
Deapol_supp_sm.c1324 if (sm->conf.wps && sm->conf.workaround && in eapol_sm_rx_eapol()
1352 if (sm->conf.workaround) { in eapol_sm_rx_eapol()
1572 sm->conf.workaround = conf->workaround; in eapol_sm_notify_config()
1582 eap_set_workaround(sm->eap, conf->workaround); in eapol_sm_notify_config()
Deapol_supp_sm.h52 unsigned int workaround; member
/hostap-latest/wpa_supplicant/
DChangeLog200 * added a RSN workaround for misbehaving PMF APs that advertise
391 * VHT: added interoperability workaround for 80+80 and 160 MHz channels
392 * WNM: workaround for broken AP operating class behavior
508 * add a workaround for incorrectly behaving APs that try to use
544 * add a workaround for Linux packet socket behavior when interface is in
554 * extend TDLS frame padding workaround to cover all packets
574 * added TDLS workaround for some APs that may add extra data to the
597 * removed EAP-TTLS/MSCHAPv2 interoperability workaround so that
641 scan-for-auth workaround is used
943 * AP: added a WPS workaround for mixed mode AP Settings with Windows 7
[all …]
Dpasn_supplicant.c443 eapol_conf.workaround = ssid->eap_workaround; in wpas_pasn_initiate_eapol()
Deapol_test.c645 eapol_conf.workaround = ssid->eap_workaround; in test_eapol()
Dandroid.config270 # Disable Linux packet socket workaround applicable for station interface
Ddefconfig319 # Disable Linux packet socket workaround applicable for station interface
DREADME-P2P191 used prior to starting GO Negotiation as a workaround with some deployed
Dwpa_supplicant.c358 eapol_conf.workaround = ssid->eap_workaround; in wpa_supplicant_initiate_eapol()
/hostap-latest/hostapd/
DChangeLog71 a workaround for the group 20/21 backwards compatibility
144 * added FT/RRB workaround for short Ethernet frame padding
265 * VHT: added interoperability workaround for 80+80 and 160 MHz channels
318 (workaround for interoperability issues with iOS 8.4)
343 * extend EAPOL-Key msg 1/4 retry workaround for changing SNonce
518 * added a workaround for Windows 7 Michael MIC failure reporting and
538 * added a workaround for 4-way handshake to update SNonce even after
541 * added a workaround for EAPOL-Key 4/4 using incorrect type value in
543 * added a WPS workaround for mixed mode AP Settings with Windows 7
598 * added a workaround for WPS PBC session overlap detection to avoid
[all …]
/hostap-latest/src/rsn_supp/
Dpreauth.c246 eapol_conf.workaround = sm->eap_workaround; in rsn_preauth_init()
/hostap-latest/doc/
Ddbus.doxygen998 <p>AP mode WPS probing workaround for PBC with Windows 7</p>