Home | History | Annotate | Download | only in drivers

Lines Matching defs:SIOCIWFIRSTPRIV

353 #define SIOCIWFIRSTPRIV	0x8BE0
424 * Privates ioctl are SIOCIWFIRSTPRIV -> SIOCIWLASTPRIV
674 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
675 (cmd - SIOCIWFIRSTPRIV + 0x60) : \