wifi: handle WEP & WPA passphrases (bgo #513820) (rh #441070)

Instead of requiring applets to hash passphrases, just do it in NM instead.
This should fix confusion where people don't understand that they are seeing
their hashed passphrase.
This commit is contained in:
Dan Williams
2009-05-09 22:34:35 -04:00
parent eee3c4ceb2
commit 07cc26d5fc
15 changed files with 1259 additions and 159 deletions

View File

@@ -37,8 +37,6 @@ int nm_spawn_process (const char *args);
void nm_print_device_capabilities (NMDevice *dev);
char *nm_utils_hexstr2bin (const char *hex, size_t len);
char *nm_ether_ntop (const struct ether_addr *mac);
void nm_utils_merge_ip4_config (NMIP4Config *ip4_config, NMSettingIP4Config *setting);