Home
last modified time | relevance | path

Searched refs:SIOCIWFIRSTPRIV (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/toshiba/
A Dps3_gelic_wireless.h308 #define GELIC_WL_PRIV_SET_PSK (SIOCIWFIRSTPRIV + 0)
309 #define GELIC_WL_PRIV_GET_PSK (SIOCIWFIRSTPRIV + 1)
/linux/include/uapi/linux/
A Dwireless.h337 #define SIOCIWFIRSTPRIV 0x8BE0 macro
658 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
659 (cmd - SIOCIWFIRSTPRIV + 0x60) : \
/linux/drivers/staging/rtl8712/
A Drtl871x_ioctl_linux.c39 #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 Dwext-core.c730 index = cmd - SIOCIWFIRSTPRIV; in get_handler()
982 if (cmd < SIOCIWFIRSTPRIV) in wireless_process_ioctl()
/linux/drivers/staging/rtl8723bs/include/
A Dieee80211.h18 #define RTL_IOCTL_HOSTAPD (SIOCIWFIRSTPRIV + 28)
/linux/drivers/net/wireless/intel/ipw2x00/
A Dipw2100.c8006 #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 Dipw2200.c9873 IPW_PRIV_SET_POWER = SIOCIWFIRSTPRIV,
/linux/drivers/staging/rtl8723bs/os_dep/
A Dioctl_linux.c15 #define RTL_IOCTL_WPA_SUPPLICANT (SIOCIWFIRSTPRIV + 30)

Completed in 70 milliseconds