Searched refs:phymode_bitmap (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
H A D | reg_db.h | 42 alpha2, max_bw_2g, max_bw_5g, max_bw_6g, phymode_bitmap) \ argument 44 #alpha2, max_bw_2g, max_bw_5g, max_bw_6g, phymode_bitmap} 47 max_bw_2g, max_bw_5g, max_bw_6g, phymode_bitmap) \ argument 49 max_bw_5g, phymode_bitmap} 628 uint16_t phymode_bitmap; member
|
H A D | reg_services_common.c | 6560 bool reg_is_phymode_unallowed(enum reg_phymode phy_in, uint32_t phymode_bitmap) in reg_is_phymode_unallowed() argument 6562 if (!phymode_bitmap) in reg_is_phymode_unallowed() 6566 return phymode_bitmap & REGULATORY_PHYMODE_NO11BE; in reg_is_phymode_unallowed() 6568 return phymode_bitmap & REGULATORY_PHYMODE_NO11AX; in reg_is_phymode_unallowed() 6570 return phymode_bitmap & REGULATORY_PHYMODE_NO11AC; in reg_is_phymode_unallowed() 6572 return phymode_bitmap & REGULATORY_CHAN_NO11N; in reg_is_phymode_unallowed() 6574 return phymode_bitmap & REGULATORY_PHYMODE_NO11G; in reg_is_phymode_unallowed() 6576 return phymode_bitmap & REGULATORY_PHYMODE_NO11A; in reg_is_phymode_unallowed() 6578 return phymode_bitmap & REGULATORY_PHYMODE_NO11B; in reg_is_phymode_unallowed() 6583 bool reg_is_phymode_unallowed(enum reg_phymode phy_in, uint32_t phymode_bitmap) in reg_is_phymode_unallowed() argument [all …]
|
H A D | reg_db_parser.c | 268 g_all_countries[country_index].phymode_bitmap; in reg_get_reginfo_from_country_code_and_regdmn_pair()
|
H A D | reg_services_common.h | 2328 bool reg_is_phymode_unallowed(enum reg_phymode phy_in, uint32_t phymode_bitmap);
|