Home
last modified time | relevance | path

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

/Linux-v6.6/net/wireless/
Dscan.c2411 *sta_prof[IEEE80211_MLD_MAX_NUM_LINKS]; member
2460 res->sta_prof[idx] = (void *)elem->data; in cfg80211_defrag_mle()
2471 for (idx = 0; idx < IEEE80211_MLD_MAX_NUM_LINKS && res->sta_prof[idx]; in cfg80211_defrag_mle()
2476 elem = (void *)res->sta_prof[idx] - 2; in cfg80211_defrag_mle()
2478 if (idx + 1 < ARRAY_SIZE(res->sta_prof) && in cfg80211_defrag_mle()
2479 res->sta_prof[idx + 1]) in cfg80211_defrag_mle()
2480 buf_len = (u8 *)res->sta_prof[idx + 1] - in cfg80211_defrag_mle()
2481 (u8 *)res->sta_prof[idx]; in cfg80211_defrag_mle()
2488 (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_sta_data()
[all …]