Searched refs:opcode (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/src/eap_peer/ |
D | eap_gpsk.c | 670 u8 opcode, id; in eap_gpsk_process() local 679 opcode = *pos++; in eap_gpsk_process() 681 wpa_printf(MSG_DEBUG, "EAP-GPSK: Received frame: opcode %d", opcode); in eap_gpsk_process() 688 switch (opcode) { in eap_gpsk_process() 698 opcode); in eap_gpsk_process()
|
/hostap-3.6.0/tests/hwsim/ |
D | test_ap_hs20.py | 4641 def build_arp(dst_ll, src_ll, opcode, sender_mac, sender_ip, argument 4653 arp = struct.pack('>HHBBH', 1, 0x0800, 6, 4, opcode) 4659 def send_arp(dev, dst_ll="ff:ff:ff:ff:ff:ff", src_ll=None, opcode=1, argument 4676 pkt = build_arp(dst_ll=dst_ll, src_ll=src_ll, opcode=opcode, 4895 opcode=2) 4918 target_ip="192.168.1.130", opcode=2) 4921 opcode=2) 4933 target_ip="192.168.1.123", opcode=2) 4939 target_ip="192.168.1.123", opcode=2) 4952 send_arp(dev[0], opcode=2, sender_mac=addr0, sender_ip="192.168.1.127", [all …]
|
D | test_ap_wps.py | 6455 def recv_wsc_msg(dev, opcode, msg_type): argument 6457 if msg['wsc_opcode'] != opcode or msg['wsc_msg_type'] != msg_type: 6468 def build_eap_wsc(eap_code, eap_id, payload, opcode=WSC_MSG): argument 6479 msg += struct.pack('BB', opcode, 0) 6728 msg = build_eap_wsc(eap_code, eap_id, attrs, opcode=WSC_ACK) 6742 msg = build_eap_wsc(eap_code, eap_id, attrs, opcode=WSC_NACK) 6831 wsc_done = build_eap_wsc(2, msg['eap_identifier'], attrs, opcode=WSC_Done) 6840 wsc_start = build_eap_wsc(1, eap_id, b'', opcode=WSC_Start) 7567 msg = build_eap_wsc(1, eap_id, attrs, opcode=WSC_NACK) 7638 msg = build_eap_wsc(1, eap_id, attrs, opcode=WSC_ACK) [all …]
|
/hostap-3.6.0/src/drivers/ |
D | driver_atheros.c | 1461 int opcode, char *buf, int len) in atheros_wireless_event_atheros_custom() argument 1463 switch (opcode) { in atheros_wireless_event_atheros_custom()
|