| 
									
										
										
										
											2007-02-10 12:25:27 -02:00
										 |  |  | /**
 | 
					
						
							|  |  |  |   * This file contains definition for IOCTL call. | 
					
						
							|  |  |  |   */ | 
					
						
							| 
									
										
										
										
											2007-11-15 18:05:47 -05:00
										 |  |  | #ifndef	_LBS_WEXT_H_
 | 
					
						
							|  |  |  | #define	_LBS_WEXT_H_
 | 
					
						
							| 
									
										
										
										
											2007-02-10 12:25:27 -02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-10-22 15:30:56 +02:00
										 |  |  | void lbs_send_disconnect_notification(struct lbs_private *priv); | 
					
						
							| 
									
										
										
										
											2009-10-22 15:30:57 +02:00
										 |  |  | void lbs_send_mic_failureevent(struct lbs_private *priv, u32 event); | 
					
						
							| 
									
										
										
										
											2009-10-22 15:30:52 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-10-22 15:30:58 +02:00
										 |  |  | struct chan_freq_power *lbs_find_cfp_by_band_and_channel( | 
					
						
							|  |  |  | 	struct lbs_private *priv, | 
					
						
							|  |  |  | 	u8 band, | 
					
						
							|  |  |  | 	u16 channel); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-25 13:09:32 +01:00
										 |  |  | extern struct iw_handler_def lbs_handler_def; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-11-15 18:05:47 -05:00
										 |  |  | #endif
 |