Rename wpa_blacklist to wpa_bssid_ignore
This is more accurate name for this functionality of temporarily ignoring BSSIDs. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
b58ac90c38
commit
626fc0dcd0
11 changed files with 166 additions and 164 deletions
|
@ -1113,7 +1113,7 @@ def test_wpas_ctrl_bssid_ignore(dev):
|
|||
@remote_compatible
|
||||
def test_wpas_ctrl_bssid_ignore_oom(dev):
|
||||
"""wpa_supplicant ctrl_iface BSSID_IGNORE and out-of-memory"""
|
||||
with alloc_fail(dev[0], 1, "wpa_blacklist_add"):
|
||||
with alloc_fail(dev[0], 1, "wpa_bssid_ignore_add"):
|
||||
if "FAIL" not in dev[0].request("BSSID_IGNORE aa:bb:cc:dd:ee:ff"):
|
||||
raise Exception("Unexpected success with allocation failure")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue