Searched refs:nwif (Results 1 – 1 of 1) sorted by relevance
4105 struct wlan_iface *nwif; in wlan_mesh_next_interface() local4107 while ((nwif = wlan_next_interface(wif)) != NULL) { in wlan_mesh_next_interface()4108 if (nwif->mode == WlanIfaceOperatingModeType_meshPoint && in wlan_mesh_next_interface()4109 nwif->status == RowStatus_active) in wlan_mesh_next_interface()4111 wif = nwif; in wlan_mesh_next_interface()4114 return (nwif); in wlan_mesh_next_interface()