|
#define | UNIFI_GET_UDI_ENABLE _IOR('u', 1, int) |
|
#define | UNIFI_SET_UDI_ENABLE _IOW('u', 2, int) |
|
#define | UDI_ENABLE_DATA 0x1 |
|
#define | UDI_ENABLE_CONTROL 0x2 |
|
#define | UNIFI_GET_MIB _IOWR('u', 3, unsigned char *) |
|
#define | UNIFI_SET_MIB _IOW ('u', 4, unsigned char *) |
|
#define | MAX_VARBIND_LENGTH 127 |
|
#define | SIOCIWS80211POWERSAVEPRIV SIOCIWFIRSTPRIV |
|
#define | SIOCIWG80211POWERSAVEPRIV SIOCIWFIRSTPRIV + 1 |
|
#define | SIOCIWS80211RELOADDEFAULTSPRIV SIOCIWFIRSTPRIV + 2 |
|
#define | SIOCIWSCONFWAPIPRIV SIOCIWFIRSTPRIV + 4 |
|
#define | SIOCIWSWAPIKEYPRIV SIOCIWFIRSTPRIV + 6 |
|
#define | SIOCIWSSMEDEBUGPRIV SIOCIWFIRSTPRIV + 8 |
|
#define | SIOCIWSAPCFGPRIV SIOCIWFIRSTPRIV + 10 |
|
#define | SIOCIWSAPSTARTPRIV SIOCIWFIRSTPRIV + 12 |
|
#define | SIOCIWSAPSTOPPRIV SIOCIWFIRSTPRIV + 14 |
|
#define | SIOCIWSFWRELOADPRIV SIOCIWFIRSTPRIV + 16 |
|
#define | SIOCIWSSTACKSTART SIOCIWFIRSTPRIV + 18 |
|
#define | SIOCIWSSTACKSTOP SIOCIWFIRSTPRIV + 20 |
|
#define | IWPRIV_POWER_SAVE_MAX_STRING 32 |
|
#define | IWPRIV_SME_DEBUG_MAX_STRING 32 |
|
#define | IWPRIV_SME_MAX_STRING 120 |
|
#define | UNIFI_CFG _IOWR('u', 5, unsigned char *) |
|
#define | UNIFI_PUTEST _IOWR('u', 6, unsigned char *) |
|
#define | UNIFI_BUILD_TYPE _IOWR('u', 7, unsigned char) |
|
#define | UNIFI_BUILD_NME 1 |
|
#define | UNIFI_BUILD_WEXT 2 |
|
#define | UNIFI_BUILD_AP 3 |
|
#define | UNIFI_KICK _IO ('u', 0x10) |
|
#define | UNIFI_SET_DEBUG _IO ('u', 0x11) |
|
#define | UNIFI_SET_TRACE _IO ('u', 0x12) |
|
#define | UNIFI_GET_INIT_STATUS _IOR ('u', 0x15, int) |
|
#define | UNIFI_SET_UDI_LOG_MASK _IOR('u', 0x18, unifiio_filter_t) |
|
#define | UNIFI_SET_UDI_SNAP_MASK _IOW('u', 0x1a, unifiio_snap_filter_t) |
|
#define | UNIFI_SET_AMP_ENABLE _IOWR('u', 0x1b, int) |
|
#define | UNIFI_INIT_HW _IOR ('u', 0x13, unsigned char) |
|
#define | UNIFI_INIT_NETDEV _IOW ('u', 0x14, unsigned char[6]) |
|
#define | UNIFI_SME_PRESENT _IOW ('u', 0x19, int) |
|
#define | UNIFI_CFG_PERIOD_TRAFFIC _IOW ('u', 0x21, unsigned char *) |
|
#define | UNIFI_CFG_UAPSD_TRAFFIC _IOW ('u', 0x22, unsigned char) |
|
#define | UNIFI_COREDUMP_GET_REG _IOWR('u', 0x23, unifiio_coredump_req_t) |
|
#define | UDI_FROM_HOST 0 |
|
#define | UDI_TO_HOST 1 |
|
#define | UDI_CONFIG_IND 2 |
|
#define | UNIFI_PUTEST_START 0 |
|
#define | UNIFI_PUTEST_STOP 1 |
|
#define | UNIFI_PUTEST_SET_SDIO_CLOCK 2 |
|
#define | UNIFI_PUTEST_CMD52_READ 3 |
|
#define | UNIFI_PUTEST_CMD52_WRITE 4 |
|
#define | UNIFI_PUTEST_DL_FW 5 |
|
#define | UNIFI_PUTEST_DL_FW_BUFF 6 |
|
#define | UNIFI_PUTEST_CMD52_BLOCK_READ 7 |
|
#define | UNIFI_PUTEST_COREDUMP_PREPARE 8 |
|
#define | UNIFI_PUTEST_GP_READ16 9 |
|
#define | UNIFI_PUTEST_GP_WRITE16 10 |
|
#define | UNIFI_CFG_FILTER_NONE 0x0000 |
|
#define | UNIFI_CFG_FILTER_DHCP 0x0001 |
|
#define | UNIFI_CFG_FILTER_ARP 0x0002 |
|
#define | UNIFI_CFG_FILTER_NBNS 0x0004 |
|
#define | UNIFI_CFG_FILTER_NBDS 0x0008 |
|
#define | UNIFI_CFG_FILTER_CUPS 0x0010 |
|
#define | UNIFI_CFG_FILTER_ALL 0xFFFF |
|
#define | CONFIG_IND_ERROR 0x01 |
|
#define | CONFIG_IND_EXIT 0x02 |
|
#define | CONFIG_SME_NOT_PRESENT 0x10 |
|
#define | CONFIG_SME_PRESENT 0x20 |
|