Home | History | Annotate | Download | only in linux

Lines Matching refs:SIOCIWFIRSTPRIV

318 #define SIOCIWFIRSTPRIV	0x8BE0
387 * Privates ioctl are SIOCIWFIRSTPRIV -> SIOCIWLASTPRIV
609 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
610 (cmd - SIOCIWFIRSTPRIV + 0x60) : \