Searched refs:sta_prof (Results 1 – 2 of 2) sorted by relevance
/linux/net/wireless/tests/ |
H A D | scan.c | 537 } __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() 586 /* Put two (vendor) element into 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 in KUNIT_ARRAY_PARAM_DESC() [all...] |
/linux/net/wireless/ |
H A D | scan.c | 2674 *sta_prof[IEEE80211_MLD_MAX_NUM_LINKS]; member 2723 res->sta_prof[idx] = (void *)elem->data; in cfg80211_defrag_mle() 2734 for (idx = 0; idx < IEEE80211_MLD_MAX_NUM_LINKS && res->sta_prof[idx]; in cfg80211_defrag_mle() 2739 elem = (void *)res->sta_prof[idx] - 2; in cfg80211_defrag_mle() 2741 if (idx + 1 < ARRAY_SIZE(res->sta_prof) && in cfg80211_defrag_mle() 2742 res->sta_prof[idx + 1]) in cfg80211_defrag_mle() 2743 buf_len = (u8 *)res->sta_prof[idx + 1] - in cfg80211_defrag_mle() 2744 (u8 *)res->sta_prof[idx]; in cfg80211_defrag_mle() 2751 (u8 *)res->sta_prof[idx], in cfg80211_defrag_mle() 2997 if (!mle->sta_prof[ in cfg80211_parse_ml_elem_sta_data() [all...] |