HomeSort by: relevance | last modified time | path
    Searched defs:cf_a (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/wlanctl/
wlanctl.c 59 int cf_a; /* all 802.11 interfaces */ member in struct:cmdflags
181 * cf: command flags: cf_a != 0 -> all 802.11 interfaces
307 cf->cf_a = 1;
332 if (!LOGICAL_XOR(argc > 0, cf.cf_a))
335 if (cf.cf_a) {
wlanctl.c 59 int cf_a; /* all 802.11 interfaces */ member in struct:cmdflags
181 * cf: command flags: cf_a != 0 -> all 802.11 interfaces
307 cf->cf_a = 1;
332 if (!LOGICAL_XOR(argc > 0, cf.cf_a))
335 if (cf.cf_a) {

Completed in 24 milliseconds