mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2024-11-15 11:35:35 +00:00
10 lines
168 B
Text
10 lines
168 B
Text
|
# File : embedded_dhcp.conf
|
||
|
|
||
|
dhcp_config={
|
||
|
HostIPAddr=192.168.10.1
|
||
|
StartIPAddr=192.168.10.10
|
||
|
SubMask=255.255.255.0
|
||
|
LeaseTime=10000
|
||
|
LimitCount=5
|
||
|
}
|