[roll] Roll fuchsia [netcfg] Implement DeviceInfo functions for DeviceInfoRef

DeviceInfoRef is a reference version of DeviceInfo which
avoids the unnecessary cloning of data. Therefore, the usage of
DeviceInfoRef is preferred over DeviceInfo. To replace the usage
of DeviceInfo, DeviceInfoRef needs to implement methods like
is_wlan_ap() and interface_type().

Original-Bug: 42086532
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/966312
Original-Revision: 72856d52abde91a7826a45ec4f912b9bb245d1dc
GitOrigin-RevId: daefb3e666b39dff6b97c35c64aea8044eab3832
Change-Id: Iaa798597d88121440d6997fbb5560c4663683d51
1 file changed
tree: 41250c097095da537609421f9cf27d70877a160a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.