English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
其他
> 查看源码
capture.h
资源名称:
1121aircrack-2.41.zip [点击查看]
上传用户:
fubang
上传日期:
2009-06-18
资源大小:
2071k
文件大小:
0k
源码类别:
其他
开发平台:
Unix_Linux
capture.h:源码内容
#ifndef _CAPTURE_H
#define _CAPTURE_H
int load_peek( void );
int show_cards( void );
int set_channel( int channel );
int open_adapter( int card_index );
int start_monitor( void *callback );
void stop_monitor( void );
#endif /* capture.h */