/external/wpa_supplicant_8/src/p2p/ |
p2p_utils.c | 51 * @op_class: Operating class 55 int p2p_channel_to_freq(int op_class, int channel) 59 switch (op_class) { 112 * @op_class: Buffer for returning operating class 116 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) 123 *op_class = 81; /* 2.407 GHz, channels 1..13 */ 129 *op_class = 82; /* channel 14 */ 138 *op_class = 115; /* 5 GHz, channels 36..48 */ 147 *op_class = 124; /* 5 GHz, channels 149..161 */ 156 *op_class = 180; /* 60 GHz, channels 1..4 * [all...] |
p2p_invitation.c | 277 p2p_dbg(p2p, "Own default op_class %d channel %d", 294 p2p_dbg(p2p, "Use peer preference op_class %d channel %d", 305 p2p_dbg(p2p, "Initially selected channel (op_class %d channel %d) not in channel intersection - try to reselect", 308 p2p_dbg(p2p, "Re-selection result: op_class %d channel %d", 320 p2p_dbg(p2p, "Try to reselect channel selection with peer information received; previously selected op_class %u channel %u",
|
p2p_go_neg.c | 431 p2p->cfg->pref_chan[i].op_class, 433 p2p->op_reg_class = p2p->cfg->pref_chan[i].op_class; 435 p2p_dbg(p2p, "Pick highest preferred channel (op_class %u channel %u) from intersection", 444 p2p_dbg(p2p, "Pick possible VHT channel (op_class %u channel %u) from intersection", 452 p2p_dbg(p2p, "Pick possible HT40 channel (op_class %u channel %u) from intersection", 460 p2p_dbg(p2p, "Pick possible 5 GHz channel (op_class %u channel %u) from intersection", 472 p2p_dbg(p2p, "Using original operating class and channel (op_class %u channel %u) from intersection", 518 p2p_dbg(p2p, "Selected operating channel (op_class %u channel %u) not acceptable to the peer", 523 p2p_dbg(p2p, "Try to optimize channel selection with peer information received; previously selected op_class %u channel %u", [all...] |
p2p_i.h | 604 int p2p_channel_to_freq(int op_class, int channel); 605 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel); 619 u8 *op_class, u8 *op_channel); 620 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class,
|
p2p.c | 1195 u8 op_class, op_channel; local 1200 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) { 1205 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) && 1206 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class, 1209 freq, op_class, op_channel); 1213 p2p->op_reg_class = op_class 1232 u8 op_class, op_channel; local 4630 u8 op_class, channel; local [all...] |
p2p.h | 251 u8 op_class; member in struct:p2p_channel [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...] |
pcre_dfa_exec.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/wpa_supplicant/ |
p2p_supplicant.c | 3478 u8 op_class; member in struct:p2p_oper_class_map 3485 static struct p2p_oper_class_map op_class[] = { variable in typeref:struct:p2p_oper_class_map [all...] |
config.c | 3645 u8 op_class, chan; local [all...] |
config_file.c | 1034 config->p2p_pref_chan[i].op_class, [all...] |
sme.c | 1039 ic_report->op_class = 0; [all...] |
/external/wpa_supplicant_8/src/common/ |
ieee802_11_defs.h | 1215 u8 op_class; member in struct:ieee80211_2040_intol_chan_report [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.good | 253 case OP_CLASS: [all...] |
uniq.inp | 736 case OP_CLASS: [all...] |