Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_opclass.c694 reg_is_6ghz_op_class(pdev, op_class_tbl->op_class)) in reg_dmn_get_num_6g_opclasses()
778 reg_is_6ghz_op_class(pdev, op_class_tbl->op_class)) { in reg_dmn_fill_6g_opcls_chan_lists()
869 reg_is_6ghz_op_class(pdev, op_class)) { in reg_dmn_get_6g_opclasses_and_channels()
1465 if (reg_is_6ghz_op_class(pdev, op_class)) in reg_country_chan_opclass_to_freq()
1967 if (reg_is_6ghz_op_class(pdev, op_class_tbl->op_class)) { in reg_get_channels_from_opclassmap()
2040 bool reg_is_6ghz_op_class(struct wlan_objmgr_pdev *pdev, uint8_t op_class) in reg_is_6ghz_op_class() function
2389 if (reg_is_6ghz_op_class(pdev, opclass)) { in reg_enable_disable_opclass_chans()
H A Dreg_services_common.h1577 bool reg_is_6ghz_op_class(struct wlan_objmgr_pdev *pdev,
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_services_api.c1559 return reg_is_6ghz_op_class(pdev, op_class); in wlan_reg_is_6ghz_op_class()