Home
last modified time | relevance | path

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

/Linux-v5.15/net/wireless/
Dutil.c1668 u8 *op_class) in ieee80211_chandef_to_operating_class() argument
1680 *op_class = 83; /* HT40+ */ in ieee80211_chandef_to_operating_class()
1682 *op_class = 84; /* HT40- */ in ieee80211_chandef_to_operating_class()
1684 *op_class = 81; in ieee80211_chandef_to_operating_class()
1695 *op_class = 82; /* channel 14 */ in ieee80211_chandef_to_operating_class()
1720 *op_class = vht_opclass; in ieee80211_chandef_to_operating_class()
1723 *op_class = 116; in ieee80211_chandef_to_operating_class()
1725 *op_class = 117; in ieee80211_chandef_to_operating_class()
1727 *op_class = 115; in ieee80211_chandef_to_operating_class()
1736 *op_class = vht_opclass; in ieee80211_chandef_to_operating_class()
[all …]
Dscan.c618 if (!ieee80211_operating_class_to_band(ap_info->op_class, in cfg80211_parse_colocated_ap()
/Linux-v5.15/drivers/acpi/acpica/
Ddswexec.c332 u32 op_class; in acpi_ds_exec_end_op() local
344 op_class = walk_state->op_info->class; in acpi_ds_exec_end_op()
346 if (op_class == AML_CLASS_UNKNOWN) { in acpi_ds_exec_end_op()
363 status = acpi_db_single_step(walk_state, op, op_class); in acpi_ds_exec_end_op()
370 switch (op_class) { in acpi_ds_exec_end_op()
695 op_class, op_type, op->common.aml_opcode, in acpi_ds_exec_end_op()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dtdls.c484 mvm->tdls_cs.peer.op_class, in iwl_mvm_tdls_ch_switch_work()
547 mvm->tdls_cs.peer.op_class = oper_class; in iwl_mvm_tdls_channel_switch()
Dmvm.h1049 u8 op_class; member
/Linux-v5.15/net/mac80211/
Dtdls.c159 u8 op_class; in ieee80211_tdls_add_oper_classes() local
162 &op_class)) in ieee80211_tdls_add_oper_classes()
169 *pos++ = op_class; in ieee80211_tdls_add_oper_classes()
170 *pos++ = op_class; /* give current operating class as alternate too */ in ieee80211_tdls_add_oper_classes()
/Linux-v5.15/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.c88 u8 op_class; member
100 u8 op_class; member
962 if (e->op_class == WILC_WLAN_OPERATING_CLASS_2_4GHZ) { in wilc_wfi_cfg_parse_ch_attr()
972 op_ch->op_class = WILC_WLAN_OPERATING_CLASS_2_4GHZ; in wilc_wfi_cfg_parse_ch_attr()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h374 u8 op_class; member
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h394 u8 op_class; member
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c288 static const struct p2p_oper_class_map op_class[] = { in init_channel_list() local
305 for (op = 0; op_class[op].op_class; op++) { in init_channel_list()
307 const struct p2p_oper_class_map *o = &op_class[op]; in init_channel_list()
324 reg->reg_class = o->op_class; in init_channel_list()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c263 struct p2p_oper_class_map op_class[] = { in init_channel_list() local
273 for (op = 0; op_class[op].op_class; op++) { in init_channel_list()
275 struct p2p_oper_class_map *o = &op_class[op]; in init_channel_list()
293 reg->reg_class = o->op_class; in init_channel_list()
/Linux-v5.15/include/linux/
Dieee80211.h3970 u8 op_class; member
/Linux-v5.15/include/net/
Dcfg80211.h7737 u8 *op_class);