Fix ethernet enable / disable API

The ethernet APIs connectNetwork() / disconnectNetwork() are
inaccurately named. Physical link state cannot be changed by calling an
API. This change renames these functions to enableInterface and
disableInterface, respectively, to better reflect their intention and
behavior.

Test: atest EthernetManagerPermissionTest
Merged-In: I3361ad0e01e761ffd77faf6c55924fa4612ede90
Change-Id: I3361ad0e01e761ffd77faf6c55924fa4612ede90
1 file changed
tree: 2bae31bbc0d0e8f9608ba5369cd407c270e4e3c7
  1. framework/
  2. framework-t/
  3. service-t/
  4. tests/