HomeSort by: relevance | last modified time | path
    Searched refs:nla_nest_start (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_scan.c 122 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
193 ssids = nla_nest_start(msg, NL80211_ATTR_SCAN_SSIDS);
234 freqs = nla_nest_start(msg, NL80211_ATTR_SCAN_FREQUENCIES);
365 rates = nla_nest_start(msg, NL80211_ATTR_SCAN_SUPP_RATES);
458 plans = nla_nest_start(msg, NL80211_ATTR_SCHED_SCAN_PLANS);
463 struct nlattr *plan = nla_nest_start(msg, i + 1);
564 match_sets = nla_nest_start(msg, NL80211_ATTR_SCHED_SCAN_MATCH);
575 match_set_ssid = nla_nest_start(msg, i + 1);
597 match_set_rssi = nla_nest_start(msg, 0);
1157 attr = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)
    [all...]
driver_macsec_linux.c 127 struct nlattr *nest = nla_nest_start(msg, MACSEC_ATTR_RXSC_CONFIG);
775 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG);
837 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG);
976 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG);
1027 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG);
1062 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG);
1299 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG);
1347 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG);
1379 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG);
driver_nl80211.h 21 #define nla_nest_start(msg, attrtype) \ macro
22 nla_nest_start(msg, NLA_F_NESTED | (attrtype))
driver_nl80211.c 2956 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
3638 types = nla_nest_start(key_msg, NL80211_KEY_DEFAULT_TYPES);
3646 types = nla_nest_start(key_msg, NL80211_KEY_DEFAULT_TYPES);
3695 struct nlattr *key_attr = nla_nest_start(msg, NL80211_ATTR_KEY);
3750 nl_keys = nla_nest_start(msg, NL80211_ATTR_KEYS);
3758 nl_key = nla_nest_start(msg, i);
4575 bands = nla_nest_start(msg, NL80211_ATTR_TX_RATES);
4582 band = nla_nest_start(msg, NL80211_BAND_2GHZ);
4586 band = nla_nest_start(msg, NL80211_BAND_6GHZ);
4588 band = nla_nest_start(msg, NL80211_BAND_5GHZ)
    [all...]

Completed in 20 milliseconds