Searched refs:SIOCIWFIRSTPRIV (Results 1 – 6 of 6) sorted by relevance
307 #define GELIC_WL_PRIV_SET_PSK (SIOCIWFIRSTPRIV + 0)308 #define GELIC_WL_PRIV_GET_PSK (SIOCIWFIRSTPRIV + 1)
337 #define SIOCIWFIRSTPRIV 0x8BE0 macro658 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \659 (cmd - SIOCIWFIRSTPRIV + 0x60) : \
728 index = cmd - SIOCIWFIRSTPRIV; in get_handler()980 if (cmd < SIOCIWFIRSTPRIV) in wireless_process_ioctl()
18 #define RTL_IOCTL_HOSTAPD (SIOCIWFIRSTPRIV + 28)
8001 #define IPW2100_PRIV_SET_MONITOR SIOCIWFIRSTPRIV8002 #define IPW2100_PRIV_RESET SIOCIWFIRSTPRIV+18003 #define IPW2100_PRIV_SET_POWER SIOCIWFIRSTPRIV+28004 #define IPW2100_PRIV_GET_POWER SIOCIWFIRSTPRIV+38005 #define IPW2100_PRIV_SET_LONGPREAMBLE SIOCIWFIRSTPRIV+48006 #define IPW2100_PRIV_GET_LONGPREAMBLE SIOCIWFIRSTPRIV+58007 #define IPW2100_PRIV_SET_CRC_CHECK SIOCIWFIRSTPRIV+68008 #define IPW2100_PRIV_GET_CRC_CHECK SIOCIWFIRSTPRIV+7
9881 IPW_PRIV_SET_POWER = SIOCIWFIRSTPRIV,