Home
last modified time | relevance | path

Searched refs:IW_REQUEST_FLAG_COMPAT (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Diw_handler.h260 #define IW_REQUEST_FLAG_COMPAT 0x0001 /* Compat ioctl call */ macro
470 if (info->flags & IW_REQUEST_FLAG_COMPAT) in iwe_stream_lcp_len()
479 if (info->flags & IW_REQUEST_FLAG_COMPAT) in iwe_stream_point_len()
489 if (info->flags & IW_REQUEST_FLAG_COMPAT) { in iwe_stream_event_len_adjust()
/linux/net/wireless/
H A Dwext-core.c1137 info.flags = IW_REQUEST_FLAG_COMPAT; in compat_wext_handle_ioctl()