|
@@ -3504,6 +3504,7 @@ struct wpa_config * wpa_config_alloc_empty(const char *ctrl_interface,
|
|
config->p2p_intra_bss = DEFAULT_P2P_INTRA_BSS;
|
|
config->p2p_intra_bss = DEFAULT_P2P_INTRA_BSS;
|
|
config->p2p_go_max_inactivity = DEFAULT_P2P_GO_MAX_INACTIVITY;
|
|
config->p2p_go_max_inactivity = DEFAULT_P2P_GO_MAX_INACTIVITY;
|
|
config->p2p_optimize_listen_chan = DEFAULT_P2P_OPTIMIZE_LISTEN_CHAN;
|
|
config->p2p_optimize_listen_chan = DEFAULT_P2P_OPTIMIZE_LISTEN_CHAN;
|
|
|
|
+ config->p2p_go_ctwindow = DEFAULT_P2P_GO_CTWINDOW;
|
|
config->bss_max_count = DEFAULT_BSS_MAX_COUNT;
|
|
config->bss_max_count = DEFAULT_BSS_MAX_COUNT;
|
|
config->bss_expiration_age = DEFAULT_BSS_EXPIRATION_AGE;
|
|
config->bss_expiration_age = DEFAULT_BSS_EXPIRATION_AGE;
|
|
config->bss_expiration_scan_count = DEFAULT_BSS_EXPIRATION_SCAN_COUNT;
|
|
config->bss_expiration_scan_count = DEFAULT_BSS_EXPIRATION_SCAN_COUNT;
|
|
@@ -4136,6 +4137,7 @@ static const struct global_parse_data global_fields[] = {
|
|
{ INT(p2p_go_ht40), 0 },
|
|
{ INT(p2p_go_ht40), 0 },
|
|
{ INT(p2p_go_vht), 0 },
|
|
{ INT(p2p_go_vht), 0 },
|
|
{ INT(p2p_disabled), 0 },
|
|
{ INT(p2p_disabled), 0 },
|
|
|
|
+ { INT_RANGE(p2p_go_ctwindow, 0, 127), 0 },
|
|
{ INT(p2p_no_group_iface), 0 },
|
|
{ INT(p2p_no_group_iface), 0 },
|
|
{ INT_RANGE(p2p_ignore_shared_freq, 0, 1), 0 },
|
|
{ INT_RANGE(p2p_ignore_shared_freq, 0, 1), 0 },
|
|
{ IPV4(ip_addr_go), 0 },
|
|
{ IPV4(ip_addr_go), 0 },
|