Home | History | Annotate | Download | only in linux

Lines Matching refs:SIOCIWFIRSTPRIV

330 #define SIOCIWFIRSTPRIV	0x8BE0
401 * Privates ioctl are SIOCIWFIRSTPRIV -> SIOCIWLASTPRIV
651 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
652 (cmd - SIOCIWFIRSTPRIV + 0x60) : \