HomeSort by relevance Sort by last modified time
    Searched refs:IW_EV_LCP_LEN (Results 51 - 58 of 58) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/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)
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/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)
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/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)
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/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)
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/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)
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 825 while ((size_t) (end - pos) >= IW_EV_LCP_LEN) {
828 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
831 if (iwe->len <= IW_EV_LCP_LEN || iwe->len > end - pos)
841 memcpy(dpos, pos + IW_EV_LCP_LEN,
driver_wext.c 433 while ((size_t) (end - pos) >= IW_EV_LCP_LEN) {
436 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
439 if (iwe->len <= IW_EV_LCP_LEN || iwe->len > end - pos)
452 os_memcpy(dpos, pos + IW_EV_LCP_LEN,
    [all...]
driver_atheros.c     [all...]

Completed in 187 milliseconds

1 23