Searched refs:SIOCIWFIRSTPRIV (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/staging/ks7010/
H A Dks_wlan_ioctl.h15 /* (SIOCIWFIRSTPRIV + 0) */
16 /* former KS_WLAN_GET_DRIVER_VERSION (SIOCIWFIRSTPRIV + 1) */
17 /* (SIOCIWFIRSTPRIV + 2) */
18 #define KS_WLAN_GET_FIRM_VERSION (SIOCIWFIRSTPRIV + 3)
19 #define KS_WLAN_SET_WPS_ENABLE (SIOCIWFIRSTPRIV + 4)
20 #define KS_WLAN_GET_WPS_ENABLE (SIOCIWFIRSTPRIV + 5)
21 #define KS_WLAN_SET_WPS_PROBE_REQ (SIOCIWFIRSTPRIV + 6)
22 #define KS_WLAN_GET_EEPROM_CKSUM (SIOCIWFIRSTPRIV + 7)
23 #define KS_WLAN_SET_PREAMBLE (SIOCIWFIRSTPRIV + 8)
24 #define KS_WLAN_GET_PREAMBLE (SIOCIWFIRSTPRIV
[all...]
H A Dks_wlan_net.c2468 case SIOCIWFIRSTPRIV + 20: /* KS_WLAN_SET_STOP_REQ */
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.h308 #define GELIC_WL_PRIV_SET_PSK (SIOCIWFIRSTPRIV + 0)
309 #define GELIC_WL_PRIV_GET_PSK (SIOCIWFIRSTPRIV + 1)
/linux-master/include/uapi/linux/
H A Dwireless.h337 #define SIOCIWFIRSTPRIV 0x8BE0 macro
408 * Privates ioctl are SIOCIWFIRSTPRIV -> SIOCIWLASTPRIV
658 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
659 (cmd - SIOCIWFIRSTPRIV + 0x60) : \
/linux-master/drivers/staging/rtl8712/
H 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-master/net/wireless/
H A Dwext-core.c730 index = cmd - SIOCIWFIRSTPRIV;
982 if (cmd < SIOCIWFIRSTPRIV)
/linux-master/drivers/staging/rtl8723bs/include/
H A Dieee80211.h18 #define RTL_IOCTL_HOSTAPD (SIOCIWFIRSTPRIV + 28)
/linux-master/drivers/net/wireless/intel/ipw2x00/
H 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
H A Dipw2200.c9873 IPW_PRIV_SET_POWER = SIOCIWFIRSTPRIV,
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c16 #define RTL_IOCTL_WPA_SUPPLICANT (SIOCIWFIRSTPRIV + 30)

Completed in 205 milliseconds