Lines Matching refs:next_mbssid
2412 const struct element *next_mbssid;
2415 next_mbssid = cfg80211_find_elem(WLAN_EID_MULTIPLE_BSSID,
2424 !next_mbssid)
2429 if (next_mbssid->datalen < 4)
2432 next_sub = (void *)&next_mbssid->data[1];
2434 if (next_mbssid->data + next_mbssid->datalen <
2446 NULL : next_mbssid;
2455 const struct element *next_mbssid;
2462 while ((next_mbssid = cfg80211_get_profile_continuation(ie, ielen,
2465 const struct element *next_sub = (void *)&next_mbssid->data[1];