Home
last modified time | relevance | path

Searched refs:mondevice (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dpcap-linux.c315 char *mondevice; /* mac80211 monitor device we created */ member
680 const char *device, const char *mondevice);
684 const char *device, const char *mondevice) argument
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);
788 device, mondevice);
[all …]