Searched refs:nl_freq (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_capa.c | 1821 struct nlattr *nl_freq; in phy_info_freqs() local 1827 nla_for_each_nested(nl_freq, tb, rem_freq) { in phy_info_freqs() 1829 nla_data(nl_freq), nla_len(nl_freq), freq_policy); in phy_info_freqs() 1846 nla_for_each_nested(nl_freq, tb, rem_freq) { in phy_info_freqs() 1848 nla_data(nl_freq), nla_len(nl_freq), freq_policy); in phy_info_freqs()
|
H A D | driver_nl80211_event.c | 3431 static void nl80211_parse_freq_attrs(const char *title, struct nlattr *nl_freq, in nl80211_parse_freq_attrs() argument 3445 nla_data(nl_freq), nla_len(nl_freq), freq_policy); in nl80211_parse_freq_attrs()
|