Lines Matching refs:proto
354 u16 proto;
362 proto = reg_cmd[0];
363 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
365 "ethertype 0x%x", proto);
378 iface->l2 = l2_packet_init(iface->ifname, NULL, proto,
382 "instance for protocol %d", proto);
423 u16 proto;
436 os_memcpy(&proto, buf + ETH_ALEN, 2);
438 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
440 "0x%x", proto);
444 res = l2_packet_send(iface->l2, dst_addr, proto, buf + ETH_ALEN + 2,