Home
last modified time | relevance | path

Searched refs:ETHERTYPE_AARP (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/fw-api/fw/
H A Denet.h104 #ifndef ETHERTYPE_AARP
105 #define ETHERTYPE_AARP 0x80f3 /* Internal QCA AARP protocol */ macro
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_encap.c236 if (ether_type == ETHERTYPE_AARP in ol_tx_encap_from_8023()
370 if (!(ether_type == ETHERTYPE_AARP || in ol_rx_decap_to_8023()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c433 if (ether_type == ETHERTYPE_AARP || in pkt_capture_rx_convert8023to80211()
525 if (ether_type == ETHERTYPE_AARP || in pkt_capture_rx_convert8023to80211()
1237 if (ether_type == ETHERTYPE_AARP || in pkt_capture_tx_data_cb()
1432 if (ether_type == ETHERTYPE_AARP || in pkt_capture_tx_data_cb()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c2171 if (!(ether_type == ETHERTYPE_AARP || in wma_decap_to_8023()