I have been working with the TI WLAN drivers included with the AM3715 EVM SDK 4.0.0.0, and it seems that the suggested ./wlan_cu command connects to wpa_supplicant with success (though I have not tried actually connecting to a network). However when I try to use one of the wpa_supplicant utilities directly such as wpa_cli or wpa_gui they fail to connect to wpa_supplicant. This being said I was wondering why wlan_cu is used instead of the wpa_cli?
Additionally any feedback as to the feasibility of using the wpa_supplicant interfaces with the TI WLAN stack would be greatly appreciated, in the end I would like to see wpa_gui talking to wpa_supplicant (wpa_gui builds and runs fine, it just does not detect wpa_supplicant and thus will not do anything).