mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-10 03:10:39 +01:00
keyfile: use friendly MAC address format for WiMAX
This commit is contained in:
parent
808136ac02
commit
e962f06253
2 changed files with 7 additions and 0 deletions
|
|
@ -1042,6 +1042,10 @@ static KeyParser key_parsers[] = {
|
|||
NM_SETTING_INFINIBAND_MAC_ADDRESS,
|
||||
TRUE,
|
||||
mac_address_parser },
|
||||
{ NM_SETTING_WIMAX_SETTING_NAME,
|
||||
NM_SETTING_WIMAX_MAC_ADDRESS,
|
||||
TRUE,
|
||||
mac_address_parser },
|
||||
{ NM_SETTING_WIRELESS_SETTING_NAME,
|
||||
NM_SETTING_WIRELESS_SSID,
|
||||
TRUE,
|
||||
|
|
|
|||
|
|
@ -816,6 +816,9 @@ static KeyWriter key_writers[] = {
|
|||
{ NM_SETTING_INFINIBAND_SETTING_NAME,
|
||||
NM_SETTING_INFINIBAND_MAC_ADDRESS,
|
||||
mac_address_writer },
|
||||
{ NM_SETTING_WIMAX_SETTING_NAME,
|
||||
NM_SETTING_WIMAX_MAC_ADDRESS,
|
||||
mac_address_writer },
|
||||
{ NM_SETTING_WIRELESS_SETTING_NAME,
|
||||
NM_SETTING_WIRELESS_SSID,
|
||||
ssid_writer },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue