Searched refs:sta_prof (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/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() 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-6.15/net/wireless/ |
| H A D | scan.c | 2662 *sta_prof[IEEE80211_MLD_MAX_NUM_LINKS]; member 2711 res->sta_prof[idx] = (void *)elem->data; in cfg80211_defrag_mle() 2727 elem = (void *)res->sta_prof[idx] - 2; in cfg80211_defrag_mle() 2730 res->sta_prof[idx + 1]) in cfg80211_defrag_mle() 2731 buf_len = (u8 *)res->sta_prof[idx + 1] - in cfg80211_defrag_mle() 2732 (u8 *)res->sta_prof[idx]; in cfg80211_defrag_mle() 2739 (u8 *)res->sta_prof[idx], in cfg80211_defrag_mle() 2985 if (!mle->sta_prof[0]) in cfg80211_parse_ml_elem_sta_data() 3006 for (i = 0; i < ARRAY_SIZE(mle->sta_prof) && mle->sta_prof[i]; i++) { in cfg80211_parse_ml_elem_sta_data() 3043 profile = mle->sta_prof[i]->variable + in cfg80211_parse_ml_elem_sta_data() [all …]
|