tests: Data connectivity after REAUTHENTICATE
Verify that not updating GTK (i.e., only update PTK) in the driver does not break connectivity. This case is different after the check for "already in-use GTK" and rejection of GTK reinstallation. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
7814838f92
commit
720a2e7906
1 changed files with 1 additions and 0 deletions
|
@ -5454,6 +5454,7 @@ def test_eap_ttls_pap_session_resumption(dev, apdev):
|
|||
raise Exception("Key handshake with the AP timed out")
|
||||
if dev[0].get_status_field("tls_session_reused") != '1':
|
||||
raise Exception("Session resumption not used on the second connection")
|
||||
hwsim_utils.test_connectivity(dev[0], hapd)
|
||||
|
||||
def test_eap_ttls_chap_session_resumption(dev, apdev):
|
||||
"""EAP-TTLS/CHAP session resumption"""
|
||||
|
|
Loading…
Reference in a new issue