Home
last modified time | relevance | path

Searched refs:op_class (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c2545 u8 op_class; member
2552 static struct p2p_oper_class_map op_class[] = { variable
2603 for (op = 0; op_class[op].op_class; op++) { in wpas_p2p_setup_channels()
2604 struct p2p_oper_class_map *o = &op_class[op]; in wpas_p2p_setup_channels()
2616 "class %u", o->op_class); in wpas_p2p_setup_channels()
2619 reg->reg_class = o->op_class; in wpas_p2p_setup_channels()
2641 for (op = 0; op_class[op].op_class; op++) { in wpas_p2p_get_ht40_mode()
2642 struct p2p_oper_class_map *o = &op_class[op]; in wpas_p2p_get_ht40_mode()
Dconfig.c2882 u8 op_class, chan; in wpa_config_process_p2p_pref_chan() local
2887 op_class = atoi(pos); in wpa_config_process_p2p_pref_chan()
2899 pref[num].op_class = op_class; in wpa_config_process_p2p_pref_chan()
Dconfig_file.c866 config->p2p_pref_chan[i].op_class, in wpa_config_write_global()
Dsme.c672 ic_report->op_class = 0; in sme_send_2040_bss_coex()
/external/wpa_supplicant_8/src/p2p/
Dp2p_go_neg.c383 p2p->cfg->pref_chan[i].op_class, in p2p_reselect_channel()
385 p2p->op_reg_class = p2p->cfg->pref_chan[i].op_class; in p2p_reselect_channel()
Dp2p.h233 u8 op_class; member
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h1029 u8 op_class; member