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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h179 if (hapd->driver == NULL || hapd->driver->set_ap == NULL)
181 return hapd->driver->set_ap(hapd->drv_priv, params);
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h179 if (hapd->driver == NULL || hapd->driver->set_ap == NULL)
181 return hapd->driver->set_ap(hapd->drv_priv, params);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h179 if (hapd->driver == NULL || hapd->driver->set_ap == NULL)
181 return hapd->driver->set_ap(hapd->drv_priv, params);
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h280 if (wpa_s->driver->set_ap)
281 return wpa_s->driver->set_ap(wpa_s->drv_priv, params);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1570 * set_ap - Set Beacon and Probe Response information for AP mode
1588 int (*set_ap)(void *priv, struct wpa_driver_ap_params *params); member in struct:wpa_driver_ops
1617 * always enabled and the driver uses set_ap() to set WPA/RSN IE
1620 * DEPRECATED - use set_ap() instead
1632 * %NULL) if the driver uses the Beacon template from set_ap().
1634 * DEPRECATED - use set_ap() instead
1676 * set_ap().
1678 * DEPRECATED - use set_ap() instead
1752 * template from set_ap() and does not reply to Probe Request frames.
1763 * DEPRECATED - use set_ap() instea
[all...]
H A Ddriver_atheros.c1817 wpa_printf(MSG_DEBUG, "atheros: set_ap - pairwise_ciphers=0x%x "
2144 .set_ap = atheros_set_ap,
H A Ddriver_nl80211.c9859 .set_ap = wpa_driver_nl80211_set_ap,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1570 * set_ap - Set Beacon and Probe Response information for AP mode
1588 int (*set_ap)(void *priv, struct wpa_driver_ap_params *params); member in struct:wpa_driver_ops
1617 * always enabled and the driver uses set_ap() to set WPA/RSN IE
1620 * DEPRECATED - use set_ap() instead
1632 * %NULL) if the driver uses the Beacon template from set_ap().
1634 * DEPRECATED - use set_ap() instead
1676 * set_ap().
1678 * DEPRECATED - use set_ap() instead
1752 * template from set_ap() and does not reply to Probe Request frames.
1763 * DEPRECATED - use set_ap() instea
[all...]
H A Ddriver_atheros.c1817 wpa_printf(MSG_DEBUG, "atheros: set_ap - pairwise_ciphers=0x%x "
2144 .set_ap = atheros_set_ap,
H A Ddriver_nl80211.c9859 .set_ap = wpa_driver_nl80211_set_ap,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1570 * set_ap - Set Beacon and Probe Response information for AP mode
1588 int (*set_ap)(void *priv, struct wpa_driver_ap_params *params); member in struct:wpa_driver_ops
1617 * always enabled and the driver uses set_ap() to set WPA/RSN IE
1620 * DEPRECATED - use set_ap() instead
1632 * %NULL) if the driver uses the Beacon template from set_ap().
1634 * DEPRECATED - use set_ap() instead
1676 * set_ap().
1678 * DEPRECATED - use set_ap() instead
1752 * template from set_ap() and does not reply to Probe Request frames.
1763 * DEPRECATED - use set_ap() instea
[all...]
H A Ddriver_atheros.c1817 wpa_printf(MSG_DEBUG, "atheros: set_ap - pairwise_ciphers=0x%x "
2144 .set_ap = atheros_set_ap,
H A Ddriver_nl80211.c9859 .set_ap = wpa_driver_nl80211_set_ap,

Completed in 187 milliseconds