Searched refs:iwcap (Results 1 – 3 of 3) sorted by relevance
17 OBJS = iwcap.o18 ALL = iwcap64 iwcap: $(OBJS) target65 @$(NQ) ' CC ' iwcap66 $(Q)$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o iwcap75 install: iwcap78 $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(BINDIR) iwcap81 $(Q)rm -f iwcap *.o *~ *.gz version.c *-stamp
2 Build iwcap; a tool for checking wireless driver/hw capabilities.5 job.setup_dep(['iwcap'])
37 iwcap = utils.run(dir + ' ' + phy + ' ' + string.join(caps))38 return self.__parse_iwcap(iwcap.stdout)