Functions | |
void | WIFI_Transfer_Fixed (void) |
Function: WIFI_Transfer_Fixed. More... | |
void | WIFI_Transfer_Incremental (void) |
Function: WIFI_Transfer_Incremental. More... | |
void | WIFI_Send_Fragmented (void) |
Function: WIFI_Send_Fragmented. More... | |
void | WIFI_Recv_Fragmented (void) |
Function: WIFI_Recv_Fragmented. More... | |
void | WIFI_Test_Speed (void) |
Function: WIFI_Test_Speed. More... | |
void | WIFI_Concurrent_Socket (void) |
Function: WIFI_Concurrent_Socket. More... | |
void | WIFI_Downstream_Rate (void) |
Function: WIFI_Downstream_Rate. More... | |
void | WIFI_Upstream_Rate (void) |
Function: WIFI_Upstream_Rate. More... | |
These tests verify operation of the WiFi socket functions.
void WIFI_Transfer_Fixed | ( | void | ) |
The test function WIFI_Transfer_Fixed verifies data transfer in fixed size blocks.
Stream socket test:
Datagram socket test:
void WIFI_Transfer_Incremental | ( | void | ) |
The test function WIFI_Transfer_Incremental verifies data transfer in ascending size blocks. Each subsequent block that the socket sends is one byte larger than the previous block.
Stream socket test:
Datagram socket test:
void WIFI_Send_Fragmented | ( | void | ) |
The test function WIFI_Send_Fragmented verifies data transfer in chunks.
Stream socket test:
void WIFI_Recv_Fragmented | ( | void | ) |
The test function WIFI_Recv_Fragmented verifies data transfer in chunks.
Stream socket test:
void WIFI_Test_Speed | ( | void | ) |
The test function WIFI_Test_Speed tests data transfer speed.
Stream socket test:
Datagram socket test:
void WIFI_Concurrent_Socket | ( | void | ) |
The test function WIFI_Concurrent_Socket verifies transfer of two concurrent sockets.
Stream socket test:
Datagram socket test:
void WIFI_Downstream_Rate | ( | void | ) |
The test function WIFI_Downstream_Rate tests the maximum rate at which the data can be received.
void WIFI_Upstream_Rate | ( | void | ) |
The test function WIFI_Upstream_Rate tests the maximum rate at which the data can be sent.