HomeSort by relevance Sort by last modified time
    Searched defs:IW_EV_LCP_LEN (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
wireless.h 559 #define IW_EV_LCP_LEN (sizeof(struct iw_event) - sizeof(union iwreq_data))
560 #define IW_EV_CHAR_LEN (IW_EV_LCP_LEN + IFNAMSIZ)
561 #define IW_EV_UINT_LEN (IW_EV_LCP_LEN + sizeof(__u32))
562 #define IW_EV_FREQ_LEN (IW_EV_LCP_LEN + sizeof(struct iw_freq))
564 #define IW_EV_PARAM_LEN (IW_EV_LCP_LEN + sizeof(struct iw_param))
565 #define IW_EV_ADDR_LEN (IW_EV_LCP_LEN + sizeof(struct sockaddr))
566 #define IW_EV_QUAL_LEN (IW_EV_LCP_LEN + sizeof(struct iw_quality))
569 #define IW_EV_POINT_LEN (IW_EV_LCP_LEN + sizeof(struct iw_point) - IW_EV_POINT_OFF)
  /development/ndk/platforms/android-3/include/linux/
wireless.h 530 #define IW_EV_LCP_LEN (sizeof(struct iw_event) - sizeof(union iwreq_data))
532 #define IW_EV_CHAR_LEN (IW_EV_LCP_LEN + IFNAMSIZ)
533 #define IW_EV_UINT_LEN (IW_EV_LCP_LEN + sizeof(__u32))
534 #define IW_EV_FREQ_LEN (IW_EV_LCP_LEN + sizeof(struct iw_freq))
535 #define IW_EV_PARAM_LEN (IW_EV_LCP_LEN + sizeof(struct iw_param))
536 #define IW_EV_ADDR_LEN (IW_EV_LCP_LEN + sizeof(struct sockaddr))
537 #define IW_EV_QUAL_LEN (IW_EV_LCP_LEN + sizeof(struct iw_quality))
540 #define IW_EV_POINT_LEN (IW_EV_LCP_LEN + sizeof(struct iw_point) - IW_EV_POINT_OFF)
  /development/ndk/platforms/android-L/include/linux/
wireless.h 559 #define IW_EV_LCP_LEN (sizeof(struct iw_event) - sizeof(union iwreq_data))
560 #define IW_EV_CHAR_LEN (IW_EV_LCP_LEN + IFNAMSIZ)
561 #define IW_EV_UINT_LEN (IW_EV_LCP_LEN + sizeof(__u32))
562 #define IW_EV_FREQ_LEN (IW_EV_LCP_LEN + sizeof(struct iw_freq))
564 #define IW_EV_PARAM_LEN (IW_EV_LCP_LEN + sizeof(struct iw_param))
565 #define IW_EV_ADDR_LEN (IW_EV_LCP_LEN + sizeof(struct sockaddr))
566 #define IW_EV_QUAL_LEN (IW_EV_LCP_LEN + sizeof(struct iw_quality))
569 #define IW_EV_POINT_LEN (IW_EV_LCP_LEN + sizeof(struct iw_point) - IW_EV_POINT_OFF)
  /external/kernel-headers/original/uapi/linux/
wireless.h     [all...]

Completed in 206 milliseconds