Home | History | Annotate | Download | only in wifi

Lines Matching refs:endpoint

70   virtual void AddEndpoint(const WiFiEndpointConstRefPtr& endpoint);
71 virtual void RemoveEndpoint(const WiFiEndpointConstRefPtr& endpoint);
74 // Called to update the identity of the currently connected endpoint.
75 // To indicate that there is no currently connect endpoint, call with
76 // |endpoint| set to nullptr.
77 virtual void NotifyCurrentEndpoint(const WiFiEndpointConstRefPtr& endpoint);
78 // Called to inform of changes in the properties of an endpoint.
79 // (Not necessarily the currently connected endpoint.)
80 virtual void NotifyEndpointUpdated(const WiFiEndpointConstRefPtr& endpoint);
181 // Signal level in dBm. If no current endpoint, returns
288 // reported from the currently connected endpoint is returned. Otherwise
293 // security class of the currently connected endpoint is returned.
346 // TODO(cmasone): see if the below can be pulled from the endpoint associated
356 // The raw dBm signal strength from the associated endpoint.
362 // The country code reported by the current endpoint.