Searched refs:SIOCIWFIRSTPRIV (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/toshiba/ |
| A D | ps3_gelic_wireless.h | 308 #define GELIC_WL_PRIV_SET_PSK (SIOCIWFIRSTPRIV + 0) 309 #define GELIC_WL_PRIV_GET_PSK (SIOCIWFIRSTPRIV + 1)
|
| /linux/include/uapi/linux/ |
| A D | wireless.h | 337 #define SIOCIWFIRSTPRIV 0x8BE0 macro 658 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \ 659 (cmd - SIOCIWFIRSTPRIV + 0x60) : \
|
| /linux/drivers/staging/rtl8712/ |
| A D | rtl871x_ioctl_linux.c | 39 #define RTL_IOCTL_WPA_SUPPLICANT (SIOCIWFIRSTPRIV + 0x1E) 2199 SIOCIWFIRSTPRIV + 0x0, 2203 SIOCIWFIRSTPRIV + 0x1, 2207 SIOCIWFIRSTPRIV + 0x2, 0, 0, "driver_ext" 2210 SIOCIWFIRSTPRIV + 0x3, 0, 0, "mp_ioctl" 2213 SIOCIWFIRSTPRIV + 0x4, 2217 SIOCIWFIRSTPRIV + 0x5, 2221 SIOCIWFIRSTPRIV + 0x6, 2225 SIOCIWFIRSTPRIV + 0x7,
|
| /linux/net/wireless/ |
| A D | wext-core.c | 730 index = cmd - SIOCIWFIRSTPRIV; in get_handler() 982 if (cmd < SIOCIWFIRSTPRIV) in wireless_process_ioctl()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| A D | ieee80211.h | 18 #define RTL_IOCTL_HOSTAPD (SIOCIWFIRSTPRIV + 28)
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| A D | ipw2100.c | 8006 #define IPW2100_PRIV_SET_MONITOR SIOCIWFIRSTPRIV 8007 #define IPW2100_PRIV_RESET SIOCIWFIRSTPRIV+1 8008 #define IPW2100_PRIV_SET_POWER SIOCIWFIRSTPRIV+2 8009 #define IPW2100_PRIV_GET_POWER SIOCIWFIRSTPRIV+3 8010 #define IPW2100_PRIV_SET_LONGPREAMBLE SIOCIWFIRSTPRIV+4 8011 #define IPW2100_PRIV_GET_LONGPREAMBLE SIOCIWFIRSTPRIV+5 8012 #define IPW2100_PRIV_SET_CRC_CHECK SIOCIWFIRSTPRIV+6 8013 #define IPW2100_PRIV_GET_CRC_CHECK SIOCIWFIRSTPRIV+7
|
| A D | ipw2200.c | 9873 IPW_PRIV_SET_POWER = SIOCIWFIRSTPRIV,
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| A D | ioctl_linux.c | 15 #define RTL_IOCTL_WPA_SUPPLICANT (SIOCIWFIRSTPRIV + 30)
|
Completed in 70 milliseconds