Lines Matching refs:nla_nest_start
920 struct nlattr *nl_modes = nla_nest_start(msg, attr); in nl80211_put_iftypes()
948 nl_combis = nla_nest_start(msg, in nl80211_put_iface_combinations()
959 nl_combi = nla_nest_start(msg, i + 1); in nl80211_put_iface_combinations()
963 nl_limits = nla_nest_start(msg, NL80211_IFACE_COMB_LIMITS); in nl80211_put_iface_combinations()
970 nl_limit = nla_nest_start(msg, j + 1); in nl80211_put_iface_combinations()
1019 nl_tcp = nla_nest_start(msg, NL80211_WOWLAN_TRIG_TCP_CONNECTION); in nl80211_send_wowlan_tcp_caps()
1059 nl_wowlan = nla_nest_start(msg, NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED); in nl80211_send_wowlan()
1159 nl_rates = nla_nest_start(msg, NL80211_BAND_ATTR_RATES); in nl80211_send_band_rateinfo()
1164 nl_rate = nla_nest_start(msg, i); in nl80211_send_band_rateinfo()
1197 nl_ifs = nla_nest_start(msg, NL80211_ATTR_TX_FRAME_TYPES); in nl80211_send_mgmt_stypes()
1202 nl_ftypes = nla_nest_start(msg, ift); in nl80211_send_mgmt_stypes()
1220 nl_ifs = nla_nest_start(msg, NL80211_ATTR_RX_FRAME_TYPES); in nl80211_send_mgmt_stypes()
1225 nl_ftypes = nla_nest_start(msg, ift); in nl80211_send_mgmt_stypes()
1383 nl_bands = nla_nest_start(msg, NL80211_ATTR_WIPHY_BANDS); in nl80211_send_wiphy()
1396 nl_band = nla_nest_start(msg, band); in nl80211_send_wiphy()
1409 nl_freqs = nla_nest_start( in nl80211_send_wiphy()
1417 nl_freq = nla_nest_start(msg, i); in nl80211_send_wiphy()
1461 nl_cmds = nla_nest_start(msg, NL80211_ATTR_SUPPORTED_COMMANDS); in nl80211_send_wiphy()
1675 nested = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA); in nl80211_send_wiphy()
1691 nested = nla_nest_start(msg, in nl80211_send_wiphy()
2814 key = nla_nest_start(cookie->msg, NL80211_ATTR_KEY); in get_key_callback()
3586 rate = nla_nest_start(msg, attr); in nl80211_put_sta_rate()
3657 attr = nla_nest_start(msg, id); in nl80211_put_signal()
3692 sinfoattr = nla_nest_start(msg, NL80211_ATTR_STA_INFO); in nl80211_send_station()
3766 bss_param = nla_nest_start(msg, NL80211_STA_INFO_BSS_PARAM); in nl80211_send_station()
3801 tidsattr = nla_nest_start(msg, NL80211_STA_INFO_TID_STATS); in nl80211_send_station()
3814 tidattr = nla_nest_start(msg, tid + 1); in nl80211_send_station()
4557 pinfoattr = nla_nest_start(msg, NL80211_ATTR_MPATH_INFO); in nl80211_send_mpath()
5051 pinfoattr = nla_nest_start(msg, NL80211_ATTR_MESH_CONFIG); in nl80211_get_mesh_config()
5402 nl_reg_rules = nla_nest_start(msg, NL80211_ATTR_REG_RULES); in nl80211_put_regdom()
5417 nl_reg_rule = nla_nest_start(msg, i); in nl80211_put_regdom()
6545 bss = nla_nest_start(msg, NL80211_ATTR_BSS); in nl80211_send_bss()
6692 infoattr = nla_nest_start(msg, NL80211_ATTR_SURVEY_INFO); in nl80211_send_survey()
7455 data = nla_nest_start(skb, attr); in __cfg80211_alloc_vendor_skb()
7621 tmdata = nla_nest_start(skb, NL80211_ATTR_TESTDATA); in nl80211_testmode_dump()
8761 nl_pats = nla_nest_start(msg, NL80211_WOWLAN_TRIG_PKT_PATTERN); in nl80211_send_wowlan_patterns()
8766 nl_pat = nla_nest_start(msg, i + 1); in nl80211_send_wowlan_patterns()
8792 nl_tcp = nla_nest_start(msg, NL80211_WOWLAN_TRIG_TCP_CONNECTION); in nl80211_send_wowlan_tcp()
8836 nd = nla_nest_start(msg, NL80211_WOWLAN_TRIG_NET_DETECT); in nl80211_send_wowlan_nd()
8846 freqs = nla_nest_start(msg, NL80211_ATTR_SCAN_FREQUENCIES); in nl80211_send_wowlan_nd()
8856 matches = nla_nest_start(msg, NL80211_ATTR_SCHED_SCAN_MATCH); in nl80211_send_wowlan_nd()
8858 match = nla_nest_start(msg, i); in nl80211_send_wowlan_nd()
8902 nl_wowlan = nla_nest_start(msg, NL80211_ATTR_WOWLAN_TRIGGERS); in nl80211_get_wowlan()
9333 nl_rules = nla_nest_start(msg, NL80211_ATTR_COALESCE_RULE); in nl80211_send_coalesce_rules()
9338 nl_rule = nla_nest_start(msg, i + 1); in nl80211_send_coalesce_rules()
9351 nl_pats = nla_nest_start(msg, in nl80211_send_coalesce_rules()
9357 nl_pat = nla_nest_start(msg, j + 1); in nl80211_send_coalesce_rules()
11073 nest = nla_nest_start(msg, NL80211_ATTR_SCAN_SSIDS); in nl80211_add_scan_req()
11082 nest = nla_nest_start(msg, NL80211_ATTR_SCAN_FREQUENCIES); in nl80211_add_scan_req()
11352 nla_nest_start(msg, NL80211_ATTR_STA_WME); in nl80211_send_mlme_event()
11735 nl_freq = nla_nest_start(msg, NL80211_ATTR_FREQ_BEFORE); in nl80211_send_beacon_hint_event()
11743 nl_freq = nla_nest_start(msg, NL80211_ATTR_FREQ_AFTER); in nl80211_send_beacon_hint_event()
12111 cb[1] = nla_nest_start(msg, NL80211_ATTR_CQM); in cfg80211_prepare_cqm()
12257 rekey_attr = nla_nest_start(msg, NL80211_ATTR_REKEY_DATA); in nl80211_gtk_rekey_notify()
12313 attr = nla_nest_start(msg, NL80211_ATTR_PMKSA_CANDIDATE); in nl80211_pmksa_candidate_notify()
12564 nl_results = nla_nest_start( in cfg80211_net_detect_results()
12572 nl_match = nla_nest_start(msg, i); in cfg80211_net_detect_results()
12590 nl_freqs = nla_nest_start( in cfg80211_net_detect_results()
12649 reasons = nla_nest_start(msg, NL80211_ATTR_WOWLAN_TRIGGERS); in cfg80211_report_wowlan_wakeup()