HomeSort by relevance Sort by last modified time
    Searched full:mondevice (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
pcap-linux.c 315 char *mondevice; /* mac80211 monitor device we created */ member in struct:pcap_linux
680 const char *device, const char *mondevice);
684 const char *device, const char *mondevice)
705 NLA_PUT_STRING(msg, NL80211_ATTR_IFNAME, mondevice);
731 device, mondevice, get_nl_errmsg(-err));
759 device, mondevice, get_nl_errmsg(-err));
773 handlep->mondevice = strdup(mondevice);
774 if (handlep->mondevice == NULL) {
780 del_mon_if(handle, sock_fd, state, device, mondevice);
883 char mondevice[3+10+1]; \/* mon{UINT_MAX}\\0 *\/ local
    [all...]

Completed in 155 milliseconds