Analog Devices Wi-Fi Software Reference Manual  Release 1.0.0
Functions
adi_wifi_transport.c File Reference

: Transport Abstraction Layer (TAL)

Copyright (c) 2017 Analog Devices, Inc. More...

Functions

ADI_WIFI_TAL_RESULT adi_wifi_tal_Init (ADI_CALLBACK pEventCallback)
 Transport layer initialization. More...
 
ADI_WIFI_TAL_RESULT adi_wifi_tal_Uninit ()
 Transport layer un-initialization. More...
 
ADI_WIFI_TAL_RESULT adi_wifi_tal_Write (uint8_t *const pBuf, const uint32_t nBufSize)
 Transport layer write. More...
 
ADI_WIFI_TAL_RESULT adi_wifi_tal_Read (uint8_t *const pBuf, uint32_t nNumBytes)
 Transport layer blocking read. More...
 

Detailed Description

: Transport Abstraction Layer (TAL)

Copyright (c) 2017 Analog Devices, Inc.


All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON- INFRINGEMENT, TITLE, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, PUNITIVE OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES ARISING OUT OF CLAIMS OF INTELLECTUAL PROPERTY RIGHTS INFRINGEMENT; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.