Home | History | Annotate | Download | only in libpcap

Lines Matching full:mondevice

315 	char	*mondevice;	/* mac80211 monitor device we created */
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);
788 device, mondevice);
795 const char *device, const char *mondevice)
801 ifindex = iface_get_id(sock_fd, mondevice, handle->errbuf);
820 device, mondevice, get_nl_errmsg(-err));
828 device, mondevice, get_nl_errmsg(-err));
842 device, mondevice);
883 char mondevice[3+10+1]; /* mon{UINT_MAX}\0 */
885 pcap_snprintf(mondevice, sizeof mondevice, "mon%u", n);
886 ret = add_mon_if(handle, sock_fd, &nlstate, device, mondevice);
930 handlep->mondevice);
939 strlcpy(ifr.ifr_name, handlep->mondevice, sizeof(ifr.ifr_name));
943 handlep->mondevice, strerror(errno));
945 handlep->mondevice);
953 handlep->mondevice, strerror(errno));
955 handlep->mondevice);
1234 handlep->device, handlep->mondevice);
1241 handlep->mondevice, handle->errbuf);
1315 if (handlep->mondevice != NULL) {
1316 free(handlep->mondevice);
1317 handlep->mondevice = NULL;
3425 if (handlep->mondevice != NULL)
3426 device = handlep->mondevice;