Lines Matching full:mondevice
306 char *mondevice; /* mac80211 monitor device we created */
670 const char *device, const char *mondevice)
690 NLA_PUT_STRING(msg, NL80211_ATTR_IFNAME, mondevice);
716 device, mondevice, get_nl_errmsg(-err));
744 device, mondevice, get_nl_errmsg(-err));
759 device, mondevice);
766 const char *device, const char *mondevice)
772 ifindex = iface_get_id(sock_fd, mondevice, handle->errbuf);
791 device, mondevice, get_nl_errmsg(-err));
799 device, mondevice, get_nl_errmsg(-err));
813 device, mondevice);
854 char mondevice[3+10+1]; /* mon{UINT_MAX}\0 */
856 snprintf(mondevice, sizeof mondevice, "mon%u", n);
857 ret = add_mon_if(handle, sock_fd, &nlstate, device, mondevice);
859 handlep->mondevice = strdup(mondevice);
904 strlcpy(ifr.ifr_name, handlep->mondevice, sizeof(ifr.ifr_name));
908 handlep->mondevice, strerror(errno));
910 handlep->mondevice);
918 handlep->mondevice, strerror(errno));
920 handlep->mondevice);
1203 handlep->device, handlep->mondevice);
1210 handlep->mondevice, handle->errbuf);
1284 if (handlep->mondevice != NULL) {
1285 free(handlep->mondevice);
1286 handlep->mondevice = NULL;
3250 if (handlep->mondevice != NULL)
3251 device = handlep->mondevice;