Searched refs:sta_prof (Results 1 – 1 of 1) sorted by relevance
2415 *sta_prof[IEEE80211_MLD_MAX_NUM_LINKS]; member2464 res->sta_prof[idx] = (void *)elem->data; in cfg80211_defrag_mle()2475 for (idx = 0; idx < IEEE80211_MLD_MAX_NUM_LINKS && res->sta_prof[idx]; in cfg80211_defrag_mle()2480 elem = (void *)res->sta_prof[idx] - 2; in cfg80211_defrag_mle()2482 if (idx + 1 < ARRAY_SIZE(res->sta_prof) && in cfg80211_defrag_mle()2483 res->sta_prof[idx + 1]) in cfg80211_defrag_mle()2484 buf_len = (u8 *)res->sta_prof[idx + 1] - in cfg80211_defrag_mle()2485 (u8 *)res->sta_prof[idx]; in cfg80211_defrag_mle()2492 (u8 *)res->sta_prof[idx], in cfg80211_defrag_mle()2650 for (i = 0; i < ARRAY_SIZE(mle->sta_prof) && mle->sta_prof[i]; i++) { in cfg80211_parse_ml_elem_sta_data()[all …]