RNDIS Defines. More...
#include <stdint.h>
#include "ndis.h"
Go to the source code of this file.
Functions | |
uint8_t | rndis_send_encapsulated_command (uint16_t wLength) |
Handles a "SEND ENCAPSULATED COMMAND" message. | |
uint8_t | rndis_get_encapsulated_command (void) |
Handle "GET ENCAPSULATED COMMAND". | |
void | rndis_send_interrupt (void) |
Send an interrupt over the interrupt endpoint to the host. | |
void | rndis_query_process (void) |
Function to handle a RNDIS "QUERY" command in the encapsulated_buffer. | |
void | rndis_set_process (void) |
Function to deal with a RNDIS "SET" command present in the encapsulated_buffer. | |
uint8_t | rndis_send_status (rndis_Status_t stat) |
Send a status packet back to the host. | |
uint8_t | rndis_send (uint8_t *senddata, uint16_t sendlen, uint8_t led) |
Send data over RNDIS interface, data is in uipbuf and length is uiplen. |
RNDIS Defines.
Definition in file rndis_protocol.h.