Home
last modified time | relevance | path

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

12

/wlan-dirver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A 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()
741 * @op_class: Opclass number.
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 in reg_dmn_get_6g_opclasses_and_channels() local
1080 reg_dmn_print_channels_in_opclass(uint8_t * country,uint8_t op_class) reg_dmn_print_channels_in_opclass() argument
1163 reg_find_opclass_absent_in_ctry_opclss_tables(struct wlan_objmgr_pdev * pdev,qdf_freq_t freq,uint16_t chan_width,bool global_tbl_lookup,uint16_t behav_limit,uint8_t * op_class,uint8_t * chan_num) reg_find_opclass_absent_in_ctry_opclss_tables() argument
1211 reg_freq_width_to_chan_op_class_auto(struct wlan_objmgr_pdev * pdev,qdf_freq_t freq,uint16_t chan_width,bool global_tbl_lookup,uint16_t behav_limit,uint8_t * op_class,uint8_t * chan_num) reg_freq_width_to_chan_op_class_auto() argument
1244 reg_freq_width_to_chan_op_class(struct wlan_objmgr_pdev * pdev,qdf_freq_t freq,uint16_t chan_width,bool global_tbl_lookup,uint16_t behav_limit,uint8_t * op_class,uint8_t * chan_num) reg_freq_width_to_chan_op_class() argument
1298 reg_freq_to_chan_op_class(struct wlan_objmgr_pdev * pdev,qdf_freq_t freq,bool global_tbl_lookup,uint16_t behav_limit,uint8_t * op_class,uint8_t * chan_num) reg_freq_to_chan_op_class() argument
1338 reg_is_freq_in_country_opclass(struct wlan_objmgr_pdev * pdev,const uint8_t country[3],uint8_t op_class,qdf_freq_t chan_freq) reg_is_freq_in_country_opclass() argument
1364 reg_get_op_class_width(struct wlan_objmgr_pdev * pdev,uint8_t op_class,bool global_tbl_lookup) reg_get_op_class_width() argument
1394 reg_chan_opclass_to_freq(uint8_t chan,uint8_t op_class,bool global_tbl_lookup) reg_chan_opclass_to_freq() argument
1438 reg_chan_opclass_to_freq_auto(uint8_t chan,uint8_t op_class,bool global_tbl_lookup) reg_chan_opclass_to_freq_auto() argument
1459 reg_country_chan_opclass_to_freq(struct wlan_objmgr_pdev * pdev,const uint8_t country[3],uint8_t chan,uint8_t op_class,bool strict) reg_country_chan_opclass_to_freq() argument
1609 reg_get_nearest_primary_freq(uint16_t bw,qdf_freq_t cfi_freq,uint8_t op_class) reg_get_nearest_primary_freq() argument
1757 reg_is_cfi_supported(struct wlan_objmgr_pdev * pdev,qdf_freq_t cfi_freq,uint16_t bw,uint8_t op_class,enum supported_6g_pwr_types in_6g_pwr_mode) reg_is_cfi_supported() argument
2040 reg_is_6ghz_op_class(struct wlan_objmgr_pdev * pdev,uint8_t op_class) reg_is_6ghz_op_class() argument
2056 reg_is_opclass_band_found(const uint8_t * country,uint8_t op_class,uint8_t bandmask) reg_is_opclass_band_found() argument
2087 reg_is_5ghz_op_class(const uint8_t * country,uint8_t op_class) reg_is_5ghz_op_class() argument
2092 reg_is_2ghz_op_class(const uint8_t * country,uint8_t op_class) reg_is_2ghz_op_class() argument
[all...]
H A Dreg_opclass.h89 * @op_class: opclass.
93 void reg_dmn_print_channels_in_opclass(uint8_t *country, uint8_t op_class);
168 * @op_class: Operating class.
173 bool reg_is_5ghz_op_class(const uint8_t *country, uint8_t op_class);
178 * @op_class: Operating class.
183 bool reg_is_2ghz_op_class(const uint8_t *country, uint8_t op_class);
195 * @op_class: operating class
205 uint8_t *op_class,
217 * @op_class: operating class
227 uint8_t *op_class,
368 reg_dmn_print_channels_in_opclass(uint8_t * country,uint8_t op_class) reg_dmn_print_channels_in_opclass() argument
391 reg_is_5ghz_op_class(const uint8_t * country,uint8_t op_class) reg_is_5ghz_op_class() argument
397 reg_is_2ghz_op_class(const uint8_t * country,uint8_t op_class) reg_is_2ghz_op_class() argument
423 reg_freq_width_to_chan_op_class(struct wlan_objmgr_pdev * pdev,qdf_freq_t freq,uint16_t chan_width,bool global_tbl_lookup,uint16_t behav_limit,uint8_t * op_class,uint8_t * chan_num) reg_freq_width_to_chan_op_class() argument
434 reg_freq_width_to_chan_op_class_auto(struct wlan_objmgr_pdev * pdev,qdf_freq_t freq,uint16_t chan_width,bool global_tbl_lookup,uint16_t behav_limit,uint8_t * op_class,uint8_t * chan_num) reg_freq_width_to_chan_op_class_auto() argument
444 reg_freq_to_chan_op_class(struct wlan_objmgr_pdev * pdev,qdf_freq_t freq,bool global_tbl_lookup,uint16_t behav_limit,uint8_t * op_class,uint8_t * chan_num) reg_freq_to_chan_op_class() argument
452 reg_is_freq_in_country_opclass(struct wlan_objmgr_pdev * pdev,const uint8_t country[3],uint8_t op_class,uint16_t chan_freq) reg_is_freq_in_country_opclass() argument
461 reg_get_op_class_width(struct wlan_objmgr_pdev * pdev,uint8_t op_class,bool global_tbl_lookup) reg_get_op_class_width() argument
471 reg_country_chan_opclass_to_freq(struct wlan_objmgr_pdev * pdev,const uint8_t country[3],uint8_t chan,uint8_t op_class,bool strict) reg_country_chan_opclass_to_freq() argument
480 reg_chan_opclass_to_freq(uint8_t chan,uint8_t op_class,bool global_tbl_lookup) reg_chan_opclass_to_freq() argument
487 reg_chan_opclass_to_freq_auto(uint8_t chan,uint8_t op_class,bool global_tbl_lookup) reg_chan_opclass_to_freq_auto() argument
[all...]
H A Dreg_services_common.c9542 * width of 320 is same as the input op_class.
9555 static inline bool reg_is_320_opclass(qdf_freq_t freq, uint8_t op_class) in reg_is_320_opclass() argument
9568 * @op_class: Operating class
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()
9611 * @op_class: Operating class
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; reg_get_sp_eirp() local
[all...]
/wlan-dirver/qcacld-3.0/os_if/son/src/
H A 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()
1335 osif_debug("idx: %d op_class: %u ch_width: %d max_tx_pwr_dbm: %u", 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()
1343 osif_debug("ignore 6 GHz op_class: %d to son", 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()
1407 osif_debug("idx: %d op_class in os_if_son_reg_get_op_channels()
1465 os_if_son_reg_get_opclass_details(struct wlan_objmgr_pdev * pdev,struct wlan_op_class * op_class) os_if_son_reg_get_opclass_details() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_services_api.c1426 uint8_t *op_class,
1432 op_class, in wlan_reg_freq_width_to_chan_op_class_auto()
1443 uint8_t *op_class,
1449 op_class, in wlan_reg_freq_to_chan_op_class() argument
1459 uint8_t *op_class, in wlan_reg_is_freq_in_country_opclass()
1465 op_class, in wlan_reg_is_freq_in_country_opclass()
1471 uint8_t op_class, in wlan_reg_get_5g_bonded_channel_and_state_for_pwrmode()
1475 op_class, chan_freq); in wlan_reg_get_5g_bonded_channel_and_state_for_pwrmode()
1537 uint8_t op_class, in wlan_reg_is_5ghz_op_class()
1540 return reg_get_op_class_width(pdev, op_class, in wlan_reg_is_2ghz_op_class()
1416 wlan_reg_freq_width_to_chan_op_class(struct wlan_objmgr_pdev * pdev,qdf_freq_t freq,uint16_t chan_width,bool global_tbl_lookup,uint16_t behav_limit,uint8_t * op_class,uint8_t * chan_num) wlan_reg_freq_width_to_chan_op_class() argument
1433 wlan_reg_freq_width_to_chan_op_class_auto(struct wlan_objmgr_pdev * pdev,qdf_freq_t freq,uint16_t chan_width,bool global_tbl_lookup,uint16_t behav_limit,uint8_t * op_class,uint8_t * chan_num) wlan_reg_freq_width_to_chan_op_class_auto() argument
1461 wlan_reg_is_freq_in_country_opclass(struct wlan_objmgr_pdev * pdev,const uint8_t country[3],uint8_t op_class,qdf_freq_t chan_freq) wlan_reg_is_freq_in_country_opclass() argument
1527 wlan_reg_get_op_class_width(struct wlan_objmgr_pdev * pdev,uint8_t op_class,bool global_tbl_lookup) wlan_reg_get_op_class_width() argument
1534 wlan_reg_is_5ghz_op_class(const uint8_t * country,uint8_t op_class) wlan_reg_is_5ghz_op_class() argument
1539 wlan_reg_is_2ghz_op_class(const uint8_t * country,uint8_t op_class) wlan_reg_is_2ghz_op_class() argument
1547 wlan_reg_is_6ghz_op_class(struct wlan_objmgr_pdev * pdev,uint8_t op_class) wlan_reg_is_6ghz_op_class() argument
1565 wlan_reg_country_chan_opclass_to_freq(struct wlan_objmgr_pdev * pdev,const uint8_t country[3],uint8_t chan,uint8_t op_class,bool strict) wlan_reg_country_chan_opclass_to_freq() argument
1574 wlan_reg_chan_opclass_to_freq(uint8_t chan,uint8_t op_class,bool global_tbl_lookup) wlan_reg_chan_opclass_to_freq() argument
1591 wlan_reg_chan_opclass_to_freq_auto(uint8_t chan,uint8_t op_class,bool global_tbl_lookup) wlan_reg_chan_opclass_to_freq_auto() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_services_api.h2033 * @op_class: operating class
2043 uint8_t *op_class,
2054 * @op_class: operating class
2064 uint8_t *op_class,
2073 * @op_class: operating class
2082 uint8_t *op_class,
2090 * @op_class: operating class
2097 uint8_t op_class,
2128 * @op_class: operating class
2134 uint8_t op_class,
[all...]
H A Dreg_services_public_struct.h767 * @op_class: operating class number
776 uint8_t op_class;
802 * @op_class: operating class number
813 uint8_t op_class;
761 uint8_t op_class; global() member
798 uint8_t op_class; global() member
/wlan-dirver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_peer.c833 uint32_t op_class = 0; in tdls_set_link_status()
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()
921 peer, &channel, &op_class); in tdls_fill_peer_pref_offchan_bw()
924 op_class, channel, state, in tdls_update_off_chan_peer_caps()
1155 uint32_t max_latency, uint32_t op_class, in tdls_reset_peer()
1162 peer->op_class_for_pref_off_chan = (uint8_t)op_class; in tdls_reset_peer()
831 uint32_t op_class = 0; tdls_set_link_status() local
874 uint32_t op_class = 0; tdls_set_peer_link_status() local
1136 tdls_set_extctrl_param(struct tdls_peer * peer,qdf_freq_t ch_freq,uint32_t max_latency,uint32_t op_class,uint32_t min_bandwidth) tdls_set_extctrl_param() argument
H A Dwlan_tdls_peer.h232 * @op_class: operation class
240 uint32_t max_latency, uint32_t op_class,
H A 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-dirver/qcacld-3.0/core/mac/src/pe/rrm/
H A Drrm_api.c531 * @op_class: operating class in rrm_process_neighbor_report_req()
539 uint8_t op_class, uint8_t chan, in rrm_process_neighbor_report_req()
560 wlan_diag_event.op_class = op_class; in rrm_get_country_code_from_connected_profile()
570 uint8_t op_class, uint8_t chan, in rrm_get_country_code_from_connected_profile()
1186 pe_nofl_rl_info("RX: [802.11 BCN_RPT] seq:%d SSID:" QDF_SSID_FMT " BSSID:" QDF_MAC_ADDR_FMT " Token:%d op_class:%d ch:%d meas_mode:%d meas_duration:%d max_meas_dur: %d",
2016 uint8_t op_class, channel; in rrm_process_beacon_req()
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()
591 wlan_diag_log_beacon_rpt_req_event(uint8_t token,uint8_t mode,uint8_t op_class,uint8_t chan,uint8_t req_mode,uint32_t duration,struct pe_session * pe_session) wlan_diag_log_beacon_rpt_req_event() argument
622 wlan_diag_log_beacon_rpt_req_event(uint8_t token,uint8_t mode,uint8_t op_class,uint8_t chan,uint8_t req_mode,uint32_t duration,struct pe_session * pe_session) wlan_diag_log_beacon_rpt_req_event() argument
2068 uint8_t op_class, channel; rrm_process_channel_load_req() local
[all...]
/wlan-dirver/qcacld-3.0/core/mac/src/pe/include/
H A Drrm_global.h106 * @op_class: regulatory class
121 uint8_t op_class; member
137 * @op_class: regulatory class
152 uint8_t op_class; member
/wlan-dirver/qcacld-3.0/core/mac/src/pe/lim/
H A 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()
H A 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()
H A 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()
H A Dlim_api.c4178 uint8_t op_class; in lim_check_partner_link_for_cmn_akm()
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()
4243 uint8_t op_class; lim_gen_link_specific_probe_rsp() local
H A Dlim_process_sme_req_messages.c10076 uint8_t op_class = 0; in lim_send_chan_switch_action_frame()
10083 op_class = in lim_send_chan_switch_action_frame()
10101 op_class = lim_op_class_from_bandwidth(mac_ctx, in lim_send_chan_switch_action_frame()
10106 switch_mode, op_class, new_channel, in lim_send_chan_switch_action_frame()
10112 switch_mode, op_class, new_channel,
10124 uint8_t op_class = 0, new_channel; in lim_process_sme_dfs_csa_ie_request()
10131 op_class = in lim_process_sme_dfs_csa_ie_request()
10151 op_class, new_channel, switch_count, in lim_process_sme_dfs_csa_ie_request()
10161 (mac_ctx, session_entry->bssId, switch_mode, op_class, in lim_process_sme_dfs_csa_ie_request()
10022 uint8_t op_class = 0; send_extended_chan_switch_action_frame() local
10070 uint8_t op_class = 0, new_channel; lim_send_chan_switch_action_frame() local
/wlan-dirver/qcacld-3.0/core/sme/src/rrm/
H A 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-dirver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_api.h1781 * @op_class: operation class
1788 uint8_t *chan, uint8_t *op_class);
1796 * @op_class: operation class
1804 uint8_t *chan, uint8_t *op_class);
/wlan-dirver/qcacld-3.0/components/tdls/dispatcher/inc/
H A Dwlan_tdls_public_structs.h926 * @op_class: operation class
936 uint32_t op_class; member
/wlan-dirver/qcacld-3.0/components/cmn_services/logging/inc/
H A Dwlan_connectivity_logging.h565 * @op_class: Operating classes that include primary channels
585 uint8_t op_class; member
/wlan-dirver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
H A Dwlan_scan_public_structs.h536 * @op_class: Operating class
547 uint8_t op_class;
546 uint8_t op_class; global() member
/wlan-dirver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms448 op_class: 8;
1767 op_class, 1;
2488 op_class, 1;
2650 op_class, 1;
3180 op_class, 1;
/wlan-dirver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A 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...]
/wlan-dirver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c2593 uint8_t *chan, uint8_t *op_class) in wlan_get_chan_by_link_id_from_rnr()
2615 *op_class = rnr->bss_info[i].operating_class; in cm_handle_roam_offload_events()
2644 uint8_t *chan, uint8_t *op_class)
2666 *op_class = rnr->bss_info[i].operating_class; in cm_handle_roam_offload_events()
2515 wlan_get_chan_by_bssid_from_rnr(struct wlan_objmgr_vdev * vdev,wlan_cm_id cm_id,struct qdf_mac_addr * link_addr,uint8_t * chan,uint8_t * op_class) wlan_get_chan_by_bssid_from_rnr() argument
2566 wlan_get_chan_by_link_id_from_rnr(struct wlan_objmgr_vdev * vdev,wlan_cm_id cm_id,uint8_t link_id,uint8_t * chan,uint8_t * op_class) wlan_get_chan_by_link_id_from_rnr() argument

12