Searched refs:mondevice (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | pcap-linux.c | 198 char *mondevice; /* mac80211 monitor device we created */ member 536 const char *device, const char *mondevice); 540 const char *device, const char *mondevice) in add_mon_if() argument 562 NLA_PUT_STRING(msg, NL80211_ATTR_IFNAME, mondevice); in add_mon_if() 585 device, mondevice, nl_geterror(-err)); in add_mon_if() 609 device, mondevice, nl_geterror(-err)); in add_mon_if() 623 handlep->mondevice = strdup(mondevice); in add_mon_if() 624 if (handlep->mondevice == NULL) { in add_mon_if() 630 del_mon_if(handle, sock_fd, state, device, mondevice); in add_mon_if() 638 device, mondevice); in add_mon_if() [all …]
|