Searched refs:hapd_iface (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c1332 * @hapd_iface: Pointer to interface data
1342 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface, argument
1355 hapd->iface = hapd_iface;
1419 struct hostapd_iface *hapd_iface = NULL; local
1424 hapd_iface = os_zalloc(sizeof(*hapd_iface));
1425 if (hapd_iface == NULL)
1428 hapd_iface->config_fname = os_strdup(config_file);
1429 if (hapd_iface->config_fname == NULL)
1432 conf = interfaces->config_read_cb(hapd_iface
1628 hostapd_deinit_driver(const struct wpa_driver_ops *driver, void *drv_priv, struct hostapd_iface *hapd_iface) argument
1649 hostapd_enable_iface(struct hostapd_iface *hapd_iface) argument
1685 hostapd_reload_iface(struct hostapd_iface *hapd_iface) argument
1705 hostapd_disable_iface(struct hostapd_iface *hapd_iface) argument
1752 struct hostapd_iface **iface, *hapd_iface; local
1816 struct hostapd_iface *hapd_iface = local
1845 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
2029 struct hostapd_iface *hapd_iface; local
[all...]
H A Dhostapd.h375 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
390 int hostapd_enable_iface(struct hostapd_iface *hapd_iface);
391 int hostapd_reload_iface(struct hostapd_iface *hapd_iface);
392 int hostapd_disable_iface(struct hostapd_iface *hapd_iface);
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c1332 * @hapd_iface: Pointer to interface data
1342 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface, argument
1355 hapd->iface = hapd_iface;
1419 struct hostapd_iface *hapd_iface = NULL; local
1424 hapd_iface = os_zalloc(sizeof(*hapd_iface));
1425 if (hapd_iface == NULL)
1428 hapd_iface->config_fname = os_strdup(config_file);
1429 if (hapd_iface->config_fname == NULL)
1432 conf = interfaces->config_read_cb(hapd_iface
1628 hostapd_deinit_driver(const struct wpa_driver_ops *driver, void *drv_priv, struct hostapd_iface *hapd_iface) argument
1649 hostapd_enable_iface(struct hostapd_iface *hapd_iface) argument
1685 hostapd_reload_iface(struct hostapd_iface *hapd_iface) argument
1705 hostapd_disable_iface(struct hostapd_iface *hapd_iface) argument
1752 struct hostapd_iface **iface, *hapd_iface; local
1816 struct hostapd_iface *hapd_iface = local
1845 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
2029 struct hostapd_iface *hapd_iface; local
[all...]
H A Dhostapd.h375 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
390 int hostapd_enable_iface(struct hostapd_iface *hapd_iface);
391 int hostapd_reload_iface(struct hostapd_iface *hapd_iface);
392 int hostapd_disable_iface(struct hostapd_iface *hapd_iface);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c1332 * @hapd_iface: Pointer to interface data
1342 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface, argument
1355 hapd->iface = hapd_iface;
1419 struct hostapd_iface *hapd_iface = NULL; local
1424 hapd_iface = os_zalloc(sizeof(*hapd_iface));
1425 if (hapd_iface == NULL)
1428 hapd_iface->config_fname = os_strdup(config_file);
1429 if (hapd_iface->config_fname == NULL)
1432 conf = interfaces->config_read_cb(hapd_iface
1628 hostapd_deinit_driver(const struct wpa_driver_ops *driver, void *drv_priv, struct hostapd_iface *hapd_iface) argument
1649 hostapd_enable_iface(struct hostapd_iface *hapd_iface) argument
1685 hostapd_reload_iface(struct hostapd_iface *hapd_iface) argument
1705 hostapd_disable_iface(struct hostapd_iface *hapd_iface) argument
1752 struct hostapd_iface **iface, *hapd_iface; local
1816 struct hostapd_iface *hapd_iface = local
1845 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
2029 struct hostapd_iface *hapd_iface; local
[all...]
H A Dhostapd.h375 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
390 int hostapd_enable_iface(struct hostapd_iface *hapd_iface);
391 int hostapd_reload_iface(struct hostapd_iface *hapd_iface);
392 int hostapd_disable_iface(struct hostapd_iface *hapd_iface);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c488 struct hostapd_iface *hapd_iface; local
553 wpa_s->ap_iface = hapd_iface = os_zalloc(sizeof(*wpa_s->ap_iface));
554 if (hapd_iface == NULL)
556 hapd_iface->owner = wpa_s;
557 hapd_iface->drv_flags = wpa_s->drv_flags;
558 hapd_iface->probe_resp_offloads = wpa_s->probe_resp_offloads;
559 hapd_iface->extended_capa = wpa_s->extended_capa;
560 hapd_iface->extended_capa_mask = wpa_s->extended_capa_mask;
561 hapd_iface->extended_capa_len = wpa_s->extended_capa_len;
592 hapd_iface
[all...]

Completed in 61 milliseconds