Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_offload.cpp85 …MKeepAliveCommand(wifi_interface_handle iface, u8 index, u16 ether_type, u8 *ip_packet, u16 ip_pac… in MKeepAliveCommand() argument
87 …: WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mEther_type(ether_type), mIpPkt(ip_pa… in MKeepAliveCommand()
234 u16 ether_type, u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr, in wifi_start_sending_offloaded_packet() argument
239 && (ip_packet_len <= MKEEP_ALIVE_IP_PKT_MAX) && ((ether_type == ETHERTYPE_IP) || in wifi_start_sending_offloaded_packet()
240 (ether_type == ETHERTYPE_IPV6))) { in wifi_start_sending_offloaded_packet()
241 … MKeepAliveCommand *cmd = new MKeepAliveCommand(iface, index, ether_type, ip_packet, ip_packet_len, in wifi_start_sending_offloaded_packet()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dwifi_offload.cpp85 …MKeepAliveCommand(wifi_interface_handle iface, u8 index, u16 ether_type, u8 *ip_packet, u16 ip_pac… in MKeepAliveCommand() argument
87 …: WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mEther_type(ether_type), mIpPkt(ip_pa… in MKeepAliveCommand()
234 u16 ether_type, u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr, in wifi_start_sending_offloaded_packet() argument
239 && (ip_packet_len <= MKEEP_ALIVE_IP_PKT_MAX) && ((ether_type == ETHERTYPE_IP) || in wifi_start_sending_offloaded_packet()
240 (ether_type == ETHERTYPE_IPV6))) { in wifi_start_sending_offloaded_packet()
241 … MKeepAliveCommand *cmd = new MKeepAliveCommand(iface, index, ether_type, ip_packet, ip_packet_len, in wifi_start_sending_offloaded_packet()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dvlan.h58 uint16 ether_type; member
73 uint16 ether_type; /* ethertype */ member
Dethernet.h121 uint16 ether_type; member
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_offload.h19 u16 ether_type, u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr,
Dwifi_hal.h839 wifi_interface_handle iface, u16 ether_type, u8 *ip_packet,
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dcommon.h202 wifi_interface_handle iface, u16 ether_type, u8 *ip_packet,
Dwifi_hal.cpp2538 u16 ether_type, in wifi_start_sending_offloaded_packet() argument
2557 ALOGV("ether type 0x%04x\n", ether_type); in wifi_start_sending_offloaded_packet()
2583 ether_type); in wifi_start_sending_offloaded_packet()
/hardware/interfaces/wifi/aidl/default/
Dwifi_sta_iface.h130 int32_t cmd_id, const std::vector<uint8_t>& ip_packet_data, char16_t ether_type,
Dwifi_sta_iface.cpp649 int32_t cmd_id, const std::vector<uint8_t>& ip_packet_data, char16_t ether_type, in startSendingKeepAlivePacketsInternal() argument
653 ifname_, cmd_id, ether_type, ip_packet_data, src_address, dst_address, period_in_ms); in startSendingKeepAlivePacketsInternal()
Dwifi_legacy_hal.cpp1071 uint16_t ether_type, in startSendingOffloadedPacket() argument
1082 cmd_id, getIfaceHandle(iface_name), ether_type, ip_packet_data_internal.data(), in startSendingOffloadedPacket()
Dwifi_legacy_hal.h653 uint16_t ether_type,
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1135 if (eh->ether_type == hton16(ETHER_TYPE_8021Q)) { in pktsetprio()
1144 if (evh->ether_type == hton16(ETHER_TYPE_IP)) { in pktsetprio()
1171 } else if (eh->ether_type == hton16(ETHER_TYPE_IP)) { in pktsetprio()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dwifi_hal_stub.cpp277 wifi_interface_handle iface, u16 ether_type, u8 *ip_packet, u16 ip_packet_len, in wifi_start_sending_offloaded_packet_stub() argument
Dhalutil.cpp3609 static wifi_error start_mkeep_alive(int index, u32 period_msec, u16 ether_type, in start_mkeep_alive() argument
3615 ret = hal_fn.wifi_start_sending_offloaded_packet(index, wlan0Handle, ether_type, ip_pkt, in start_mkeep_alive()
4165 u16 ip_pkt_len = 0, ether_type = 0; in readKeepAliveOptions() local
4220 ether_type = atoi(argv[++j]); in readKeepAliveOptions()
4221 if (!((ether_type == ETHERTYPE_IP) || in readKeepAliveOptions()
4222 (ether_type == ETHERTYPE_IPV6))) { in readKeepAliveOptions()
4243 ret = start_mkeep_alive(index, period_msec, ether_type, src_mac, in readKeepAliveOptions()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwifi_hal.cpp2643 u16 ether_type, in wifi_start_sending_offloaded_packet() argument
2662 ALOGV("ether type 0x%04x\n", ether_type); in wifi_start_sending_offloaded_packet()
2690 ether_type); in wifi_start_sending_offloaded_packet()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Lan.cpp6424 flt_rule_entry.rule.attrib.ether_type = 0x0800; in add_tcp_syn_flt_rule_l2tp()
6428 flt_rule_entry.rule.attrib.ether_type = 0x86dd; in add_tcp_syn_flt_rule_l2tp()