Searched defs:hostapd (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c309 unsigned int hostapd:1; member in struct:wpa_driver_nl80211_data
4087 * removed without the knowledge of wpa_supplicant/hostapd, e.g., in
4387 void *global_priv, int hostapd,
4401 drv->hostapd = !!hostapd;
4899 if (drv->hostapd || bss->static_ap)
4932 if (!drv->hostapd)
5041 if (!drv->hostapd || !drv->start_mode_ap)
5222 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
8010 * the parent interface. This is used mainly with hostapd
4386 wpa_driver_nl80211_drv_init(void *ctx, const char *ifname, void *global_priv, int hostapd, const u8 *set_addr) argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c309 unsigned int hostapd:1; member in struct:wpa_driver_nl80211_data
4087 * removed without the knowledge of wpa_supplicant/hostapd, e.g., in
4387 void *global_priv, int hostapd,
4401 drv->hostapd = !!hostapd;
4899 if (drv->hostapd || bss->static_ap)
4932 if (!drv->hostapd)
5041 if (!drv->hostapd || !drv->start_mode_ap)
5222 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
8010 * the parent interface. This is used mainly with hostapd
4386 wpa_driver_nl80211_drv_init(void *ctx, const char *ifname, void *global_priv, int hostapd, const u8 *set_addr) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c309 unsigned int hostapd:1; member in struct:wpa_driver_nl80211_data
4087 * removed without the knowledge of wpa_supplicant/hostapd, e.g., in
4387 void *global_priv, int hostapd,
4401 drv->hostapd = !!hostapd;
4899 if (drv->hostapd || bss->static_ap)
4932 if (!drv->hostapd)
5041 if (!drv->hostapd || !drv->start_mode_ap)
5222 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
8010 * the parent interface. This is used mainly with hostapd
4386 wpa_driver_nl80211_drv_init(void *ctx, const char *ifname, void *global_priv, int hostapd, const u8 *set_addr) argument
[all...]

Completed in 200 milliseconds