Lines Matching refs:freqs
104 struct nl_msg *matchset = NULL, *freqs = NULL, *ssids = NULL; in parse_sched_scan() local
126 freqs = nlmsg_alloc(); in parse_sched_scan()
127 if (!freqs) { in parse_sched_scan()
280 NLA_PUT_U32(freqs, i, freq); in parse_sched_scan()
321 nla_put_nested(msg, NL80211_ATTR_SCAN_FREQUENCIES, freqs); in parse_sched_scan()
330 nlmsg_free(freqs); in parse_sched_scan()
345 struct nl_msg *ssids = NULL, *freqs = NULL; in handle_scan() local
367 freqs = nlmsg_alloc(); in handle_scan()
368 if (!freqs) { in handle_scan()
421 NLA_PUT_U32(freqs, i, freq); in handle_scan()
468 nla_put_nested(msg, NL80211_ATTR_SCAN_FREQUENCIES, freqs); in handle_scan()
475 nlmsg_free(freqs); in handle_scan()