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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h168 if (hapd->driver == NULL || hapd->driver->set_ap == NULL)
170 return hapd->driver->set_ap(hapd->drv_priv, params);
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h168 if (hapd->driver == NULL || hapd->driver->set_ap == NULL)
170 return hapd->driver->set_ap(hapd->drv_priv, params);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h168 if (hapd->driver == NULL || hapd->driver->set_ap == NULL)
170 return hapd->driver->set_ap(hapd->drv_priv, params);
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h290 if (wpa_s->driver->set_ap)
291 return wpa_s->driver->set_ap(wpa_s->drv_priv, params);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1466 * set_ap - Set Beacon and Probe Response information for AP mode
1484 int (*set_ap)(void *priv, struct wpa_driver_ap_params *params); member in struct:wpa_driver_ops
1513 * always enabled and the driver uses set_ap() to set WPA/RSN IE
1516 * DEPRECATED - use set_ap() instead
1528 * %NULL) if the driver uses the Beacon template from set_ap().
1530 * DEPRECATED - use set_ap() instead
1572 * set_ap().
1574 * DEPRECATED - use set_ap() instead
1648 * template from set_ap() and does not reply to Probe Request frames.
1659 * DEPRECATED - use set_ap() instea
[all...]
H A Ddriver_atheros.c1403 wpa_printf(MSG_DEBUG, "atheros: set_ap - pairwise_ciphers=0x%x "
1446 .set_ap = atheros_set_ap,
H A Ddriver_nl80211.c8984 .set_ap = wpa_driver_nl80211_set_ap,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1466 * set_ap - Set Beacon and Probe Response information for AP mode
1484 int (*set_ap)(void *priv, struct wpa_driver_ap_params *params); member in struct:wpa_driver_ops
1513 * always enabled and the driver uses set_ap() to set WPA/RSN IE
1516 * DEPRECATED - use set_ap() instead
1528 * %NULL) if the driver uses the Beacon template from set_ap().
1530 * DEPRECATED - use set_ap() instead
1572 * set_ap().
1574 * DEPRECATED - use set_ap() instead
1648 * template from set_ap() and does not reply to Probe Request frames.
1659 * DEPRECATED - use set_ap() instea
[all...]
H A Ddriver_atheros.c1403 wpa_printf(MSG_DEBUG, "atheros: set_ap - pairwise_ciphers=0x%x "
1446 .set_ap = atheros_set_ap,
H A Ddriver_nl80211.c8984 .set_ap = wpa_driver_nl80211_set_ap,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1466 * set_ap - Set Beacon and Probe Response information for AP mode
1484 int (*set_ap)(void *priv, struct wpa_driver_ap_params *params); member in struct:wpa_driver_ops
1513 * always enabled and the driver uses set_ap() to set WPA/RSN IE
1516 * DEPRECATED - use set_ap() instead
1528 * %NULL) if the driver uses the Beacon template from set_ap().
1530 * DEPRECATED - use set_ap() instead
1572 * set_ap().
1574 * DEPRECATED - use set_ap() instead
1648 * template from set_ap() and does not reply to Probe Request frames.
1659 * DEPRECATED - use set_ap() instea
[all...]
H A Ddriver_atheros.c1403 wpa_printf(MSG_DEBUG, "atheros: set_ap - pairwise_ciphers=0x%x "
1446 .set_ap = atheros_set_ap,
H A Ddriver_nl80211.c8984 .set_ap = wpa_driver_nl80211_set_ap,

Completed in 189 milliseconds