X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=wpa_supplicant%2Fconfig.h;h=3fe46e331bfdda3b0f9a026f836ba7fe0efb3bc4;hb=refs%2Fheads%2Fkitkat-x86;hp=1748cf3b8606d870fc0cb956d62b03c614fa4e1b;hpb=a1c1be9e75d20e064c9ffbd1d2f51257881c369b;p=android-x86%2Fexternal-wpa_supplicant_8.git diff --git a/wpa_supplicant/config.h b/wpa_supplicant/config.h index 1748cf3..3fe46e3 100644 --- a/wpa_supplicant/config.h +++ b/wpa_supplicant/config.h @@ -876,6 +876,17 @@ struct wpa_config { * sched_scan_interval - schedule scan interval */ unsigned int sched_scan_interval; + + /** + * tdls_external_control - External control for TDLS setup requests + * + * Enable TDLS mode where external programs are given the control + * to specify the TDLS link to get established to the driver. The + * driver requests the TDLS setup to the supplicant only for the + * specified TDLS peers. + * + */ + int tdls_external_control; };