# Per-Station AP_VLAN interface mode
# If enabled, each station is assigned its own AP_VLAN interface.
# This implies per-station group keying and ebtables filtering of inter-STA
# traffic (when passed through the AP).
# If the sta is not assigned to any VLAN, then its AP_VLAN interface will be
# added to the bridge given by the "bridge" configuration option (see above).
# Otherwise, it will be added to the per-VLAN bridge.
# 0 = disabled (default)
# 1 = enabled
#per_sta_vif=0
Seems that it pertains to STA mode in a 802.11s setup, which is not my uses case.
Suppose that however it is not the Mesh ID and thus probably would make sense to implement with UCI | LuCI (unless I missed it somehow) in order to cater for a 802.11s scenario that involves VLAN.