Lines Matching refs:next_mbssid
2165 const struct element *next_mbssid;
2168 next_mbssid = cfg80211_find_elem(WLAN_EID_MULTIPLE_BSSID,
2177 !next_mbssid)
2182 if (next_mbssid->datalen < 4)
2185 next_sub = (void *)&next_mbssid->data[1];
2187 if (next_mbssid->data + next_mbssid->datalen <
2199 NULL : next_mbssid;
2208 const struct element *next_mbssid;
2215 while ((next_mbssid = cfg80211_get_profile_continuation(ie, ielen,
2218 const struct element *next_sub = (void *)&next_mbssid->data[1];