Lines Matching refs:info
313 typedef int (*iw_handler)(struct net_device *dev, struct iw_request_info *info,
428 static inline int iwe_stream_lcp_len(struct iw_request_info *info) in iwe_stream_lcp_len() argument
431 if (info->flags & IW_REQUEST_FLAG_COMPAT) in iwe_stream_lcp_len()
437 static inline int iwe_stream_point_len(struct iw_request_info *info) in iwe_stream_point_len() argument
440 if (info->flags & IW_REQUEST_FLAG_COMPAT) in iwe_stream_point_len()
446 static inline int iwe_stream_event_len_adjust(struct iw_request_info *info, in iwe_stream_event_len_adjust() argument
450 if (info->flags & IW_REQUEST_FLAG_COMPAT) { in iwe_stream_event_len_adjust()
463 char *iwe_stream_add_event(struct iw_request_info *info, char *stream,
467 iwe_stream_add_event_check(struct iw_request_info *info, char *stream, in iwe_stream_add_event_check() argument
470 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check()
482 char *iwe_stream_add_point(struct iw_request_info *info, char *stream,
486 iwe_stream_add_point_check(struct iw_request_info *info, char *stream, in iwe_stream_add_point_check() argument
489 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check()
502 char *iwe_stream_add_value(struct iw_request_info *info, char *event,