Skip to content
  • Jiří Klimeš's avatar
    core: fix auto-connect to hidden SSIDs (rh #707406) · 9549c70d
    Jiří Klimeš authored and Dan Williams's avatar Dan Williams committed
    
    
    Previously (in NM 0.8.x) most WiFi connection were from user settings service.
    And the service updated 'seen-bssids' property when got connected.
    But the settings service in 0.9 don't do that. That inhibits auto-connecting to
    hidden networks. This commit takes care of updating 'seen-bssids'. However, we
    don't want to write out the conection each time it's activated (touching /etc).
    So, seen BSSIDs are kept separately from the connection in a look-aside file.
    
    Signed-off-by: default avatarJiří Klimeš <jklimes@redhat.com>
    9549c70d