This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# layout: | |
# <class id> <instance id> <attribute 1> ... <attribute 16>\n | |
# .... | |
# conventions: | |
# - \s is used to place a space (ASCII 0x20) | |
# - \0 is used to place ASCII 0 | |
# - enclose "a b c" in quotes (either single or double) to interpret it as one | |
# attribute | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file allows user to override the factory | |
# defaults for the WLAN Driver | |
gDot11Mode=0 | |
InfraUapsdVoSrvIntv=0 | |
InfraUapsdViSrvIntv=0 | |
InfraUapsdBeSrvIntv=0 | |
InfraUapsdBkSrvIntv=0 | |
gAddTSWhenACMIsOff=1 | |
gEnableApOBSSProt=1 |