Searched refs:per_sta_vif (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dvlan_init.c137 hapd->conf->ssid.per_sta_vif) &&
H A Dsta_info.c927 if (hapd->conf->ssid.per_sta_vif && !sta->vlan_id) {
930 !hapd->conf->ssid.per_sta_vif && sta->vlan_id) {
937 if (hapd->conf->ssid.per_sta_vif) {
950 "per_sta_vif missing wildcard");
H A Dap_config.h113 int per_sta_vif; member in struct:hostapd_ssid
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3316 } else if (os_strcmp(buf, "per_sta_vif") == 0) {
3317 bss->ssid.per_sta_vif = atoi(pos);

Completed in 205 milliseconds