Searched refs:set_ap (Results 1 - 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h200 if (hapd->driver == NULL || hapd->driver->set_ap == NULL)
202 return hapd->driver->set_ap(hapd->drv_priv, params);
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h200 if (hapd->driver == NULL || hapd->driver->set_ap == NULL)
202 return hapd->driver->set_ap(hapd->drv_priv, params);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h200 if (hapd->driver == NULL || hapd->driver->set_ap == NULL)
202 return hapd->driver->set_ap(hapd->drv_priv, params);
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h304 if (wpa_s->driver->set_ap)
305 return wpa_s->driver->set_ap(wpa_s->drv_priv, params);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1819 * set_ap - Set Beacon and Probe Response information for AP mode
1837 int (*set_ap)(void *priv, struct wpa_driver_ap_params *params); member in struct:wpa_driver_ops
1876 * always enabled and the driver uses set_ap() to set WPA/RSN IE
1879 * DEPRECATED - use set_ap() instead
1891 * %NULL) if the driver uses the Beacon template from set_ap().
1893 * DEPRECATED - use set_ap() instead
1935 * set_ap().
1937 * DEPRECATED - use set_ap() instead
2011 * template from set_ap() and does not reply to Probe Request frames.
2022 * DEPRECATED - use set_ap() instea
[all...]
H A Ddriver_atheros.c1894 wpa_printf(MSG_DEBUG, "atheros: set_ap - pairwise_ciphers=0x%x "
2240 .set_ap = atheros_set_ap,
H A Ddriver_nl80211.c12626 .set_ap = wpa_driver_nl80211_set_ap,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1819 * set_ap - Set Beacon and Probe Response information for AP mode
1837 int (*set_ap)(void *priv, struct wpa_driver_ap_params *params); member in struct:wpa_driver_ops
1876 * always enabled and the driver uses set_ap() to set WPA/RSN IE
1879 * DEPRECATED - use set_ap() instead
1891 * %NULL) if the driver uses the Beacon template from set_ap().
1893 * DEPRECATED - use set_ap() instead
1935 * set_ap().
1937 * DEPRECATED - use set_ap() instead
2011 * template from set_ap() and does not reply to Probe Request frames.
2022 * DEPRECATED - use set_ap() instea
[all...]
H A Ddriver_atheros.c1894 wpa_printf(MSG_DEBUG, "atheros: set_ap - pairwise_ciphers=0x%x "
2240 .set_ap = atheros_set_ap,
H A Ddriver_nl80211.c12626 .set_ap = wpa_driver_nl80211_set_ap,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1819 * set_ap - Set Beacon and Probe Response information for AP mode
1837 int (*set_ap)(void *priv, struct wpa_driver_ap_params *params); member in struct:wpa_driver_ops
1876 * always enabled and the driver uses set_ap() to set WPA/RSN IE
1879 * DEPRECATED - use set_ap() instead
1891 * %NULL) if the driver uses the Beacon template from set_ap().
1893 * DEPRECATED - use set_ap() instead
1935 * set_ap().
1937 * DEPRECATED - use set_ap() instead
2011 * template from set_ap() and does not reply to Probe Request frames.
2022 * DEPRECATED - use set_ap() instea
[all...]
H A Ddriver_atheros.c1894 wpa_printf(MSG_DEBUG, "atheros: set_ap - pairwise_ciphers=0x%x "
2240 .set_ap = atheros_set_ap,
H A Ddriver_nl80211.c12626 .set_ap = wpa_driver_nl80211_set_ap,

Completed in 719 milliseconds