Linux Kernel
3.7.1
|
#include "unifi_priv.h"
Go to the source code of this file.
Functions | |
int | uf_sme_init (unifi_priv_t *priv) |
void | uf_sme_deinit (unifi_priv_t *priv) |
void | unifi_ta_indicate_protocol (void *ospriv, CsrWifiRouterCtrlTrafficPacketType packet_type, CsrWifiRouterCtrlProtocolDirection direction, const CsrWifiMacAddress *src_addr) |
void | unifi_ta_indicate_sampling (void *ospriv, CsrWifiRouterCtrlTrafficStats *stats) |
void | unifi_ta_indicate_l4stats (void *ospriv, u32 rxTcpThroughput, u32 txTcpThroughput, u32 rxUdpThroughput, u32 txUdpThroughput) |
Variables | |
CsrSchedQid | CSR_WIFI_ROUTER_IFACEQUEUE = 0xFFFF |
CsrSchedQid | CSR_WIFI_SME_IFACEQUEUE = 0xFFFF |
void uf_sme_deinit | ( | unifi_priv_t * | priv | ) |
Definition at line 119 of file sme_userspace.c.
int uf_sme_init | ( | unifi_priv_t * | priv | ) |
Definition at line 29 of file sme_userspace.c.
void unifi_ta_indicate_l4stats | ( | void * | ospriv, |
u32 | rxTcpThroughput, | ||
u32 | txTcpThroughput, | ||
u32 | rxUdpThroughput, | ||
u32 | txUdpThroughput | ||
) |
Definition at line 299 of file sme_userspace.c.
CsrSchedQid CSR_WIFI_ROUTER_IFACEQUEUE = 0xFFFF |
Definition at line 23 of file sme_userspace.c.
CsrSchedQid CSR_WIFI_SME_IFACEQUEUE = 0xFFFF |
Definition at line 24 of file sme_userspace.c.