Searched refs:workaround (Results 1 – 20 of 20) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_owe.py | 989 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))
|
D | test_eap_proto.py | 9322 workaround = "0" if i == 6 else "1" 9329 eap_workaround=workaround,
|
/hostap-latest/src/eap_peer/ |
D | eap.c | 964 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()
|
D | eap.h | 351 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround);
|
D | eap_i.h | 363 unsigned int workaround; member
|
D | eap_tls_common.c | 170 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()
|
D | eap_peap.c | 818 if (wpabuf_len(in_data) == 0 && sm->workaround && in eap_peap_decrypt() 1185 if (sm->workaround && data->resuming) { in eap_peap_process()
|
D | eap_mschapv2.c | 744 if (sm->workaround) { in eap_mschapv2_check_mslen()
|
/hostap-latest/src/eapol_supp/ |
D | eapol_supp_sm.c | 1324 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()
|
D | eapol_supp_sm.h | 52 unsigned int workaround; member
|
/hostap-latest/wpa_supplicant/ |
D | ChangeLog | 200 * 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 …]
|
D | pasn_supplicant.c | 443 eapol_conf.workaround = ssid->eap_workaround; in wpas_pasn_initiate_eapol()
|
D | eapol_test.c | 645 eapol_conf.workaround = ssid->eap_workaround; in test_eapol()
|
D | android.config | 270 # Disable Linux packet socket workaround applicable for station interface
|
D | defconfig | 319 # Disable Linux packet socket workaround applicable for station interface
|
D | README-P2P | 191 used prior to starting GO Negotiation as a workaround with some deployed
|
D | wpa_supplicant.c | 358 eapol_conf.workaround = ssid->eap_workaround; in wpa_supplicant_initiate_eapol()
|
/hostap-latest/hostapd/ |
D | ChangeLog | 71 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/ |
D | preauth.c | 246 eapol_conf.workaround = sm->eap_workaround; in rsn_preauth_init()
|
/hostap-latest/doc/ |
D | dbus.doxygen | 998 <p>AP mode WPS probing workaround for PBC with Windows 7</p>
|