Want to create a VAP using Ui with Naming convention

Openwrt GUI is using Unnamed convention to create a VAP in Wireless i.e.

config wifi-iface
option device 'wifi0'
option network 'lan'
option mode 'ap'
option ssid 'Default'
option encryption 'none'
option disabled '0'
option hidden '0'

I want to use a named convention to create VAP in wireless by using Openwrt, i.e

config wifi-iface 'vap00'
option device 'wifi0'
option network 'lan'
option mode 'ap'
option ssid 'Default'
opGUItion encryption 'none'
option disabled '0'
option hidden '0'

Is it possible with openwrt GUI?

Not without editing the code handling the section creation.

Hi jow,

I am new to openwrt, So may i know where i have to do changes for this, Rest i will take care from my side.

Thanks in Advance!!

Function wifidev.add_wifinet in /usr/lib/lua/luci/model/network.lua

Hi vikrant
Can you please help me with the solution for this. I am new to lua coding. Need your help!!!
Thanks in advance