Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_internal.h1775 HAL_DOT11_MAX, enumerator
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx.c2607 pkt_type = (pkt_type >= HAL_DOT11_MAX ? DOT11_MAX : in dp_rx_msdu_extd_stats_update()
H A Ddp_internal.h188 static const enum cdp_packet_type hal_2_dp_pkt_type_map[HAL_DOT11_MAX] = {
H A Ddp_tx.c5246 pkt_type = (pkt_type >= HAL_DOT11_MAX ? DOT11_MAX :