Lines Matching refs:build_ack
6743 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)
9172 ack, attrs = build_ack(msg['eap_identifier'], e_nonce, r_nonce,
9211 ack, attrs = build_ack(msg['eap_identifier'], e_nonce, r_nonce,
9250 ack, attrs = build_ack(msg['eap_identifier'], 16*b'\x00', r_nonce,