Home
last modified time | relevance | path

Searched refs:op_class (Results 1 – 25 of 33) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_opclass.h93 void reg_dmn_print_channels_in_opclass(uint8_t *country, uint8_t op_class);
173 bool reg_is_5ghz_op_class(const uint8_t *country, uint8_t op_class);
183 bool reg_is_2ghz_op_class(const uint8_t *country, uint8_t op_class);
205 uint8_t *op_class,
227 uint8_t *op_class,
246 uint8_t *op_class,
261 uint8_t op_class,
274 uint8_t op_class,
296 uint8_t chan, uint8_t op_class,
309 uint8_t op_class,
[all …]
Dreg_opclass.c689 while (op_class_tbl && op_class_tbl->op_class) { in reg_dmn_get_num_6g_opclasses()
694 reg_is_6ghz_op_class(pdev, op_class_tbl->op_class)) in reg_dmn_get_num_6g_opclasses()
746 reg_is_unsupported_opclass(struct wlan_objmgr_pdev *pdev, uint8_t op_class) in reg_is_unsupported_opclass() argument
748 return ((op_class == GLOBAL_6G_OPCLASS_80P80) && in reg_is_unsupported_opclass()
773 while (op_class_tbl && op_class_tbl->op_class) { in reg_dmn_fill_6g_opcls_chan_lists()
778 reg_is_6ghz_op_class(pdev, op_class_tbl->op_class)) { in reg_dmn_fill_6g_opcls_chan_lists()
782 if (reg_is_unsupported_opclass(pdev, op_class_tbl->op_class)) { in reg_dmn_fill_6g_opcls_chan_lists()
863 while (op_class_tbl && op_class_tbl->op_class) { in reg_dmn_get_6g_opclasses_and_channels()
865 uint8_t op_class = op_class_tbl->op_class; in reg_dmn_get_6g_opclasses_and_channels() local
869 reg_is_6ghz_op_class(pdev, op_class)) { in reg_dmn_get_6g_opclasses_and_channels()
[all …]
Dreg_services_common.c9555 static inline bool reg_is_320_opclass(qdf_freq_t freq, uint8_t op_class) in reg_is_320_opclass() argument
9576 uint8_t op_class) in reg_find_eirp_in_afc_eirp_obj() argument
9582 if (reg_is_320_opclass(freq, op_class)) { in reg_find_eirp_in_afc_eirp_obj()
9593 op_class, in reg_find_eirp_in_afc_eirp_obj()
9619 uint8_t op_class) in reg_find_eirp_in_afc_chan_obj() argument
9623 if (chan_obj->global_opclass != op_class) in reg_find_eirp_in_afc_chan_obj()
9632 op_class); in reg_find_eirp_in_afc_chan_obj()
9833 uint8_t i, op_class = 0, chan_num = 0; in reg_get_sp_eirp() local
9879 &op_class, in reg_get_sp_eirp()
9903 op_class); in reg_get_sp_eirp()
Dreg_services_common.h1578 uint8_t op_class);
/wlan-driver/qcacld-3.0/os_if/son/src/
Dos_if_son.c1334 for (idx = 0; reg_ap_cap[idx].op_class && idx < n_opclasses; idx++) { in os_if_son_reg_get_ap_hw_cap()
1336 idx, reg_ap_cap[idx].op_class, in os_if_son_reg_get_ap_hw_cap()
1342 wlan_reg_is_6ghz_op_class(pdev, reg_ap_cap[idx].op_class)) { in os_if_son_reg_get_ap_hw_cap()
1344 reg_ap_cap[idx].op_class); in os_if_son_reg_get_ap_hw_cap()
1347 hwcap->opclasses[nsoc].opclass = reg_ap_cap[idx].op_class; in os_if_son_reg_get_ap_hw_cap()
1403 for (idx = 0; reg_ap_cap[idx].op_class && idx < n_opclasses; idx++) { in os_if_son_reg_get_op_channels()
1405 (op_chan->opclass != reg_ap_cap[idx].op_class)) in os_if_son_reg_get_op_channels()
1408 idx, reg_ap_cap[idx].op_class, in os_if_son_reg_get_op_channels()
1411 if (reg_ap_cap[idx].op_class == op_chan->opclass) { in os_if_son_reg_get_op_channels()
1465 struct wlan_op_class *op_class) in os_if_son_reg_get_opclass_details() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
Dwlan_reg_services_api.c1426 uint8_t *op_class, in wlan_reg_freq_width_to_chan_op_class() argument
1432 op_class, in wlan_reg_freq_width_to_chan_op_class()
1443 uint8_t *op_class, in wlan_reg_freq_width_to_chan_op_class_auto() argument
1449 op_class, in wlan_reg_freq_width_to_chan_op_class_auto()
1459 uint8_t *op_class, in wlan_reg_freq_to_chan_op_class() argument
1465 op_class, in wlan_reg_freq_to_chan_op_class()
1471 uint8_t op_class, in wlan_reg_is_freq_in_country_opclass() argument
1475 op_class, chan_freq); in wlan_reg_is_freq_in_country_opclass()
1537 uint8_t op_class, in wlan_reg_get_op_class_width() argument
1540 return reg_get_op_class_width(pdev, op_class, in wlan_reg_get_op_class_width()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
Dwlan_reg_services_api.h2043 uint8_t *op_class,
2064 uint8_t *op_class,
2082 uint8_t *op_class,
2097 uint8_t op_class,
2134 uint8_t op_class,
2145 bool wlan_reg_is_5ghz_op_class(const uint8_t *country, uint8_t op_class);
2155 bool wlan_reg_is_2ghz_op_class(const uint8_t *country, uint8_t op_class);
2165 uint8_t op_class);
2197 uint8_t chan, uint8_t op_class,
2210 uint8_t op_class,
[all …]
Dreg_services_public_struct.h776 uint8_t op_class; member
813 uint8_t op_class; member
/wlan-driver/qcacld-3.0/components/tdls/core/src/
Dwlan_tdls_peer.c833 uint32_t op_class = 0; in tdls_set_link_status() local
863 peer, &channel, &op_class); in tdls_set_link_status()
865 peer->state_change_notification(mac, op_class, channel, in tdls_set_link_status()
891 uint32_t op_class = 0; in tdls_set_peer_link_status() local
921 peer, &channel, &op_class); in tdls_set_peer_link_status()
924 op_class, channel, state, in tdls_set_peer_link_status()
1155 uint32_t max_latency, uint32_t op_class, in tdls_set_extctrl_param() argument
1162 peer->op_class_for_pref_off_chan = (uint8_t)op_class; in tdls_set_extctrl_param()
Dwlan_tdls_peer.h240 uint32_t max_latency, uint32_t op_class,
Dwlan_tdls_cmds_process.c2033 req->op_class, req->min_bandwidth); in tdls_config_force_peer()
2103 if (!peer_req.op_class) in tdls_process_setup_peer()
2104 peer_req.op_class = tdls_get_opclass_from_bandwidth(vdev, in tdls_process_setup_peer()
2111 peer_req.op_class, in tdls_process_setup_peer()
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
Drrm_api.c539 uint8_t op_class, uint8_t chan, in wlan_diag_log_beacon_rpt_req_event() argument
560 wlan_diag_event.op_class = op_class; in wlan_diag_log_beacon_rpt_req_event()
570 uint8_t op_class, uint8_t chan, in wlan_diag_log_beacon_rpt_req_event() argument
2016 uint8_t op_class, channel; in rrm_process_channel_load_req() local
2079 op_class = chan_load_req->measurement_request.channel_load.op_class; in rrm_process_channel_load_req()
2098 chan_load_req->measurement_token, op_class, in rrm_process_channel_load_req()
2106 (wlan_reg_is_6ghz_op_class(mac->pdev, op_class))) { in rrm_process_channel_load_req()
2115 op_class, false); in rrm_process_channel_load_req()
2147 load_ind->op_class = op_class; in rrm_process_channel_load_req()
2279 channel_load_report->op_class = chan_load_ind->op_class; in rrm_process_chan_load_report_xmit()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Drrm_global.h121 uint8_t op_class; member
152 uint8_t op_class; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_action_frame.c184 ext_chan_switch_ann_action.op_class))) { in lim_process_ext_channel_switch_action_frame()
192 ext_channel_switch_frame->ext_chan_switch_ann_action.op_class, in lim_process_ext_channel_switch_action_frame()
1277 peer_oci.op_class); in lim_check_oci_match()
1281 if ((self_oci.op_class != peer_oci.op_class && in lim_check_oci_match()
1286 self_oci.op_class, in lim_check_oci_match()
1290 peer_oci.op_class, in lim_check_oci_match()
Dlim_send_sme_rsp_messages.c519 uint8_t chan = 0, op_class, link_id; in lim_copy_ml_partner_info() local
537 &chan, &op_class); in lim_copy_ml_partner_info()
542 link_id, &chan, &op_class); in lim_copy_ml_partner_info()
546 op_class, in lim_copy_ml_partner_info()
Dlim_process_tdls.c232 uint8_t op_class; in populate_dot11f_tdls_offchannel_params() local
323 op_class = wlan_reg_dmn_get_opclass_from_channel( in populate_dot11f_tdls_offchannel_params()
329 suppOperClasses->classes[0] = op_class; in populate_dot11f_tdls_offchannel_params()
346 chanOffset, op_class, valid_count, numClasses, in populate_dot11f_tdls_offchannel_params()
Dlim_api.c4178 uint8_t op_class; in lim_gen_link_specific_probe_rsp() local
4274 &chan, &op_class); in lim_gen_link_specific_probe_rsp()
4280 &chan, &op_class); in lim_gen_link_specific_probe_rsp()
4295 wlan_reg_chan_opclass_to_freq(chan, op_class, in lim_gen_link_specific_probe_rsp()
Dlim_process_sme_req_messages.c10076 uint8_t op_class = 0; in send_extended_chan_switch_action_frame() local
10083 op_class = in send_extended_chan_switch_action_frame()
10101 op_class = lim_op_class_from_bandwidth(mac_ctx, in send_extended_chan_switch_action_frame()
10106 switch_mode, op_class, new_channel, in send_extended_chan_switch_action_frame()
10112 switch_mode, op_class, new_channel, in send_extended_chan_switch_action_frame()
10124 uint8_t op_class = 0, new_channel; in lim_send_chan_switch_action_frame() local
10131 op_class = in lim_send_chan_switch_action_frame()
10151 op_class, new_channel, switch_count, in lim_send_chan_switch_action_frame()
10161 (mac_ctx, session_entry->bssId, switch_mode, op_class, in lim_send_chan_switch_action_frame()
/wlan-driver/qcacld-3.0/core/sme/src/rrm/
Dsme_rrm.c756 chan_load_resp->op_class = rrm_ctx->regClass; in sme_rrm_send_chan_load_report_xmit_ind()
1148 uint8_t op_class, in sme_rrm_fill_scan_channels() argument
1161 op_class, in sme_rrm_fill_scan_channels()
1404 sme_rrm_ctx->regClass = chan_load->op_class; in sme_rrm_process_chan_load_req_ind()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
Dwlan_cm_roam_api.h1788 uint8_t *chan, uint8_t *op_class);
1804 uint8_t *chan, uint8_t *op_class);
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/
Dwlan_tdls_public_structs.h936 uint32_t op_class; member
/wlan-driver/qcacld-3.0/components/cmn_services/logging/inc/
Dwlan_connectivity_logging.h585 uint8_t op_class; member
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
Dwlan_scan_public_structs.h547 uint8_t op_class; member
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms448 op_class: 8;
1767 op_class, 1;
2488 op_class, 1;
2650 op_class, 1;
3180 op_class, 1;
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c7112 dot11f->report.channel_load_report.op_class =
7113 channel_load_report->op_class;
7139 dot11f->report.channel_load_report.op_class,
11176 dot11f->op_class = 131;
11242 dot11f->op_class, dot11f->channel_num);
11283 dot11f->op_class = reg_class;
12383 uint8_t op_class;
12668 &chan, &op_class);
12673 &chan, &op_class);
12680 chan_freq = wlan_reg_chan_opclass_to_freq_auto(chan, op_class,
[all …]

12