Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work when multiple wifi is on same radio. #5

Open
habibmy opened this issue Jul 18, 2022 · 0 comments
Open

Does not work when multiple wifi is on same radio. #5

habibmy opened this issue Jul 18, 2022 · 0 comments

Comments

@habibmy
Copy link

habibmy commented Jul 18, 2022

`{
"radio0": {
"up": true,
"pending": false,
"autostart": true,
"disabled": false,
"retry_setup_failed": false,
"config": {
"path": "1e140000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0",
"channel": "1",
"band": "2g",
"htmode": "HT20",
"cell_density": 0
},
"interfaces": [
{
"section": "default_radio0",
"ifname": "wlan0",
"config": {
"mode": "ap",
"ssid": "OpenWrt",
"encryption": "none",
"macfilter": "deny",
"maclist": [
"abc"
],
"network": [
"lan"
],
"mode": "ap"
},
"vlans": [

                            ],
                            "stations": [

                            ]
                    },
                    {
                            "section": "wifinet3",
                            "ifname": "wlan0-1",
                            "config": {
                                    "mode": "ap",
                                    "ssid": "Iot Devices",
                                    "encryption": "sae",
                                    "hidden": true,
                                    "key": "xyz",
                                    "mode": "ap"
                            },
                            "vlans": [

                            ],
                            "stations": [

                            ]
                    }
            ]
    },
    "radio1": {
            "up": true,
            "pending": false,
            "autostart": true,
            "disabled": false,
            "retry_setup_failed": false,
            "config": {
                    "path": "1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0",
                    "channel": "36",
                    "band": "5g",
                    "htmode": "VHT80",
                    "cell_density": 0
            },
            "interfaces": [
                    {
                            "section": "default_radio1",
                            "ifname": "wlan1",
                            "config": {
                                    "mode": "ap",
                                    "ssid": "OpenWrt",
                                    "encryption": "none",
                                    "macfilter": "deny",
                                    "maclist": [
                                            "abc"
                                    ],
                                    "network": [
                                            "lan"
                                    ],
                                    "mode": "ap"
                            },
                            "vlans": [

                            ],
                            "stations": [

                            ]
                    }
            ]
    }

}`

It stucks at finding network in config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant