ap6212 softap support

This commit is contained in:
August 2018-08-10 14:17:52 +08:00
parent 73a04365cb
commit 6e8b520dcb
7 changed files with 13 additions and 10 deletions

View file

@ -27,7 +27,7 @@ const char *get_wifi_driver_name();
const char *get_fw_path_sta();
const char *get_fw_path_ap();
const char *get_fw_path_p2p();
void get_driver_module_arg(char* arg);
void get_driver_module_arg(char* arg, int mode);
const char *get_supplicant_para(int set_p2p_supported);
#if __cplusplus