What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Sep 11, 2007 by pumpkingod
Apple80211  

The struct that gets passed around in these calls. The interface name is shorter, but the total size is 36.

struct Apple80211 {
    int socket_fd;
    char interface_name[16];
    int unknown3;
    CFReadStreamRef monitoring_stream; // ?
    int unknown;
    int unknown2;
};


Sign in to add a comment