Searched refs:nla_aps (Results 1 – 1 of 1) sorted by relevance
461 struct nlattr *nla_aps; in wlan_hdd_cfg80211_extscan_cached_results_ind() local483 nla_aps = nla_nest_start(skb, in wlan_hdd_cfg80211_extscan_cached_results_ind()485 if (!nla_aps) in wlan_hdd_cfg80211_extscan_cached_results_ind()495 nla_nest_end(skb, nla_aps); in wlan_hdd_cfg80211_extscan_cached_results_ind()1113 struct nlattr *nla_aps; in wlan_hdd_cfg80211_extscan_epno_match_found() local1115 nla_aps = nla_nest_start(skb, in wlan_hdd_cfg80211_extscan_epno_match_found()1117 if (!nla_aps) in wlan_hdd_cfg80211_extscan_epno_match_found()1124 nla_nest_end(skb, nla_aps); in wlan_hdd_cfg80211_extscan_epno_match_found()1153 struct nlattr *nla_aps, *nla_bss; in wlan_hdd_cfg80211_passpoint_match_found() local1206 nla_aps = nla_nest_start(skb, in wlan_hdd_cfg80211_passpoint_match_found()[all …]