Home
last modified time | relevance | path

Searched refs:p2p_go_max_inactivity (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/wpa_supplicant/
Dconfig.h1160 int p2p_go_max_inactivity; member
Dconfig_file.c1379 if (config->p2p_go_max_inactivity != DEFAULT_P2P_GO_MAX_INACTIVITY) in wpa_config_write_global()
1381 config->p2p_go_max_inactivity); in wpa_config_write_global()
Dconfig.c4664 config->p2p_go_max_inactivity = DEFAULT_P2P_GO_MAX_INACTIVITY; in wpa_config_alloc_empty()
5520 { INT(p2p_go_max_inactivity), 0 },
Dp2p_supplicant.c2146 ssid->ap_max_inactivity = wpa_s->p2pdev->conf->p2p_go_max_inactivity; in wpas_start_wps_go()