Home | History | Annotate | Download | only in linux

Lines Matching refs:SIOCIWFIRSTPRIV

330 #define SIOCIWFIRSTPRIV	0x8BE0
399 * Privates ioctl are SIOCIWFIRSTPRIV -> SIOCIWLASTPRIV
636 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
637 (cmd - SIOCIWFIRSTPRIV + 0x60) : \