Searched refs:p2p_go_intent (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.c4095 config->p2p_go_intent = DEFAULT_P2P_GO_INTENT;
4770 { INT_RANGE(p2p_go_intent, 0, 15), 0 },
H A Dconfig.h770 int p2p_go_intent; member in struct:wpa_config
H A Dconfig_file.c1230 if (config->p2p_go_intent != DEFAULT_P2P_GO_INTENT)
1231 fprintf(f, "p2p_go_intent=%d\n", config->p2p_go_intent);
H A Dp2p_supplicant.c4936 wpa_s->p2p_go_intent,
5522 go_intent = wpa_s->conf->p2p_go_intent;
5530 wpa_s->p2p_go_intent = go_intent;
8096 0, 0, wpa_s->p2p_go_intent, wpa_s->p2p_connect_freq,
8636 WPS_NFC, 0, 0, 1, 0, wpa_s->conf->p2p_go_intent,
8716 WPS_NFC, 0, 0, 0, 0, wpa_s->conf->p2p_go_intent,
8732 WPS_NFC, 0, 0, 0, 1, wpa_s->conf->p2p_go_intent,
8959 int go_intent = wpa_s->conf->p2p_go_intent;
H A Dwpa_supplicant_i.h939 int p2p_go_intent; member in struct:wpa_supplicant
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c941 wpa_s->conf->p2p_go_intent) ||
1067 wpa_s->conf->p2p_go_intent = entry.uint32_value;

Completed in 202 milliseconds