Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/wpa/wpa_supplicant/
Dconfig.h567 int p2p_go_intent; member
Dconfig_file.c890 if (config->p2p_go_intent != DEFAULT_P2P_GO_INTENT) in wpa_config_write_global()
891 fprintf(f, "p2p_go_intent=%u\n", config->p2p_go_intent); in wpa_config_write_global()
Dwpa_supplicant_i.h618 int p2p_go_intent; member
Dp2p_supplicant.c3273 wpa_s->p2p_go_intent, in wpas_p2p_scan_res_join()
3580 go_intent = wpa_s->conf->p2p_go_intent; in wpas_p2p_connect()
3588 wpa_s->p2p_go_intent = go_intent; in wpas_p2p_connect()
5425 0, 0, wpa_s->p2p_go_intent, wpa_s->p2p_connect_freq, in wpas_p2p_fallback_to_go_neg()
Dconfig.c2631 config->p2p_go_intent = DEFAULT_P2P_GO_INTENT; in wpa_config_alloc_empty()
3038 { INT_RANGE(p2p_go_intent, 0, 15), 0 },
DREADME-P2P490 set p2p_go_intent <GO intent>
/freebsd-10-stable/contrib/wpa/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c777 wpa_s->conf->p2p_go_intent)) in wpas_dbus_getter_p2p_device_config()
925 wpa_s->conf->p2p_go_intent = entry.uint32_value; in wpas_dbus_setter_p2p_device_config()