Home
last modified time | relevance | path

Searched refs:NL80211_ATTR_IE_RIC (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c1093 if (tb[NL80211_ATTR_IE_RIC]) { in mlme_event_ft_event()
1094 data.ft_ies.ric_ies = nla_data(tb[NL80211_ATTR_IE_RIC]); in mlme_event_ft_event()
1095 data.ft_ies.ric_ies_len = nla_len(tb[NL80211_ATTR_IE_RIC]); in mlme_event_ft_event()
H A Dnl80211_copy.h1961 * @NL80211_ATTR_IE_RIC: Resource Information Container Information
2638 NL80211_ATTR_IE_RIC, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_event.c1650 if (tb[NL80211_ATTR_IE_RIC]) {
1651 data.ft_ies.ric_ies = nla_data(tb[NL80211_ATTR_IE_RIC]);
1652 data.ft_ies.ric_ies_len = nla_len(tb[NL80211_ATTR_IE_RIC]);
H A Dnl80211_copy.h2102 * @NL80211_ATTR_IE_RIC: Resource Information Container Information
2880 NL80211_ATTR_IE_RIC, enumerator

Completed in 35 milliseconds