Home | History | Annotate | Download | only in wifi

Lines Matching refs:endpoint

680   WiFiEndpointRefPtr endpoint =
682 endpoint->ieee80211w_required_ = true;
683 wifi_service->AddEndpoint(endpoint);
1374 WiFiEndpointRefPtr endpoint =
1376 service->AddEndpoint(endpoint);
1401 WiFiEndpointRefPtr endpoint =
1403 service->AddEndpoint(endpoint);
1467 // Initial endpoint updates values.
1478 // Endpoint with stronger signal updates values.
1490 // Endpoint with lower signal does not change values.
1500 // Removing non-optimal endpoint does not change values.
1510 // Removing optimal endpoint updates values.
1521 // Removing last endpoint updates values (and doesn't crash).
1542 // Setting current endpoint forces adoption of its values, even if it
1552 // Adding a better endpoint doesn't matter, when current endpoint is set.
1561 // Removing a better endpoint doesn't matter, when current endpoint is set.
1569 // Removing the current endpoint is safe and sane.
1577 // Clearing the current endpoint (without removing it) is also safe and sane.
1597 // Updating sub-optimal Endpoint doesn't update Service.
1606 // Updating optimal Endpoint updates appropriate Service property.
1614 // Change in optimal Endpoint updates Service properties.
1646 // Endpoint has unknown physical mode -> undef.
1651 // New endpoint with 802.11a -> 802.11a.
1656 // Remove 802.11a endpoint -> undef.
1660 // Change endpoint -> take endpoint's new value.
1687 // Best signal for endpoint associated with the preferred device.
1709 // Service should display the signal strength of the best signal endpoint
1729 // Add endpoint -> endpoint's frequency in list.
1735 // Add another endpoint -> both frequencies in list.
1744 // Remove endpoint -> other endpoint's frequency remains.
1750 // Endpoint with same frequency -> frequency remains.
1760 // Remove endpoint with same frequency -> frequency remains.
1767 // Remove last endpoint. Frequency list goes empty.
1777 WiFiEndpoint* endpoint = MakeOpenEndpoint(
1779 service->AddEndpoint(endpoint);
1781 service->NotifyCurrentEndpoint(endpoint);
1832 WiFiEndpointRefPtr endpoint =
1834 service->AddEndpoint(endpoint);
1842 WiFiEndpointRefPtr endpoint =
1844 service->AddEndpoint(endpoint);
1852 WiFiEndpointRefPtr endpoint =
1854 service->AddEndpoint(endpoint);
1869 // Single endpoint, various configs.
2070 // Removing an endpoint so we only have one should put us in the "Suspected"
2075 // Add a different endpoint which has a locally administered MAC address
2083 // If this endpoint reports the right vendor OUI, we should suspect
2085 // happens in the endpoint constructor, we must force it to recalculate.
2101 // Adding the first endpoint emits a change: Visible = true.
2103 WiFiEndpointRefPtr endpoint =
2105 wifi_service->AddEndpoint(endpoint);
2109 // Removing the last endpoint emits a change: Visible = false.
2111 wifi_service->RemoveEndpoint(endpoint);