Home | History | Annotate | Download | only in iw

Lines Matching defs:freqs

104 	struct nl_msg *matchset = NULL, *freqs = NULL, *ssids = NULL;
126 freqs = nlmsg_alloc();
127 if (!freqs) {
187 } else if (!strcmp(v[0], "freqs")) {
280 NLA_PUT_U32(freqs, i, freq);
321 nla_put_nested(msg, NL80211_ATTR_SCAN_FREQUENCIES, freqs);
330 nlmsg_free(freqs);
345 struct nl_msg *ssids = NULL, *freqs = NULL;
367 freqs = nlmsg_alloc();
368 if (!freqs) {
421 NLA_PUT_U32(freqs, i, freq);
468 nla_put_nested(msg, NL80211_ATTR_SCAN_FREQUENCIES, freqs);
475 nlmsg_free(freqs);