Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c4745 const uint16_t *bonded_puncture_bitmap = NULL; in reg_is_punc_bitmap_valid() local
4752 bonded_puncture_bitmap = in reg_is_punc_bitmap_valid()
4759 if (array_size && bonded_puncture_bitmap) { in reg_is_punc_bitmap_valid()
4761 if (puncture_bitmap == bonded_puncture_bitmap[i]) { in reg_is_punc_bitmap_valid()
4775 const uint16_t *bonded_puncture_bitmap = NULL; in reg_find_nearest_puncture_pattern() local
4791 bonded_puncture_bitmap = in reg_find_nearest_puncture_pattern()
4798 if (array_size && bonded_puncture_bitmap) { in reg_find_nearest_puncture_pattern()
4800 uint16_t valid_bitmap = bonded_puncture_bitmap[i]; in reg_find_nearest_puncture_pattern()