Home
last modified time | relevance | path

Searched refs:is_dhcp (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_txrx.c583 bool is_dhcp = false; in dp_start_xmit() local
626 is_dhcp = true; in dp_start_xmit()
629 is_dhcp = true; in dp_start_xmit()
741 } else if (is_dhcp) { in dp_start_xmit()
1664 bool is_dhcp; in dp_rx_packet_cbk() local
1689 is_dhcp = false; in dp_rx_packet_cbk()
1721 is_dhcp = true; in dp_rx_packet_cbk()
1725 is_dhcp = true; in dp_rx_packet_cbk()
1841 else if (is_dhcp) in dp_rx_packet_cbk()
1859 else if (is_dhcp) in dp_rx_packet_cbk()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_cmn_struct.h861 uint8_t is_dhcp; member