Skip to content
  • Thomas Haller's avatar
    examples: rework "python/gi/show-wifi-networks.py" example · 004ffb91
    Thomas Haller authored
    - only printing the scan list is not gonna cut it. It's usually stale,
      and we need to request a new scan.
    
    - don't hard-code the GEnum and GFlags values that we understand. We
      have libnm, which provides us some meta information about the data.
      Use it.
    
    - Some code cleanup.
    
    !1531
    004ffb91