Home
last modified time | relevance | path

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

/hostap-latest/tests/hwsim/
Dtest_ap_wps.py6743 def build_ack(eap_id, e_nonce, r_nonce, msg_type=WPS_WSC_ACK, eap_code=1): function
7600 msg, attrs = build_ack(eap_id, None, r_nonce)
7610 msg, attrs = build_ack(eap_id, 16*'\x00', r_nonce)
7620 msg, attrs = build_ack(eap_id, e_nonce, None)
7630 msg, attrs = build_ack(eap_id, e_nonce, 16*'\x00')
7640 msg, attrs = build_ack(eap_id, e_nonce, r_nonce, msg_type=None)
7650 msg, attrs = build_ack(eap_id, e_nonce, r_nonce, msg_type=123)
7671 msg, attrs = build_ack(eap_id, e_nonce, r_nonce)
8098 ack, attrs = build_ack(msg['eap_identifier'], e_nonce, r_nonce,
9134 ack, attrs = build_ack(msg['eap_identifier'], e_nonce, r_nonce, eap_code=2)
[all …]