Dear All,
I am using BSP L5.0.0_1.0.0-GA and I want to customize the implementation of wpa_supplicant_driver_cmd() in extern/wpa_supplicant_8 to support proprietary driver commands.
The wpa_supplicant_driver_cmd() calls wpa_drv_driver_cmd() which further calls an external function wpa_driver_nl80211_driver_cmd() to handle the driver commands.
extern int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf,
size_t buf_len);
However, where is the wpa_driver_nl80211_driver_cmd() function for Atheros AR6003? I searched through the whole root directory but yet could not find it. For i.MX6 sabresd board with the Silex WiFi module in clean BSP L5.0.0_1.0.0, where is this function?
Thanks in advance.