|
@@ -124,8 +124,7 @@ s32 wilc_parse_network_info(u8 *msg_buffer,
|
|
struct network_info **ret_network_info);
|
|
struct network_info **ret_network_info);
|
|
s32 wilc_parse_assoc_resp_info(u8 *buffer, u32 buffer_len,
|
|
s32 wilc_parse_assoc_resp_info(u8 *buffer, u32 buffer_len,
|
|
struct connect_resp_info **ret_connect_resp_info);
|
|
struct connect_resp_info **ret_connect_resp_info);
|
|
-void wilc_scan_complete_received(struct wilc *wilc, u8 *pu8Buffer,
|
|
|
|
- u32 u32Length);
|
|
|
|
|
|
+void wilc_scan_complete_received(struct wilc *wilc, u8 *buffer, u32 length);
|
|
void wilc_network_info_received(struct wilc *wilc, u8 *pu8Buffer,
|
|
void wilc_network_info_received(struct wilc *wilc, u8 *pu8Buffer,
|
|
u32 u32Length);
|
|
u32 u32Length);
|
|
void wilc_gnrl_async_info_received(struct wilc *wilc, u8 *pu8Buffer,
|
|
void wilc_gnrl_async_info_received(struct wilc *wilc, u8 *pu8Buffer,
|