HomeSort by relevance Sort by last modified time
    Searched full:op_class (Results 1 - 25 of 26) sorted by null

1 2

  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 52 * @op_class: Operating class
56 int p2p_channel_to_freq(int op_class, int channel)
58 return ieee80211_chan_to_freq(NULL, op_class, channel);
64 * @op_class: Buffer for returning operating class
68 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel)
75 *op_class = 81; /* 2.407 GHz, channels 1..13 */
81 *op_class = 82; /* channel 14 */
90 *op_class = 115; /* 5 GHz, channels 36..48 */
99 *op_class = 124; /* 5 GHz, channels 149..161 */
108 *op_class = 125; /* 5 GHz, channels 149..169 *
    [all...]
p2p_invitation.c 298 p2p_dbg(p2p, "Own default op_class %d channel %d",
315 p2p_dbg(p2p, "Use peer preference op_class %d channel %d",
326 p2p_dbg(p2p, "Initially selected channel (op_class %d channel %d) not in channel intersection - try to reselect",
329 p2p_dbg(p2p, "Re-selection result: op_class %d channel %d",
341 p2p_dbg(p2p, "Try to reselect channel selection with peer information received; previously selected op_class %u channel %u",
487 p2p_dbg(p2p, "Resend Invitation Request setting op_class %u channel %u as operating channel",
p2p.c 1358 u8 op_class, op_channel; local
1395 u8 op_class, op_channel; local
2261 u8 channel, op_class; local
5146 u8 op_class, channel; local
    [all...]
p2p_go_neg.c 439 p2p->cfg->pref_chan[i].op_class,
441 p2p->op_reg_class = p2p->cfg->pref_chan[i].op_class;
443 p2p_dbg(p2p, "Pick highest preferred channel (op_class %u channel %u) from intersection",
452 p2p_dbg(p2p, "Pick possible VHT channel (op_class %u channel %u) from intersection",
460 p2p_dbg(p2p, "Pick possible HT40 channel (op_class %u channel %u) from intersection",
468 p2p_dbg(p2p, "Pick possible 5 GHz channel (op_class %u channel %u) from intersection",
480 p2p_dbg(p2p, "Using original operating class and channel (op_class %u channel %u) from intersection",
526 p2p_dbg(p2p, "Selected operating channel (op_class %u channel %u) not acceptable to the peer",
531 p2p_dbg(p2p, "Try to optimize channel selection with peer information received; previously selected op_class %u channel %u",
    [all...]
p2p_i.h 663 int p2p_channel_to_freq(int op_class, int channel);
664 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel);
680 u8 *op_class, u8 *op_channel);
681 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class,
p2p.h 357 u8 op_class; member in struct:p2p_channel
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 602 static int ieee80211_chan_to_freq_us(u8 op_class, u8 chan)
604 switch (op_class) {
646 static int ieee80211_chan_to_freq_eu(u8 op_class, u8 chan)
648 switch (op_class) {
684 static int ieee80211_chan_to_freq_jp(u8 op_class, u8 chan)
686 switch (op_class) {
728 static int ieee80211_chan_to_freq_cn(u8 op_class, u8 chan)
730 switch (op_class) {
754 static int ieee80211_chan_to_freq_global(u8 op_class, u8 chan)
757 switch (op_class) {
    [all...]
ieee802_11_common.h 103 int ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan);
ieee802_11_defs.h 1298 u8 op_class; member in struct:ieee80211_2040_intol_chan_report
    [all...]
  /external/pcre/dist/
HACKING 323 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a
329 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8/16/32
331 For OP_CLASS they do not match, whereas for OP_NCLASS they do.
pcre_byte_order.c 273 case OP_CLASS:
pcre_study.c 327 case OP_CLASS:
336 cc += PRIV(OP_lengths)[OP_CLASS];
338 cc += PRIV(OP_lengths)[OP_CLASS];
    [all...]
pcre_compile.c     [all...]
pcre_printint.c 640 case OP_CLASS:
pcre_jit_compile.c 632 case OP_CLASS:
1185 case OP_CLASS:
    [all...]
pcre_exec.c     [all...]
pcretest.c     [all...]
pcre_internal.h     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 412 static int wnm_nei_get_chan(struct wpa_supplicant *wpa_s, u8 op_class, u8 chan)
424 return ieee80211_chan_to_freq(country, op_class, chan);
707 " info=0x%x op_class=%u chan=%u phy=%u pref=%d freq=%d",
p2p_supplicant.c 3119 u8 op_class; member in struct:p2p_oper_class_map
3126 static const struct p2p_oper_class_map op_class[] = { variable in typeref:struct:p2p_oper_class_map
    [all...]
config.c 3892 u8 op_class, chan; local
    [all...]
config_file.c 1102 config->p2p_pref_chan[i].op_class,
    [all...]
sme.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 134 uint8 op_class; /* Operating Class */ member in struct:wifi_p2p_listen_channel_se_s
314 uint8 op_class; /* Operating Class */ member in struct:wifi_p2p_op_channel_se_s
  /external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c 265 ic_report->op_class);

Completed in 642 milliseconds

1 2