Searched refs:tbss (Results 1 – 1 of 1) sorted by relevance
9032 struct i802_bss *tbss; in wpa_driver_nl80211_if_remove() local9035 for (tbss = drv->first_bss; tbss; tbss = tbss->next) { in wpa_driver_nl80211_if_remove()9036 if (tbss->next == bss) { in wpa_driver_nl80211_if_remove()9037 tbss->next = bss->next; in wpa_driver_nl80211_if_remove()