[ Version ( deprecated = true , deprecated_since = "1.48." ) ]
public bool remove_mac_blacklist_item_by_value (string mac)
Warning: remove_mac_blacklist_item_by_value is deprecated since 1.48..
Removes the MAC address mac from the denylist.
Use remove_mac_denylist_item_by_value instead.
| this |
the SettingWireless |
| mac |
the MAC address string (hex-digits-and-colons notation) to remove from the denylist |
|
true if the MAC address was found and removed; false if it was not. |