Arm Keil MDK v6 Essential and Professional editions are now available to buy as monthly or annual subscriptions from our Developer Tools store. Visit the store to get access to the tools suite today!

  1. Packs
  2. QCA400x_WiFi_Driver

Change Log

Version 1.1.0: Dec. 18, 2019

Get Pack
      Updated Driver:
      - Resolved ARM Compiler 6 warnings
      - Corrected Socket Accept
      - Corrected Socket GetHostByName: Returned correct ip address length
      - Corrected Socket SocketSendTo: Corrected transfers greater than WIFI_QCA400x_MAX_PACKET_LEN
      - Updated Socket RecvFrom: Handled situation when socket was closed by a peer
      - Updated Socket Close: Cleared whole socket_t structure
      - Removed send_timeout variable (socket send timeout can not be configured)
      - Reduced default socket receive timeout to 20s
      - Updated WiFi_GetNetInfo function to return WiFi security type (security type is save in WiFi_Activate)
      - Write to socket_arr[].handle variable is protected with a semaphore
      - Socket functions: Added additional safety checking of parameters and driver variables

Version 1.0.0: June 27, 2019

Get Pack
      Initial release