# This is a network block that connects to any unsecured access point. # We give it a low priority so any defined blocks are preferred. network={ key_mgmt=NONE priority=-9999999 } # Added by alex for wireless connection in my place (Secued) network={ ssid="XXXXXX" scan_ssid=0 key_mgmt=NONE wep_key0=XXXXXX wep_tx_keyidx=0 auth_alg=OPEN priority=200 } # Added by alex for wireless connection in my place (Initialized) network={ ssid="XXXXXX" scan_ssid=0 key_mgmt=NONE priority=200 }