Home | History | Annotate | Download | only in iw

Lines Matching defs:ssids

104 	struct nl_msg *matchset = NULL, *freqs = NULL, *ssids = NULL;
132 ssids = nlmsg_alloc();
133 if (!ssids) {
293 NLA_PUT(ssids,
317 NLA_PUT(ssids, 1, 0, "");
319 nla_put_nested(msg, NL80211_ATTR_SCAN_SSIDS, ssids);
345 struct nl_msg *ssids = NULL, *freqs = NULL;
363 ssids = nlmsg_alloc();
364 if (!ssids)
369 nlmsg_free(ssids);
430 NLA_PUT(ssids, i, strlen(argv[i]), argv[i]);
463 NLA_PUT(ssids, 1, 0, "");
465 nla_put_nested(msg, NL80211_ATTR_SCAN_SSIDS, ssids);
474 nlmsg_free(ssids);
2073 "Scan on the given frequencies and probe for the given SSIDs\n"
2084 "SSIDs (or wildcard if not given) unless passive scanning is requested.");
2108 "with probing for the given SSIDs (or wildcard if not given) unless passive\n"