Lines Matching refs:next_mbssid
2056 const struct element *next_mbssid;
2059 next_mbssid = cfg80211_find_elem(WLAN_EID_MULTIPLE_BSSID,
2068 !next_mbssid)
2073 if (next_mbssid->datalen < 4)
2076 next_sub = (void *)&next_mbssid->data[1];
2078 if (next_mbssid->data + next_mbssid->datalen <
2090 NULL : next_mbssid;
2099 const struct element *next_mbssid;
2106 while ((next_mbssid = cfg80211_get_profile_continuation(ie, ielen,
2109 const struct element *next_sub = (void *)&next_mbssid->data[1];