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() 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 D | scan.c | 2667 *sta_prof[IEEE80211_MLD_MAX_NUM_LINKS]; member 2716 res->sta_prof[idx] = (void *)elem->data; in cfg80211_defrag_mle() 2727 for (idx = 0; idx < IEEE80211_MLD_MAX_NUM_LINKS && res->sta_prof[idx]; in cfg80211_defrag_mle() 2732 elem = (void *)res->sta_prof[idx] - 2; in cfg80211_defrag_mle() 2734 if (idx + 1 < ARRAY_SIZE(res->sta_prof) && in cfg80211_defrag_mle() 2735 res->sta_prof[idx + 1]) in cfg80211_defrag_mle() 2736 buf_len = (u8 *)res->sta_prof[idx + 1] - in cfg80211_defrag_mle() 2737 (u8 *)res->sta_prof[idx]; in cfg80211_defrag_mle() 2744 (u8 *)res->sta_prof[idx], in cfg80211_defrag_mle() 2989 if (!mle->sta_prof[0]) in cfg80211_parse_ml_elem_sta_data() [all …]
|