Searched refs:p2p_go_intent (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/wpa/wpa_supplicant/ |
| D | config.h | 567 int p2p_go_intent; member
|
| D | config_file.c | 890 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()
|
| D | wpa_supplicant_i.h | 618 int p2p_go_intent; member
|
| D | p2p_supplicant.c | 3273 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()
|
| D | config.c | 2631 config->p2p_go_intent = DEFAULT_P2P_GO_INTENT; in wpa_config_alloc_empty() 3038 { INT_RANGE(p2p_go_intent, 0, 15), 0 },
|
| D | README-P2P | 490 set p2p_go_intent <GO intent>
|
| /freebsd-10-stable/contrib/wpa/wpa_supplicant/dbus/ |
| D | dbus_new_handlers_p2p.c | 777 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()
|