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.c448 if (hostapd_drv_none(hapd) || hapd->drv_priv == NULL) in hostapd_flush_old_stations()
492 if (hostapd_drv_none(hapd)) in hostapd_validate_bssid_configuration()
966 if (!hostapd_drv_none(hapd)) { in hostapd_setup_bss()
1086 if (!hostapd_drv_none(hapd) && vlan_init(hapd)) { in hostapd_setup_bss()
1850 !hostapd_drv_none(iface->bss[bss_idx])) { in hostapd_interface_init_bss()
Dap_drv_ops.h76 int hostapd_drv_none(struct hostapd_data *hapd);
Dwpa_auth_glue.c633 if (!hostapd_drv_none(hapd)) { in hostapd_setup_wpa()
Dhw_features.c82 if (hostapd_drv_none(hapd)) in hostapd_get_hw_features()
Dap_drv_ops.c583 int hostapd_drv_none(struct hostapd_data *hapd) in hostapd_drv_none() function
/external/wpa_supplicant_8/hostapd/
Dmain.c261 !hostapd_drv_none(iface->bss[0])) { in hostapd_interface_init()