Home
last modified time | relevance | path

Searched refs:per_sta_vif (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dvlan_init.c140 hapd->conf->ssid.per_sta_vif) && in vlan_init()
Dsta_info.c966 if (hapd->conf->ssid.per_sta_vif && !sta->vlan_id) { in ap_sta_set_vlan()
969 !hapd->conf->ssid.per_sta_vif && sta->vlan_id) { in ap_sta_set_vlan()
976 if (hapd->conf->ssid.per_sta_vif) { in ap_sta_set_vlan()
Dap_config.h122 int per_sta_vif; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dvlan_init.c137 hapd->conf->ssid.per_sta_vif) && in vlan_init()
Dsta_info.c927 if (hapd->conf->ssid.per_sta_vif && !sta->vlan_id) { in ap_sta_set_vlan()
930 !hapd->conf->ssid.per_sta_vif && sta->vlan_id) { in ap_sta_set_vlan()
937 if (hapd->conf->ssid.per_sta_vif) { in ap_sta_set_vlan()
Dap_config.h113 int per_sta_vif; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3317 bss->ssid.per_sta_vif = atoi(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3381 bss->ssid.per_sta_vif = atoi(pos); in hostapd_config_fill()