Lines Matching refs:ssids
104 struct nl_msg *matchset = NULL, *freqs = NULL, *ssids = NULL; in parse_sched_scan() local
132 ssids = nlmsg_alloc(); in parse_sched_scan()
133 if (!ssids) { in parse_sched_scan()
293 NLA_PUT(ssids, in parse_sched_scan()
317 NLA_PUT(ssids, 1, 0, ""); in parse_sched_scan()
319 nla_put_nested(msg, NL80211_ATTR_SCAN_SSIDS, ssids); in parse_sched_scan()
345 struct nl_msg *ssids = NULL, *freqs = NULL; in handle_scan() local
363 ssids = nlmsg_alloc(); in handle_scan()
364 if (!ssids) in handle_scan()
369 nlmsg_free(ssids); in handle_scan()
430 NLA_PUT(ssids, i, strlen(argv[i]), argv[i]); in handle_scan()
463 NLA_PUT(ssids, 1, 0, ""); in handle_scan()
465 nla_put_nested(msg, NL80211_ATTR_SCAN_SSIDS, ssids); in handle_scan()
474 nlmsg_free(ssids); in handle_scan()