Searched refs:opcode (Results 1 – 4 of 4) sorted by relevance
| /hostap-latest/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-latest/tests/hwsim/ |
| D | test_ap_hs20.py | 4725 def build_arp(dst_ll, src_ll, opcode, sender_mac, sender_ip, argument 4737 arp = struct.pack('>HHBBH', 1, 0x0800, 6, 4, opcode) 4743 def send_arp(dev, dst_ll="ff:ff:ff:ff:ff:ff", src_ll=None, opcode=1, argument 4760 pkt = build_arp(dst_ll=dst_ll, src_ll=src_ll, opcode=opcode, 4979 opcode=2) 5002 target_ip="192.168.1.130", opcode=2) 5005 opcode=2) 5017 target_ip="192.168.1.123", opcode=2) 5023 target_ip="192.168.1.123", opcode=2) 5036 send_arp(dev[0], opcode=2, sender_mac=addr0, sender_ip="192.168.1.127", [all …]
|
| D | test_ap_wps.py | 6478 def recv_wsc_msg(dev, opcode, msg_type): argument 6480 if msg['wsc_opcode'] != opcode or msg['wsc_msg_type'] != msg_type: 6491 def build_eap_wsc(eap_code, eap_id, payload, opcode=WSC_MSG): argument 6502 msg += struct.pack('BB', opcode, 0) 6751 msg = build_eap_wsc(eap_code, eap_id, attrs, opcode=WSC_ACK) 6765 msg = build_eap_wsc(eap_code, eap_id, attrs, opcode=WSC_NACK) 6854 wsc_done = build_eap_wsc(2, msg['eap_identifier'], attrs, opcode=WSC_Done) 6863 wsc_start = build_eap_wsc(1, eap_id, b'', opcode=WSC_Start) 7590 msg = build_eap_wsc(1, eap_id, attrs, opcode=WSC_NACK) 7661 msg = build_eap_wsc(1, eap_id, attrs, opcode=WSC_ACK) [all …]
|
| /hostap-latest/src/drivers/ |
| D | driver_atheros.c | 1463 int opcode, char *buf, int len) in atheros_wireless_event_atheros_custom() argument 1465 switch (opcode) { in atheros_wireless_event_atheros_custom()
|