intel / wds

Wireless Display Software For Linux OS (WDS)
https://01.org/wds
GNU Lesser General Public License v2.1
511 stars 104 forks source link

connman and wpa_supplicant from the repository? #189

Open Bonteruel opened 5 years ago

Bonteruel commented 5 years ago

Is it possible to use connman and wpa_supplicant from the debian repositories? Checking the pre-requisites give indications for both built from source, but I'm not able to install wpa_supplicant; it gives me errors. The version of debian (testing) is superior than minimum required. The error building is the following: fatal error: net/if_media.h: There is no such file or directory

include <net/if_media.h>

I set CONFIG_DRIVER_BSD=y in .config, perhaps is possible omit this line. Can I? My wireless card is atheros, and its driver ath9k. Thanks in advance.