Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

irlan_filter.h

Go to the documentation of this file.
00001 /*********************************************************************
00002  *                
00003  * Filename:      irlan_filter.h
00004  * Version:       
00005  * Description:   
00006  * Status:        Experimental.
00007  * Author:        Dag Brattli <dagb@cs.uit.no>
00008  * Created at:    Fri Jan 29 15:24:08 1999
00009  * Modified at:   Sun Feb  7 23:35:31 1999
00010  * Modified by:   Dag Brattli <dagb@cs.uit.no>
00011  * 
00012  *     Copyright (c) 1998 Dag Brattli, All Rights Reserved.
00013  *      
00014  *     This program is free software; you can redistribute it and/or 
00015  *     modify it under the terms of the GNU General Public License as 
00016  *     published by the Free Software Foundation; either version 2 of 
00017  *     the License, or (at your option) any later version.
00018  *  
00019  *     Neither Dag Brattli nor University of Tromsų admit liability nor
00020  *     provide warranty for any of this software. This material is 
00021  *     provided "AS-IS" and at no charge.
00022  *     
00023  ********************************************************************/
00024 
00025 #ifndef IRLAN_FILTER_H
00026 #define IRLAN_FILTER_H
00027 
00028 void irlan_check_command_param(struct irlan_cb *self, char *param, 
00029                                char *value);
00030 void handle_filter_request(struct irlan_cb *self, struct sk_buff *skb);
00031 int irlan_print_filter(int filter_type, char *buf);
00032 
00033 #endif /* IRLAN_FILTER_H */