HomeSort by relevance Sort by last modified time
    Searched refs:reg_class (Results 1 - 22 of 22) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 85 res->reg_class = a->reg_class;
120 const struct p2p_reg_class *a_reg = &a->reg_class[i];
122 const struct p2p_reg_class *b_reg = &b->reg_class[j];
123 if (a_reg->reg_class != b_reg->reg_class)
127 &res->reg_class[res->reg_classes]);
128 if (res->reg_class[res->reg_classes].channels) {
168 struct p2p_reg_class *cl = &res->reg_class[i];
170 const struct p2p_reg_class *b_cl = &b->reg_class[j]
    [all...]
p2p_invitation.c 112 u8 reg_class, u8 channel,
153 if (reg_class && channel)
155 reg_class, channel);
185 u8 reg_class = 0, channel = 0; local
278 if (p2p_freq_to_channel(op_freq, &reg_class, &channel) < 0) {
285 if (!p2p_channels_includes(&intersection, reg_class, channel))
337 p2p_dbg(p2p, "Peer does not support selected operating channel (reg_class=%u channel=%u)",
358 p2p_dbg(p2p, "Unknown operational channel (country=%c%c reg_class=%u channel=%u)",
367 reg_class = p2p->op_reg_class;
379 bssid, reg_class, channel, channels)
    [all...]
p2p_build.c 86 u8 reg_class, u8 channel)
92 wpabuf_put_u8(buf, reg_class); /* Regulatory Class */
95 "Channel %u", reg_class, channel);
100 u8 reg_class, u8 channel)
106 wpabuf_put_u8(buf, reg_class); /* Regulatory Class */
109 "Channel %u", reg_class, channel);
163 struct p2p_reg_class *c = &chan->reg_class[i];
164 wpabuf_put_u8(buf, c->reg_class);
p2p_go_neg.c 62 struct p2p_reg_class *cl = &ch->reg_class[ch->reg_classes];
63 cl->reg_class = *pos++;
176 p2p_buf_add_listen_channel(buf, p2p->cfg->country, p2p->cfg->reg_class,
398 p2p_dbg(p2p, "Pick own channel preference (reg_class %u channel %u) from intersection",
409 p2p_dbg(p2p, "Pick best overall channel (reg_class %u channel %u) from intersection",
424 p2p_dbg(p2p, "Pick best 5 GHz channel (reg_class %u channel %u) from intersection",
437 p2p_dbg(p2p, "Pick best 2.4 GHz channel (reg_class %u channel %u) from intersection",
497 cl = &intersection->reg_class[0];
498 p2p_dbg(p2p, "Pick another channel (reg_class %u channel %u) from intersection",
499 cl->reg_class, cl->channel[0])
    [all...]
p2p.c 196 p2p->cfg->reg_class = p2p->pending_reg_class;
268 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel);
321 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel);
952 u8 reg_class; local
958 cla = &c->reg_class[cl];
959 if (cla->reg_class != p2p->last_prog_scan_class)
973 reg_class = c->reg_class[0].reg_class;
974 channel = c->reg_class[0].channel[0]
    [all...]
p2p.h 50 * reg_class - Regulatory class (IEEE 802.11-2007, Annex J)
52 u8 reg_class; member in struct:p2p_channels::p2p_reg_class
63 } reg_class[P2P_MAX_REG_CLASSES]; member in struct:p2p_channels
66 * reg_classes - Number of reg_class entries in use
433 * reg_class - Regulatory class for own listen channel
435 u8 reg_class; member in struct:p2p_config
    [all...]
p2p_pd.c 158 p2p->cfg->reg_class,
806 ch->reg_class[0].reg_class =
808 ch->reg_class[0].channel[0] =
810 ch->reg_class[0].channels = 1;
988 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
    [all...]
p2p_i.h 700 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
759 u8 reg_class, u8 channel);
761 u8 reg_class, u8 channel);
p2p_sd.c 346 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
  /external/valgrind/VEX/priv/
host_generic_reg_alloc2.c 70 HRegClass reg_class; member in struct:__anon36664
197 switch (vreg->reg_class) {
552 vreg_lrs[j].reg_class = HRcINVALID;
618 if (vreg_lrs[k].reg_class == HRcINVALID) {
620 vreg_lrs[k].reg_class = hregClass(vreg);
623 vassert(vreg_lrs[k].reg_class == hregClass(vreg));
891 that the reg_class field for it has not been set. */
893 vassert(vreg_lrs[j].reg_class == HRcINVALID);
905 switch (vreg_lrs[j].reg_class) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-protos.h 164 extern bool ix86_secondary_memory_needed (enum reg_class, enum reg_class,
167 enum machine_mode, enum reg_class);
i386.h 1183 enum reg_class enum
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hard-reg-set.h 655 enum reg_class x_reg_class_subclasses[N_REG_CLASSES][N_REG_CLASSES];
659 enum reg_class x_reg_class_subunion[N_REG_CLASSES][N_REG_CLASSES];
663 enum reg_class x_reg_class_superunion[N_REG_CLASSES][N_REG_CLASSES];
tm-preds.h 194 extern enum reg_class regclass_for_constraint (enum constraint_num);
rtl.h     [all...]
  /external/webrtc/webrtc/base/
win32regkey.h 49 wchar_t* reg_class,
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 7263 u8 reg_class, channel; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-defs.h 139 enum reg_class enum
177 #define REG_CLASS(a) ((a).regno & 0xf0)
tc-ia64.c 6115 char reg_class; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_reg.h     [all...]
  /external/iw/
scan.c 68 __u8 reg_class; member in struct:ieee80211_country_ie_triplet::__anon21081
558 triplet->ext.reg_class,
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c 235 enum reg_class enum
    [all...]

Completed in 445 milliseconds