Searched refs:sta_prof (Results 1 – 1 of 1) sorted by relevance
2492 *sta_prof[IEEE80211_MLD_MAX_NUM_LINKS]; member2541 res->sta_prof[idx] = (void *)elem->data; in cfg80211_defrag_mle()2552 for (idx = 0; idx < IEEE80211_MLD_MAX_NUM_LINKS && res->sta_prof[idx]; in cfg80211_defrag_mle()2557 elem = (void *)res->sta_prof[idx] - 2; in cfg80211_defrag_mle()2559 if (idx + 1 < ARRAY_SIZE(res->sta_prof) && in cfg80211_defrag_mle()2560 res->sta_prof[idx + 1]) in cfg80211_defrag_mle()2561 buf_len = (u8 *)res->sta_prof[idx + 1] - in cfg80211_defrag_mle()2562 (u8 *)res->sta_prof[idx]; in cfg80211_defrag_mle()2569 (u8 *)res->sta_prof[idx], in cfg80211_defrag_mle()2727 for (i = 0; i < ARRAY_SIZE(mle->sta_prof) && mle->sta_prof[i]; i++) { in cfg80211_parse_ml_elem_sta_data()[all …]