Home
last modified time | relevance | path

Searched refs:p2p_oper_reg_class (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h559 int p2p_oper_reg_class; member
Dconfig_file.c845 if (config->p2p_oper_reg_class) in wpa_config_write_global()
847 config->p2p_oper_reg_class); in wpa_config_write_global()
Dp2p_supplicant.c2787 if (wpa_s->conf->p2p_oper_reg_class && in wpas_p2p_init()
2789 p2p.op_reg_class = wpa_s->conf->p2p_oper_reg_class; in wpas_p2p_init()
3776 } else if (wpa_s->conf->p2p_oper_reg_class == 81 && in wpas_p2p_init_go_params()
3782 } else if (wpa_s->conf->p2p_oper_reg_class == 115 || in wpas_p2p_init_go_params()
3783 wpa_s->conf->p2p_oper_reg_class == 124) { in wpas_p2p_init_go_params()
4961 if (wpa_s->conf->p2p_oper_reg_class && in wpas_p2p_update_config()
4963 op_reg_class = wpa_s->conf->p2p_oper_reg_class; in wpas_p2p_update_config()
Dconfig.c2995 { INT(p2p_oper_reg_class), 0 },
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c797 wpa_s->conf->p2p_oper_reg_class)) in wpas_dbus_getter_p2p_device_config()
941 wpa_s->conf->p2p_oper_reg_class = entry.uint32_value; in wpas_dbus_setter_p2p_device_config()