Home
last modified time | relevance | path

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

/wlan-dirver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_opclass.h22 * This file provides prototypes of the regulatory opclass functions
36 * reg_dmn_get_chanwidth_from_opclass() - Get channel width from opclass.
39 * @opclass: Operating class
44 uint8_t opclass);
75 * @opclass: Pointer to opclass.
84 const uint8_t *opclass);
89 * @op_class: opclass.
114 * reg_get_opclass_details() - Get details about the current opclass table.
132 * reg_get_opclass_from_map() - Get opclass fro
327 reg_dmn_get_chanwidth_from_opclass(uint8_t * country,uint8_t channel,uint8_t opclass) reg_dmn_get_chanwidth_from_opclass() argument
362 reg_get_band_cap_from_op_class(const uint8_t * country,uint8_t num_of_opclass,const uint8_t * opclass) reg_get_band_cap_from_op_class() argument
[all...]
H A Dreg_opclass.c22 * This file defines regulatory opclass functions.
50 * Given a global opclass number create the corresponding array token.
58 * Given a global opclass number create the corresponding list token.
65 /* The type of the opclass list objects */
72 * Given a global opclass number create the corresponding cfis list and assign
95 /* CFIs for global opclass 131: (start Freq=5925 BW=20MHz) */
109 /* CFIs for global opclass 132: (start Freq=5925 BW=40MHz) */
118 /* CFIs for global opclass 133: (start Freq=5925 BW=80MHz) */
126 /* CFIs for global opclass 134: (start Freq=5950 BW=160MHz) */
133 /* CFIs for global opclass 13
947 reg_dmn_get_chanwidth_from_opclass(uint8_t * country,uint8_t channel,uint8_t opclass) reg_dmn_get_chanwidth_from_opclass() argument
970 reg_dmn_get_chanwidth_from_opclass_auto(uint8_t * country,uint8_t channel,uint8_t opclass) reg_dmn_get_chanwidth_from_opclass_auto() argument
1056 reg_get_band_cap_from_op_class(const uint8_t * country,uint8_t num_of_opclass,const uint8_t * opclass) reg_get_band_cap_from_op_class() argument
2365 reg_enable_disable_opclass_chans(struct wlan_objmgr_pdev * pdev,bool is_disable,uint8_t opclass,uint8_t * ieee_chan_list,uint8_t chan_list_size,bool global_tbl_lookup) reg_enable_disable_opclass_chans() argument
[all...]
H A Dreg_build_chan_list.h170 * the channel frequency index and opclass.
172 * @opclass: Operating class
178 uint8_t opclass,
299 uint8_t opclass, in reg_get_subchannels_for_opclass() argument
H A Dreg_build_chan_list.c5139 uint8_t opclass; member
5157 * @opclass: Operating class
5161 static uint8_t reg_get_nsubchaneels_for_opclass(uint8_t opclass) in reg_get_nsubchaneels_for_opclass() argument
5166 if (opclass == opclass_nchans_map[i].opclass) in reg_get_nsubchaneels_for_opclass()
5174 * the channel frequency index and opclass.
5176 * @opclass: Operating class
5182 uint8_t opclass, in reg_get_subchannels_for_opclass() argument
5187 nchans = reg_get_nsubchaneels_for_opclass(opclass); in reg_get_subchannels_for_opclass()
5231 uint8_t opclass in reg_search_afc_power_info_for_freq() local
[all...]
H A Dreg_services_common.c7215 * reg_fill_afc_opclass_obj() - Fill the opclass object and return pointer to
7216 * next AFC opclass object
7217 * @p_obj_opclass_obj: Pointer to opclass object
7218 * @opclass: Operating class
7219 * @num_chans: Number of channels in the opclass
7226 uint8_t opclass, in reg_fill_afc_opclass_obj() argument
7234 p_obj_opclass_obj->opclass = opclass; in reg_fill_afc_opclass_obj()
7252 * reg_free_afc_opclass_objs() - Free the memory allocated for AFC opclass
7253 * object. Each opclass objec
7384 uint8_t opclass = p_opclass_obj[i].opclass; reg_print_afc_req_info_opclass_list() local
[all...]
/wlan-dirver/qca-wifi-host-cmn/umac/cmn_services/regulatory/inc/
H A Dwlan_reg_afc.h50 * struct wlan_afc_opclass_obj - Structure for opclass/channel query.
51 * @opclass_num_cfis: Number of channels to be required for given opclass.
52 * @opclass: Operating class to be queried.
53 * @cfis: List of Channels to be queried for given Global opclass.
57 uint8_t opclass; member
62 * struct wlan_afc_opclass_obj_list - Structure to send opclass object list
64 * @num_opclass_objs: Number of opclass objects.
65 * @opclass_objs: Pointer to list of opclass objects.
80 * @opclass_obj_lst: Pointer to opclass objects list.
159 * struct wlan_afc_resp_opclass_info opclass[
194 uint32_t opclass; global() member
[all...]
/wlan-dirver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_main.c2280 uint8_t channel, opclass; in tdls_scan_serialization_comp_info_cb()
2288 BIT(behav_limit), &opclass, in tdls_find_opclass_frm_freq()
2291 return opclass; in tdls_find_opclass_frm_freq()
2298 uint8_t opclass; in tdls_find_opclass_frm_freq()
2301 opclass = tdls_find_opclass_frm_freq(vdev, in tdls_find_opclass_frm_freq()
2306 opclass = tdls_find_opclass_frm_freq(vdev, in tdls_get_opclass_from_bandwidth()
2311 opclass = tdls_find_opclass_frm_freq(vdev, in tdls_get_opclass_from_bandwidth()
2315 if (!opclass) { in tdls_get_opclass_from_bandwidth()
2316 opclass = tdls_find_opclass_frm_freq(vdev, in tdls_get_opclass_from_bandwidth()
2323 opclass in tdls_get_opclass_from_bandwidth()
2290 uint8_t channel, opclass; tdls_find_opclass_frm_freq() local
2308 uint8_t opclass; tdls_get_opclass_from_bandwidth() local
[all...]
H A Dwlan_tdls_peer.c489 * tdls_determine_channel_opclass() - determine channel and opclass
494 * @opclass: pointer to opclass
503 uint32_t *channel, uint32_t *opclass) in tdls_determine_channel_opclass() argument
512 * and in that case pass opclass as 0 since opclass is mainly needed in tdls_determine_channel_opclass()
529 *opclass = 0; in tdls_determine_channel_opclass()
533 *opclass = peer->op_class_for_pref_off_chan; in tdls_determine_channel_opclass()
535 tdls_debug("channel:%d opclass:%d", *channel, *opclass); in tdls_determine_channel_opclass()
[all...]
/wlan-dirver/qca-wifi-host-cmn/os_if/linux/afc/src/
H A Dwlan_cfg80211_afc.c66 * @opclass: Operation class number
67 * @num_channel: Number of channels belongs to this opclass
71 uint8_t opclass; member
268 osif_err("Fail to put opclass nest %d", i); in afc_expiry_event_update_or_get_len()
280 afc_opclass_obj->opclass)) { in afc_expiry_event_update_or_get_len()
303 osif_err("Fail to put opclass cfis nest %d", j); in afc_expiry_event_update_or_get_len()
663 rsp->op_obj[iter].opclass, in afc_response_display()
745 osif_err("Ignore opclass list exceed"); in wlan_parse_afc_rsp_opclass_eirp()
758 rsp->op_obj[i].opclass = nla_get_u8(tb); in wlan_parse_afc_rsp_opclass_eirp()
762 osif_err("No opclass channe in wlan_parse_afc_rsp_opclass_eirp()
[all...]
/wlan-dirver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_services_api.c221 const uint8_t *opclass) in wlan_reg_get_band_cap_from_op_class() argument
224 num_of_opclass, opclass); in wlan_reg_get_band_cap_from_op_class()
237 uint8_t opclass) in wlan_reg_dmn_print_channels_in_opclass() argument
239 reg_dmn_print_channels_in_opclass(country, opclass); in wlan_reg_dmn_print_channels_in_opclass()
244 uint8_t opclass) in wlan_reg_dmn_get_chanwidth_from_opclass() argument
247 opclass); in wlan_reg_dmn_get_chanwidth_from_opclass()
252 uint8_t opclass) in wlan_reg_dmn_get_chanwidth_from_opclass_auto() argument
255 opclass); in wlan_reg_dmn_get_chanwidth_from_opclass_auto()
H A Dwlan_reg_ucfg_api.c505 uint8_t opclass, in ucfg_reg_enable_disable_opclass_chans() argument
510 return reg_enable_disable_opclass_chans(pdev, is_disable, opclass, in ucfg_reg_enable_disable_opclass_chans()
/wlan-dirver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_ucfg_api.h366 * opclass + channel ranges. This is partial because in the AFC request there
796 * @opclass: Operating class. Only 20MHz opclasses are supported.
805 uint8_t opclass,
826 uint8_t opclass, in ucfg_reg_enable_disable_opclass_chans() argument
H A Dwlan_reg_services_api.h1022 * @opclass: Pointer to opclass.
1031 const uint8_t *opclass);
1036 * @opclass: oplcass
1041 uint8_t opclass);
1049 * @opclass: operating class
1055 uint8_t opclass);
1059 * operating class. If opclass not found then search in global opclass.
1062 * @opclass
[all...]
/wlan-dirver/qcacld-3.0/os_if/son/src/
H A Dos_if_son.c1347 hwcap->opclasses[nsoc].opclass = reg_ap_cap[idx].op_class; in os_if_son_reg_get_ap_hw_cap()
1401 osif_debug("n_opclasses: %u op_chan->opclass: %u", in os_if_son_reg_get_op_channels()
1402 n_opclasses, op_chan->opclass); 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()
1411 if (reg_ap_cap[idx].op_class == op_chan->opclass) { in os_if_son_reg_get_op_channels()
1493 if ((op_class->opclass != reg_ap_cap[idx].op_class) || in os_if_son_reg_get_opclass_details()
/wlan-dirver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
H A Dwlan_vdev_mgr_tgt_if_tx_defs.h210 * @opclass: Channel Opclass
218 uint32_t opclass; member
/wlan-dirver/qcacld-3.0/components/tdls/dispatcher/inc/
H A Dwlan_tdls_public_structs.h630 uint32_t opclass,
/wlan-dirver/utils/sigma-dut/
H A Ddpp.c1746 int opclass, channel, freq; in dpp_automatic_dpp() local
1748 opclass = atoi(val); in dpp_automatic_dpp()
1750 if (opclass == 0 || !val) { in dpp_automatic_dpp()
/wlan-dirver/qcacld-3.0/core/sme/inc/
H A Dsme_api.h1932 uint8_t bw_offset, uint8_t *opclass);
1936 uint8_t *opclass) in sme_get_opclass() argument
/wlan-dirver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_ap_tlv.c
/wlan-dirver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c12238 * @opclass: pointer to operating class in sme_get_opclass()
12245 uint8_t bw_offset, uint8_t *opclass)
12251 /* redgm opclass table contains opclass for 40MHz low primary,
12254 * matching opclass either with low primary or high primary in sme_set_fw_test()
12255 * (a channel would never be in both) and then search for opclass in sme_set_fw_test()
12259 *opclass = wlan_reg_dmn_get_opclass_from_channel( in sme_set_fw_test()
12261 if (!(*opclass)) { in sme_set_fw_test()
12262 *opclass = wlan_reg_dmn_get_opclass_from_channel(
12266 *opclass
12216 sme_get_opclass(mac_handle_t mac_handle,uint8_t channel,uint8_t bw_offset,uint8_t * opclass) sme_get_opclass() argument
[all...]
/wlan-dirver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c2078 uint8_t channel, opclass, base_opclass;
2098 opclass = wlan_reg_dmn_get_opclass_from_channel(
2101 if (base_opclass != opclass)
/wlan-dirver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c1294 uint8_t opclass = 0; in wlan_hdd_find_opclass()
1296 sme_get_opclass(mac_handle, channel, bw_offset, &opclass); in wlan_hdd_find_opclass()
1297 return opclass; in wlan_hdd_find_opclass()
1295 uint8_t opclass = 0; wlan_hdd_find_opclass() local