mirror of
https://github.com/gryf/wicd.git
synced 2026-01-08 14:54:15 +01:00
Revert commit 691/8aa66e4: Don't support wireless networks with '\x00' in the ESSID
This commit is contained in:
@@ -1252,11 +1252,6 @@ class BaseWirelessInterface(BaseInterface):
|
||||
print 'Unicode problem with current network essid, ignoring!!'
|
||||
return None
|
||||
|
||||
# We (well, DBus) don't support ESSIDs with null bytes in it.
|
||||
# Substitute the byte for use everywhere, so that the UIs know
|
||||
# what to disable.
|
||||
ap['essid'].replace('\x00', '<NULL>')
|
||||
|
||||
if ap['essid'] in ['Hidden', '<hidden>', "", None]:
|
||||
print 'hidden'
|
||||
ap['hidden'] = True
|
||||
|
||||
Reference in New Issue
Block a user