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.c655 } __packed sta_prof = { in KUNIT_ARRAY_PARAM_DESC() local
663 .var_len = sizeof(sta_prof) - 2 - 2, in KUNIT_ARRAY_PARAM_DESC()
701 skb_put_data(input, &sta_prof, sizeof(sta_prof)); in KUNIT_ARRAY_PARAM_DESC()
735 link_bss = __cfg80211_get_bss(wiphy, NULL, sta_prof.bssid, NULL, 0, in KUNIT_ARRAY_PARAM_DESC()
742 le16_to_cpu(sta_prof.beacon_int)); in KUNIT_ARRAY_PARAM_DESC()
744 le16_to_cpu(sta_prof.capabilities)); in KUNIT_ARRAY_PARAM_DESC()
755 cfg80211_get_bss(wiphy, NULL, sta_prof.bssid, in KUNIT_ARRAY_PARAM_DESC()
768 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.c2707 *sta_prof[IEEE80211_MLD_MAX_NUM_LINKS]; member
2756 res->sta_prof[idx] = (void *)elem->data; in cfg80211_defrag_mle()
2767 for (idx = 0; idx < IEEE80211_MLD_MAX_NUM_LINKS && res->sta_prof[idx]; in cfg80211_defrag_mle()
2772 elem = (void *)res->sta_prof[idx] - 2; in cfg80211_defrag_mle()
2774 if (idx + 1 < ARRAY_SIZE(res->sta_prof) && in cfg80211_defrag_mle()
2775 res->sta_prof[idx + 1]) in cfg80211_defrag_mle()
2776 buf_len = (u8 *)res->sta_prof[idx + 1] - in cfg80211_defrag_mle()
2777 (u8 *)res->sta_prof[idx]; in cfg80211_defrag_mle()
2784 (u8 *)res->sta_prof[idx], in cfg80211_defrag_mle()
3029 if (!mle->sta_prof[0]) in cfg80211_parse_ml_elem_sta_data()
[all …]