nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | // Function to be used by cygwin |
2 | void airpcap_close(void); |
||
3 | int airpcap_get_mac(void *mac); |
||
4 | int airpcap_set_mac(void *mac); |
||
5 | int airpcap_sniff(void *buf, int len, struct rx_info *ri); |
||
6 | int airpcap_inject(void *buf, int len, struct tx_info *ti); |
||
7 | int airpcap_init(char *param); |
||
8 | int airpcap_set_chan(int chan); |
||
9 | |||
10 | int isAirpcapDevice(const char * iface); |
||
11 | |||
12 | |||
13 | //int printErrorCloseAndReturn(const char * err, int retValue); |
||
14 |