Searched refs:device_ap_sme (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.h128 unsigned int device_ap_sme:1; member in struct:wpa_driver_nl80211_data
H A Ddriver_nl80211_capa.c66 unsigned int device_ap_sme:1; member in struct:wiphy_info_data
555 info->device_ap_sme = 1;
925 if (!info.device_ap_sme) {
935 drv->device_ap_sme = info.device_ap_sme;
949 if (drv->device_ap_sme && drv->use_monitor) {
957 "with device_ap_sme since no monitor mode "
H A Ddriver_nl80211_monitor.c383 drv->device_ap_sme = 1;
H A Ddriver_nl80211.c3276 if (drv->device_ap_sme && is_ap_interface(drv->nlmode)) {
4277 wpa_printf(MSG_DEBUG, "nl80211: Setup AP(%s) - device_ap_sme=%d use_monitor=%d",
4278 bss->ifname, drv->device_ap_sme, drv->use_monitor);
4285 if (!drv->device_ap_sme)
4288 if (!drv->device_ap_sme && !drv->use_monitor)
4292 if (drv->device_ap_sme && !drv->use_monitor)
4296 if (!drv->device_ap_sme && drv->use_monitor &&
4298 !drv->device_ap_sme)
4301 if (drv->device_ap_sme &&
4316 wpa_printf(MSG_DEBUG, "nl80211: Teardown AP(%s) - device_ap_sme
[all...]
H A Ddriver_nl80211_event.c1183 if (is_ap_interface(drv->nlmode) && drv->device_ap_sme) {
1217 if (is_ap_interface(drv->nlmode) && drv->device_ap_sme) {
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.h128 unsigned int device_ap_sme:1; member in struct:wpa_driver_nl80211_data
H A Ddriver_nl80211_capa.c66 unsigned int device_ap_sme:1; member in struct:wiphy_info_data
555 info->device_ap_sme = 1;
925 if (!info.device_ap_sme) {
935 drv->device_ap_sme = info.device_ap_sme;
949 if (drv->device_ap_sme && drv->use_monitor) {
957 "with device_ap_sme since no monitor mode "
H A Ddriver_nl80211_monitor.c383 drv->device_ap_sme = 1;
H A Ddriver_nl80211.c3276 if (drv->device_ap_sme && is_ap_interface(drv->nlmode)) {
4277 wpa_printf(MSG_DEBUG, "nl80211: Setup AP(%s) - device_ap_sme=%d use_monitor=%d",
4278 bss->ifname, drv->device_ap_sme, drv->use_monitor);
4285 if (!drv->device_ap_sme)
4288 if (!drv->device_ap_sme && !drv->use_monitor)
4292 if (drv->device_ap_sme && !drv->use_monitor)
4296 if (!drv->device_ap_sme && drv->use_monitor &&
4298 !drv->device_ap_sme)
4301 if (drv->device_ap_sme &&
4316 wpa_printf(MSG_DEBUG, "nl80211: Teardown AP(%s) - device_ap_sme
[all...]
H A Ddriver_nl80211_event.c1183 if (is_ap_interface(drv->nlmode) && drv->device_ap_sme) {
1217 if (is_ap_interface(drv->nlmode) && drv->device_ap_sme) {
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.h128 unsigned int device_ap_sme:1; member in struct:wpa_driver_nl80211_data
H A Ddriver_nl80211_capa.c66 unsigned int device_ap_sme:1; member in struct:wiphy_info_data
555 info->device_ap_sme = 1;
925 if (!info.device_ap_sme) {
935 drv->device_ap_sme = info.device_ap_sme;
949 if (drv->device_ap_sme && drv->use_monitor) {
957 "with device_ap_sme since no monitor mode "
H A Ddriver_nl80211_monitor.c383 drv->device_ap_sme = 1;
H A Ddriver_nl80211.c3276 if (drv->device_ap_sme && is_ap_interface(drv->nlmode)) {
4277 wpa_printf(MSG_DEBUG, "nl80211: Setup AP(%s) - device_ap_sme=%d use_monitor=%d",
4278 bss->ifname, drv->device_ap_sme, drv->use_monitor);
4285 if (!drv->device_ap_sme)
4288 if (!drv->device_ap_sme && !drv->use_monitor)
4292 if (drv->device_ap_sme && !drv->use_monitor)
4296 if (!drv->device_ap_sme && drv->use_monitor &&
4298 !drv->device_ap_sme)
4301 if (drv->device_ap_sme &&
4316 wpa_printf(MSG_DEBUG, "nl80211: Teardown AP(%s) - device_ap_sme
[all...]
H A Ddriver_nl80211_event.c1183 if (is_ap_interface(drv->nlmode) && drv->device_ap_sme) {
1217 if (is_ap_interface(drv->nlmode) && drv->device_ap_sme) {

Completed in 134 milliseconds