Searched refs:p2p_go_intent (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config.h | 849 int p2p_go_intent; member
|
H A D | config_file.c | 1234 if (config->p2p_go_intent != DEFAULT_P2P_GO_INTENT) in wpa_config_write_global() 1235 fprintf(f, "p2p_go_intent=%d\n", config->p2p_go_intent); in wpa_config_write_global()
|
H A D | p2p_supplicant.c | 5406 wpa_s->p2p_go_intent, in wpas_p2p_scan_res_join() 6005 go_intent = wpa_s->conf->p2p_go_intent; in wpas_p2p_connect() 6013 wpa_s->p2p_go_intent = go_intent; in wpas_p2p_connect() 8734 0, 0, wpa_s->p2p_go_intent, wpa_s->p2p_connect_freq, in wpas_p2p_fallback_to_go_neg() 9276 WPS_NFC, 0, 0, 1, 0, wpa_s->conf->p2p_go_intent, in wpas_p2p_nfc_join_group() 9356 WPS_NFC, 0, 0, 0, 0, wpa_s->conf->p2p_go_intent, in wpas_p2p_nfc_init_go_neg() 9373 WPS_NFC, 0, 0, 0, 1, wpa_s->conf->p2p_go_intent, in wpas_p2p_nfc_resp_go_neg() 9601 int go_intent = wpa_s->conf->p2p_go_intent; in wpas_p2p_nfc_tag_enabled()
|
H A D | wpa_supplicant_i.h | 1171 int p2p_go_intent; member
|
H A D | config.c | 4659 config->p2p_go_intent = DEFAULT_P2P_GO_INTENT; in wpa_config_alloc_empty() 5460 { INT_RANGE(p2p_go_intent, 0, 15), 0 },
|
H A D | README-P2P | 722 set p2p_go_intent <GO intent>
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 1046 wpa_s->conf->p2p_go_intent) || in wpas_dbus_getter_p2p_device_config() 1172 wpa_s->conf->p2p_go_intent = entry.uint32_value; in wpas_dbus_setter_p2p_device_config()
|