Searched refs:mondevice (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libpcap/ |
| H A D | pcap-linux.c | 199 char *mondevice; /* mac80211 monitor device we created */ member 584 const char *device, const char *mondevice); 701 const char *device, const char *mondevice) in add_mon_if() argument 724 NLA_PUT_STRING(msg, NL80211_ATTR_IFNAME, mondevice); in add_mon_if() 759 device, mondevice, nl_geterror(-err)); in add_mon_if() 771 handlep->mondevice = strdup(mondevice); in add_mon_if() 772 if (handlep->mondevice == NULL) { in add_mon_if() 778 del_mon_if(handle, sock_fd, state, device, mondevice); in add_mon_if() 786 device, mondevice); in add_mon_if() 793 const char *device, const char *mondevice) in del_mon_if() argument [all …]
|