Home
last modified time | relevance | path

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

/hostap-latest/tests/hwsim/
Dtest_eht.py158 def start_eht_sae_ap(apdev, ml=False, transition_mode=False): argument
162 params['ieee80211w'] = '1' if transition_mode else '2'
163 params['rsn_pairwise'] = "CCMP GCMP-256" if transition_mode else "GCMP-256"
164 params['group_cipher'] = "CCMP" if transition_mode else "GCMP-256"
165 params["group_mgmt_cipher"] = "AES-128-CMAC" if transition_mode else "BIP-GMAC-256"
167 …params['wpa_key_mgmt'] = "SAE SAE-EXT-KEY WPA-PSK WPA-PSK-SHA256" if transition_mode else 'SAE-EXT…
168 params['sae_groups'] = "19 20" if transition_mode else "20"
169 params['sae_pwe'] = "2" if transition_mode else "1"
218 hapd = start_eht_sae_ap(apdev[0], ml=True, transition_mode=True)