summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2014-02-05build: remove unused MEMTESTDavid Herrmann1-1/+0
This variable is not used, remove it. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
2014-02-05Add wfd_wpa_* APIDavid Herrmann1-2/+10
As wpa_supplicant is the de-facto standard for wifi on linux, add a common API to deal with it. It's mostly copied from old openwfd so should be working fine. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
2014-02-04Import libwfd from OpenWFDDavid Herrmann1-0/+150
Initial import of most generic WFD stuff from OpenWFD. The libwfd library will be independent of any Miracast implementation so it can be shared across projects. It will not provide any fancy integration or policy, but only the most basic protocol parsers and handling. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>