Home
last modified time | relevance | path

Searched refs:hostapd_drv_none (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhostapd.c572 if (hostapd_drv_none(hapd) || hapd->drv_priv == NULL) in hostapd_flush_old_stations()
619 if (hostapd_drv_none(hapd)) in hostapd_validate_bssid_configuration()
1151 if (!hostapd_drv_none(hapd)) { in hostapd_setup_bss()
1282 if (!hostapd_drv_none(hapd) && vlan_init(hapd)) { in hostapd_setup_bss()
2439 !hostapd_drv_none(iface->bss[bss_idx])) { in hostapd_interface_init_bss()
Dap_drv_ops.h77 int hostapd_drv_none(struct hostapd_data *hapd);
Dhw_features.c83 if (hostapd_drv_none(hapd)) in hostapd_get_hw_features()
Dap_drv_ops.c625 int hostapd_drv_none(struct hostapd_data *hapd) in hostapd_drv_none() function
Dwpa_auth_glue.c1330 if (!hostapd_drv_none(hapd) && in hostapd_setup_wpa()
/external/wpa_supplicant_8/hostapd/
Dmain.c286 !hostapd_drv_none(iface->bss[0])) { in hostapd_interface_init()