Home
last modified time | relevance | path

Searched refs:puncture_pattern (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/ !
H A Ddp_mon_2.0.c310 dp_mon_get_puncture_type(uint16_t puncture_pattern, uint8_t bw) in dp_mon_get_puncture_type() argument
315 if (!puncture_pattern) in dp_mon_get_puncture_type()
335 puncture_pattern = ~puncture_pattern; in dp_mon_get_puncture_type()
336 puncture_pattern &= mask; in dp_mon_get_puncture_type()
338 if (puncture_pattern) { in dp_mon_get_puncture_type()
340 while (puncture_pattern != 0) { in dp_mon_get_puncture_type()
342 puncture_pattern &= (puncture_pattern - 1); in dp_mon_get_puncture_type()
381 dp_mon_get_puncture_type(uint16_t puncture_pattern, uint8_t bw) in dp_mon_get_puncture_type() argument
H A Ddp_mon_2.0.h463 dp_mon_get_puncture_type(uint16_t puncture_pattern, uint8_t bw);
H A Ddp_rx_mon_2.0.c2658 uint16_t puncture_pattern; in dp_rx_mon_populate_ppdu_info_2_0() local
2675 puncture_pattern = hal_ppdu_info->rx_status.punctured_pattern; in dp_rx_mon_populate_ppdu_info_2_0()
2676 punc_mode = dp_mon_get_puncture_type(puncture_pattern, in dp_rx_mon_populate_ppdu_info_2_0()