Home
last modified time | relevance | path

Searched refs:IW_EV_LCP_LEN (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dwireless.h1081 #define IW_EV_LCP_LEN (sizeof(struct iw_event) - sizeof(union iwreq_data)) macro
1083 #define IW_EV_CHAR_LEN (IW_EV_LCP_LEN + IFNAMSIZ)
1084 #define IW_EV_UINT_LEN (IW_EV_LCP_LEN + sizeof(__u32))
1085 #define IW_EV_FREQ_LEN (IW_EV_LCP_LEN + sizeof(struct iw_freq))
1086 #define IW_EV_PARAM_LEN (IW_EV_LCP_LEN + sizeof(struct iw_param))
1087 #define IW_EV_ADDR_LEN (IW_EV_LCP_LEN + sizeof(struct sockaddr))
1088 #define IW_EV_QUAL_LEN (IW_EV_LCP_LEN + sizeof(struct iw_quality))
1095 #define IW_EV_POINT_LEN (IW_EV_LCP_LEN + sizeof(struct iw_point) - \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dwireless.h1081 #define IW_EV_LCP_LEN (sizeof(struct iw_event) - sizeof(union iwreq_data)) macro
1083 #define IW_EV_CHAR_LEN (IW_EV_LCP_LEN + IFNAMSIZ)
1084 #define IW_EV_UINT_LEN (IW_EV_LCP_LEN + sizeof(__u32))
1085 #define IW_EV_FREQ_LEN (IW_EV_LCP_LEN + sizeof(struct iw_freq))
1086 #define IW_EV_PARAM_LEN (IW_EV_LCP_LEN + sizeof(struct iw_param))
1087 #define IW_EV_ADDR_LEN (IW_EV_LCP_LEN + sizeof(struct sockaddr))
1088 #define IW_EV_QUAL_LEN (IW_EV_LCP_LEN + sizeof(struct iw_quality))
1095 #define IW_EV_POINT_LEN (IW_EV_LCP_LEN + sizeof(struct iw_point) - \
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dwireless.h1087 #define IW_EV_LCP_LEN (sizeof(struct iw_event) - sizeof(union iwreq_data)) macro
1089 #define IW_EV_CHAR_LEN (IW_EV_LCP_LEN + IFNAMSIZ)
1090 #define IW_EV_UINT_LEN (IW_EV_LCP_LEN + sizeof(__u32))
1091 #define IW_EV_FREQ_LEN (IW_EV_LCP_LEN + sizeof(struct iw_freq))
1092 #define IW_EV_PARAM_LEN (IW_EV_LCP_LEN + sizeof(struct iw_param))
1093 #define IW_EV_ADDR_LEN (IW_EV_LCP_LEN + sizeof(struct sockaddr))
1094 #define IW_EV_QUAL_LEN (IW_EV_LCP_LEN + sizeof(struct iw_quality))
1100 #define IW_EV_POINT_LEN (IW_EV_LCP_LEN + sizeof(struct iw_point) - \
/OK3568_Linux_fs/kernel/include/net/
H A Diw_handler.h480 return IW_EV_LCP_LEN; in iwe_stream_lcp_len()
497 event_len -= IW_EV_LCP_LEN; in iwe_stream_event_len_adjust()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dwext-core.c313 IW_EV_LCP_LEN, /* IW_HEADER_TYPE_NULL */
578 memcpy(&event->u, ((char *) wrqu) + wrqu_off, hdr_len - IW_EV_LCP_LEN); in wireless_send_event()
1175 event_len -= IW_EV_LCP_LEN; in iwe_stream_add_value()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_wext.c2750 current_val = current_ev + IW_EV_LCP_LEN; in woal_get_scan()
2800 current_val = current_ev + IW_EV_LCP_LEN + strlen(buf); in woal_get_scan()
2855 current_ev + IW_EV_LCP_LEN + in woal_get_scan()
2888 current_val = current_ev + IW_EV_LCP_LEN + strlen(buf); in woal_get_scan()
2890 current_val = current_ev + IW_EV_LCP_LEN; in woal_get_scan()
2895 if ((unsigned int)(current_val - current_ev) > IW_EV_LCP_LEN) in woal_get_scan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_wext.c3029 current_val = current_ev + IW_EV_LCP_LEN; in woal_get_scan()
3075 current_val = current_ev + IW_EV_LCP_LEN + strlen(buf); in woal_get_scan()
3157 current_val = current_ev + IW_EV_LCP_LEN; in woal_get_scan()
3162 if ((unsigned int)(current_val - current_ev) > IW_EV_LCP_LEN) in woal_get_scan()
/OK3568_Linux_fs/kernel/drivers/staging/ks7010/
H A Dks_wlan_net.c1249 current_val = current_ev + IW_EV_LCP_LEN; in ks_wlan_translate_scan()
1270 if ((current_val - current_ev) > IW_EV_LCP_LEN) in ks_wlan_translate_scan()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_iw.c1558 value = event + IW_EV_LCP_LEN; in wl_iw_get_scan()
1684 value = event + IW_EV_LCP_LEN; in wl_iw_iscan_get_scan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_iw.c1564 value = event + IW_EV_LCP_LEN; in wl_iw_get_scan()
1690 value = event + IW_EV_LCP_LEN; in wl_iw_iscan_get_scan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_iw.c1564 value = event + IW_EV_LCP_LEN; in wl_iw_get_scan()
1690 value = event + IW_EV_LCP_LEN; in wl_iw_iscan_get_scan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_escan.c1040 value = event + IW_EV_LCP_LEN; in wl_escan_merge_scan_results()
H A Dwl_iw.c1744 value = event + IW_EV_LCP_LEN; in wl_iw_get_scan()
1891 value = event + IW_EV_LCP_LEN; in wl_iw_iscan_get_scan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iw.c1746 value = event + IW_EV_LCP_LEN; in wl_iw_get_scan()
1893 value = event + IW_EV_LCP_LEN; in wl_iw_iscan_get_scan()
H A Dwl_escan.c1111 value = event + IW_EV_LCP_LEN; in wl_escan_merge_scan_results()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_escan.c1113 value = event + IW_EV_LCP_LEN; in wl_escan_merge_scan_results()
H A Dwl_iw.c1769 value = event + IW_EV_LCP_LEN; in wl_iw_get_scan()
1917 value = event + IW_EV_LCP_LEN; in wl_iw_iscan_get_scan()