Searched defs:reg_class (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_invitation.c112 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, channe
108 p2p_build_invitation_resp(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *group_bssid, u8 reg_class, u8 channel, struct p2p_channels *channels) argument
[all...]
H A Dp2p_utils.c85 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[
254 p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, u8 channel) argument
[all...]
H A Dp2p_build.c86 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);
85 p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, u8 reg_class, u8 channel) argument
99 p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, u8 reg_class, u8 channel) argument
H A Dp2p.h50 * 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
2017 int p2p_set_listen_channel(struct p2p_data *p2p, u8 reg_class, u8 channel,
H A Dp2p.c196 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[
4744 p2p_set_listen_channel(struct p2p_data *p2p, u8 reg_class, u8 channel, u8 forced) argument
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_invitation.c112 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, channe
108 p2p_build_invitation_resp(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *group_bssid, u8 reg_class, u8 channel, struct p2p_channels *channels) argument
[all...]
H A Dp2p_utils.c85 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[
254 p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, u8 channel) argument
[all...]
H A Dp2p_build.c86 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);
85 p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, u8 reg_class, u8 channel) argument
99 p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, u8 reg_class, u8 channel) argument
H A Dp2p.h50 * 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
2017 int p2p_set_listen_channel(struct p2p_data *p2p, u8 reg_class, u8 channel,
H A Dp2p.c196 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[
4744 p2p_set_listen_channel(struct p2p_data *p2p, u8 reg_class, u8 channel, u8 forced) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_invitation.c112 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, channe
108 p2p_build_invitation_resp(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *group_bssid, u8 reg_class, u8 channel, struct p2p_channels *channels) argument
[all...]
H A Dp2p_utils.c85 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[
254 p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, u8 channel) argument
[all...]
H A Dp2p_build.c86 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);
85 p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, u8 reg_class, u8 channel) argument
99 p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, u8 reg_class, u8 channel) argument
H A Dp2p.h50 * 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
2017 int p2p_set_listen_channel(struct p2p_data *p2p, u8 reg_class, u8 channel,
H A Dp2p.c196 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[
4744 p2p_set_listen_channel(struct p2p_data *p2p, u8 reg_class, u8 channel, u8 forced) argument
[all...]
/external/valgrind/VEX/priv/
H A Dhost_generic_reg_alloc2.c70 HRegClass reg_class; member in struct:__anon22302
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) {
939 } /* switch (vreg_lrs[j].reg_class) */
[all...]
/external/iw/
H A Dscan.c68 __u8 reg_class; member in struct:ieee80211_country_ie_triplet::__anon8248
558 triplet->ext.reg_class,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c3305 chan->reg_class[cla].reg_class = 81;
3306 chan->reg_class[cla].channels = 0;
3309 wpas_p2p_add_chan(&chan->reg_class[cla], i + 1);
3311 if (chan->reg_class[cla].channels)
3318 chan->reg_class[cla].reg_class = 115;
3319 chan->reg_class[cla].channels = 0;
3321 wpas_p2p_add_chan(&chan->reg_class[cla], 36);
3323 wpas_p2p_add_chan(&chan->reg_class[cl
7263 u8 reg_class, channel; local
[all...]

Completed in 270 milliseconds