Home
last modified time | relevance | path

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

/linux/net/wireless/tests/
H A Dscan.c537 } __packed sta_prof = { in KUNIT_ARRAY_PARAM_DESC() local
545 .var_len = sizeof(sta_prof) - 2 - 2, in KUNIT_ARRAY_PARAM_DESC()
583 skb_put_data(input, &sta_prof, sizeof(sta_prof)); in KUNIT_ARRAY_PARAM_DESC()
617 link_bss = __cfg80211_get_bss(wiphy, NULL, sta_prof.bssid, NULL, 0, in KUNIT_ARRAY_PARAM_DESC()
624 le16_to_cpu(sta_prof.beacon_int)); in KUNIT_ARRAY_PARAM_DESC()
626 le16_to_cpu(sta_prof.capabilities)); in KUNIT_ARRAY_PARAM_DESC()
637 cfg80211_get_bss(wiphy, NULL, sta_prof.bssid, in KUNIT_ARRAY_PARAM_DESC()
650 KUNIT_EXPECT_EQ(test, ies->tsf, tsf + le64_to_cpu(sta_prof.tsf_offset)); in KUNIT_ARRAY_PARAM_DESC()
/linux/net/wireless/
H A Dscan.c2679 *sta_prof[IEEE80211_MLD_MAX_NUM_LINKS];
2728 res->sta_prof[idx] = (void *)elem->data; in cfg80211_defrag_mle()
2739 for (idx = 0; idx < IEEE80211_MLD_MAX_NUM_LINKS && res->sta_prof[idx]; in cfg80211_defrag_mle()
2744 elem = (void *)res->sta_prof[idx] - 2; in cfg80211_defrag_mle()
2746 if (idx + 1 < ARRAY_SIZE(res->sta_prof) && in cfg80211_defrag_mle()
2747 res->sta_prof[idx + 1]) in cfg80211_defrag_mle()
2748 buf_len = (u8 *)res->sta_prof[idx + 1] - in cfg80211_defrag_mle()
2749 (u8 *)res->sta_prof[idx]; in cfg80211_defrag_mle()
2756 (u8 *)res->sta_prof[idx], in cfg80211_defrag_mle()
3001 if (!mle->sta_prof[ in cfg80211_parse_ml_elem_sta_data()
2677 *sta_prof[IEEE80211_MLD_MAX_NUM_LINKS]; global() member
[all...]