GetNextAssociatedNetwork
status_t GetNextAssociatedNetwork(uint32& cookie,
status_t GetNextAssociatedNetwork(uint32& cookie,
while (device.GetNextAssociatedNetwork(cookie, address) == B_OK)
while (device.GetNextAssociatedNetwork(cookie, network) == B_OK) {
status_t status = GetNextAssociatedNetwork(cookie, address);
while (device.GetNextAssociatedNetwork(cookie, address) == B_OK)
if (device.GetNextAssociatedNetwork(cookie, network) != B_OK
while (device.GetNextAssociatedNetwork(cookie, network) == B_OK) {