Home
last modified time | relevance | path

Searched refs:FRAME_MASK_IPV6_DHCP (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_swlm.h55 ((frame_mask & FRAME_MASK_IPV6_DHCP) && in dp_tx_is_special_frame()
99 FRAME_MASK_IPV4_EAPOL | FRAME_MASK_IPV6_DHCP; in dp_swlm_tcl_pre_check()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_rx.c538 FRAME_MASK_IPV4_EAPOL | FRAME_MASK_IPV6_DHCP; in dp_rx_2k_jump_oor_err_handler_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx.h269 ((frame_mask & FRAME_MASK_IPV6_DHCP) && in dp_rx_is_special_frame()
H A Ddp_rx.c2852 FRAME_MASK_IPV4_EAPOL | FRAME_MASK_IPV6_DHCP | in dp_rx_deliver_to_stack_no_peer()
H A Ddp_internal.h1474 #define FRAME_MASK_IPV6_DHCP 0x8 macro