Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed May 10, 2016
1 parent 57a5bcc commit 59494c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitsune/wifi_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ int send_data_pb( char* host, const char* path, char ** recv_buf_ptr,

int get_wifi_scan_result(Sl_WlanNetworkEntry_t* entries, uint16_t entry_len, uint32_t scan_duration_ms, int antenna);
SlSecParams_t make_sec_params(const char* ssid, const char* password, int sec_type, int version);
int connect_wifi(const char* ssid, const char* password, int sec_type, int version, bool save);
int connect_wifi(const char* ssid, const char* password, int sec_type, int version, int * idx, bool save);
void wifi_get_connected_ssid(uint8_t* ssid_buffer, size_t len);

long nwp_reset();
Expand Down

0 comments on commit 59494c0

Please sign in to comment.