| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| op_classes.c | 21 u8 op_class, u8 chan, 25 bool is_6ghz = is_6ghz_op_class(op_class); 72 u8 op_class, u8 channel) 83 if (is_6ghz_op_class(op_class)) { 101 if (allow_channel(mode, op_class, adj_chan, &flags) == 142 u8 op_class, u8 channel) 152 if (is_6ghz_op_class(op_class)) { 170 if (allow_channel(mode, op_class, adj_chan, &flags) == 212 u8 op_class, u8 channel) 234 if (allow_channel(mode, op_class, adj_chan, &flags) = 560 u8 op_class = global_op_class[op].op_class; local [all...] |
| rrm.c | 476 static int wpas_add_channel(u8 op_class, u8 chan, u8 num_primary_channels, 484 freqs[i] = ieee80211_chan_to_freq(NULL, op_class, primary_chan); 489 (op_class == 128 || op_class == 129 || op_class == 130)) 534 enum chan_allowed res = verify_channel(mode, op->op_class, chan, 540 if (wpas_add_channel(op->op_class, chan, num_primary_channels, 569 bool is_6ghz = is_6ghz_op_class(op->op_class); 628 is_6ghz_op_class(op->op_class)); 657 u8 op_class, u8 chan [all...] |
| mesh.c | 450 /* Set mandatory op_class parameter for setting up BSS */ 454 conf->op_class = 136; 456 conf->op_class = 131; 459 conf->op_class = 132; 462 conf->op_class = 133; 465 conf->op_class = 134; 468 conf->op_class = 131;
|
| p2p_supplicant.c | 1977 * @op_class: Buffer for returning operating class 1986 u8 *op_class, u8 *op_edmg_channel) 2011 op_class, 2020 freq, *op_edmg_channel, *op_class); 2032 u8 op_channel, op_class; local 2038 if (wpas_p2p_freq_to_edmg_channel(wpa_s, freq, &op_class, 2042 freq, op_channel, op_class); 2088 u8 op_channel, op_class; local 2091 &op_class, &op_channel)) { 3699 struct hostapd_hw_modes *mode, u8 op_class, 6697 u8 op_class; local 6725 u8 chan, op_class; local [all...] |
| /src/external/bsd/wpa/dist/src/common/ |
| ocv.c | 26 oci->freq = ieee80211_chan_to_freq(NULL, oci->op_class, oci->channel); 30 oci->op_class, oci->channel); 34 op_class_map = get_oper_class(NULL, oci->op_class); 38 oci->op_class); 57 u8 op_class, channel; local 62 &op_class, &channel) < 0) { 68 *pos++ = op_class; 121 oci.op_class = oci_ie[0];
|
| ieee802_11_common.c | 1365 u8 op_class; local 1368 &op_class, channel); 1378 * @op_class: Buffer for returning operating class 1385 u8 *op_class, u8 *channel) 1403 *op_class = 83; 1405 *op_class = 84; 1407 *op_class = 81; 1418 *op_class = 82; /* channel 14 */ 1428 *op_class = 0; /* TODO */ 1453 *op_class = vht_opclass [all...] |
| ocv.h | 16 u8 op_class; member in struct:oci_info
|
| ieee802_11_common.h | 236 int ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan); 240 u8 *op_class, u8 *channel); 242 int sec_channel, u8 *op_class, u8 *channel); 245 int is_dfs_global_op_class(u8 op_class); 246 bool is_80plus_op_class(u8 op_class); 260 u8 op_class; member in struct:oper_class_map 288 u8 country_to_global_op_class(const char *country, u8 op_class); 290 const struct oper_class_map * get_oper_class(const char *country, u8 op_class); 294 bool is_6ghz_op_class(u8 op_class); 309 int op_class_to_bandwidth(u8 op_class); [all...] |
| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p_utils.c | 53 * @op_class: Operating class 57 int p2p_channel_to_freq(int op_class, int channel) 59 return ieee80211_chan_to_freq(NULL, op_class, channel); 65 * @op_class: Buffer for returning operating class 69 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) 71 if (ieee80211_freq_to_channel_ext(freq, 0, 0, op_class, channel) == 332 freq = p2p_channel_to_freq(p2p->cfg->pref_chan[i].op_class, 385 u8 *op_class, u8 *op_channel) 401 *op_class = c->reg_class; 415 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, [all...] |
| p2p_go_neg.c | 485 p2p->cfg->pref_chan[i].op_class, 487 p2p->op_reg_class = p2p->cfg->pref_chan[i].op_class; 489 p2p_dbg(p2p, "Pick highest preferred channel (op_class %u channel %u) from intersection", 498 p2p_dbg(p2p, "Pick possible EDMG channel (op_class %u channel %u) from intersection", 506 p2p_dbg(p2p, "Pick possible VHT channel (op_class %u channel %u) from intersection", 514 p2p_dbg(p2p, "Pick possible HT40 channel (op_class %u channel %u) from intersection", 522 p2p_dbg(p2p, "Pick possible 5 GHz channel (op_class %u channel %u) from intersection", 534 p2p_dbg(p2p, "Using original operating class and channel (op_class %u channel %u) from intersection", 580 p2p_dbg(p2p, "Selected operating channel (op_class %u channel %u) not acceptable to the peer", 585 p2p_dbg(p2p, "Try to optimize channel selection with peer information received; previously selected op_class %u channel %u" 605 u8 op_class, op_channel; local 654 u8 op_class, op_channel; local 699 u8 op_class, op_channel; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| ira-costs.cc | 652 enum reg_class op_class = classes[i]; 658 if (op_class == NO_REGS) 674 = move_out_cost[op_class][rclass] * frequency; 681 if (op_class == NO_REGS) 697 = move_in_cost[rclass][op_class] * frequency; 703 if (op_class == NO_REGS) 721 pp_costs[k] = ((move_in_cost[rclass][op_class] 722 + move_out_cost[op_class][rclass]) 732 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0) 733 + (in_p ? ira_memory_move_cost[mode][op_class][1] : 0 649 enum reg_class op_class = classes[i]; local 885 enum reg_class op_class = classes[i]; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ira-costs.cc | 651 enum reg_class op_class = classes[i]; 657 if (op_class == NO_REGS) 673 = move_out_cost[op_class][rclass] * frequency; 680 if (op_class == NO_REGS) 696 = move_in_cost[rclass][op_class] * frequency; 702 if (op_class == NO_REGS) 720 pp_costs[k] = ((move_in_cost[rclass][op_class] 721 + move_out_cost[op_class][rclass]) 731 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0) 732 + (in_p ? ira_memory_move_cost[mode][op_class][1] : 0 648 enum reg_class op_class = classes[i]; local 884 enum reg_class op_class = classes[i]; local [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| mbo_ap.c | 48 info->op_class = buf[0]; 78 MAC2STR(sta->addr), info->op_class, info->pref, 136 count, info->op_class, info->pref,
|
| beacon.c | 209 if (!is_6ghz_op_class(hapd->iconf->op_class)) 275 if (is_6ghz_op_class(hapd->iconf->op_class)) { 285 *pos++ = hapd->iconf->op_class; 289 if (hapd->iconf->op_class == 131 || 290 hapd->iconf->op_class == 136) 444 u8 op_class, channel; local 453 &op_class, &channel) == 461 *eid++ = op_class; 578 if (is_6ghz_op_class(hapd->iconf->op_class)) { 789 !is_6ghz_op_class(hapd->iconf->op_class)) { [all...] |
| neighbor_db.c | 239 u8 channel, op_class; local 284 &op_class, &channel) == 305 * Neighbor Report element size = BSSID + BSSID info + op_class + chan + 314 wpabuf_put_u8(nr, op_class);
|
| ieee802_11_he.c | 182 if (is_6ghz_op_class(hapd->iconf->op_class)) 222 if (is_6ghz_op_class(hapd->iconf->op_class)) { 378 if (!mode || !is_6ghz_op_class(hapd->iconf->op_class) || 519 !is_6ghz_op_class(hapd->iconf->op_class)) {
|
| ieee802_11_eht.c | 124 len += ieee80211_eht_mcs_set_size(mode->mode, hapd->iconf->op_class, 161 if (!is_6ghz_op_class(hapd->iconf->op_class)) 179 hapd->iconf->op_class, 214 if (is_6ghz_op_class(conf->op_class)) 215 chwidth = op_class_to_ch_width(conf->op_class); 334 if (ieee80211_eht_mcs_set_size(mode->mode, hapd->iconf->op_class, 401 ieee80211_invalid_eht_cap_size(mode, hapd->iconf->op_class,
|
| ieee802_11_ht.c | 30 hapd->conf->disable_11n || is_6ghz_op_class(hapd->iconf->op_class)) 88 is_6ghz_op_class(hapd->iconf->op_class)) 306 ic_report->op_class);
|
| ieee802_11_vht.c | 30 if (!mode || is_6ghz_op_class(hapd->iconf->op_class)) 87 if (is_6ghz_op_class(hapd->iconf->op_class))
|
| ap_config.h | 1041 u8 op_class; member in struct:hostapd_config 1293 if (is_6ghz_op_class(conf->op_class) && 1330 if (conf->ieee80211be && is_6ghz_op_class(conf->op_class) && 1342 if (conf->ieee80211be && is_6ghz_op_class(conf->op_class) && 1343 op_class_to_ch_width(conf->op_class) == CONF_OPER_CHWIDTH_320MHZ) {
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| ia64.h | 357 enum ia64_operand_class op_class; member in struct:ia64_operand
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| ia64.h | 357 enum ia64_operand_class op_class; member in struct:ia64_operand
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| ia64.h | 357 enum ia64_operand_class op_class; member in struct:ia64_operand
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| ia64.h | 357 enum ia64_operand_class op_class; member in struct:ia64_operand
|
| /src/sys/arch/alpha/alpha/ |
| fp_complete.c | 688 uint64_t op_class; local 756 op_class = 1UL << inst.generic_format.opcode; 757 if (op_class & FPUREG_CLASS) { 760 } else if (op_class & CPUREG_CLASS) { 763 } else if (op_class & TRAPSHADOWBOUNDARY) { 764 if (op_class & CHECKFUNCTIONCODE) {
|