This commit is contained in:
pvvx 2018-03-04 14:05:52 +03:00
parent 1c773d745a
commit 2bc9cc61b3
22 changed files with 1244 additions and 108 deletions

View file

@ -447,7 +447,12 @@ int wifi_get_lps_dtim(unsigned char *dtim);
* @return RTW_SUCCESS : if successfully creates an AP
* RTW_ERROR : if an error occurred
*/
int wifi_start_ap(char *ssid, rtw_security_t security_type, char *password, int channel, char ssid_hidden);
int wifi_start_ap(
char *ssid,
rtw_security_t security_type,
char *password,
int channel,
char ssid_hidden);
/*
int wifi_start_ap(
char *ssid,