Home
last modified time | relevance | path

Searched refs:nla_aps (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ext_scan.c461 struct nlattr *nla_aps; in wlan_hdd_cfg80211_extscan_cached_results_ind() local
483 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() local
1115 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() local
1206 nla_aps = nla_nest_start(skb, in wlan_hdd_cfg80211_passpoint_match_found()
[all …]