Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.c313 uint8_t punctured_bits; in dp_mon_get_puncture_type() local
339 punctured_bits = 0; in dp_mon_get_puncture_type()
341 punctured_bits++; in dp_mon_get_puncture_type()
346 if (punctured_bits == IEEE80211_PUNC_MINUS20MHZ) in dp_mon_get_puncture_type()
351 if (punctured_bits == IEEE80211_PUNC_MINUS20MHZ) in dp_mon_get_puncture_type()
353 else if (punctured_bits == IEEE80211_PUNC_MINUS40MHZ) in dp_mon_get_puncture_type()
358 if (punctured_bits == IEEE80211_PUNC_MINUS40MHZ) in dp_mon_get_puncture_type()
360 else if (punctured_bits == IEEE80211_PUNC_MINUS80MHZ) in dp_mon_get_puncture_type()
362 else if (punctured_bits == IEEE80211_PUNC_MINUS120MHZ) in dp_mon_get_puncture_type()