HomeSort by relevance Sort by last modified time
    Searched defs:hapd (Results 26 - 35 of 35) sorted by null

12

  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 973 struct hostapd_data *hapd; local
977 hapd = wpa_s->ap_iface->bss[0];
979 hapd->ap_pin_failures = 0;
989 struct hostapd_data *hapd; local
994 hapd = wpa_s->ap_iface->bss[0];
995 os_free(hapd->conf->ap_pin);
996 hapd->conf->ap_pin = NULL;
1003 struct hostapd_data *hapd; local
1009 hapd = wpa_s->ap_iface->bss[0];
1013 os_free(hapd->conf->ap_pin)
1025 struct hostapd_data *hapd; local
1036 struct hostapd_data *hapd; local
1058 struct hostapd_data *hapd; local
1086 struct hostapd_data *hapd; local
1098 struct hostapd_data *hapd; local
1111 struct hostapd_data *hapd; local
1129 struct hostapd_data *hapd; local
1144 struct hostapd_data *hapd; local
1159 struct hostapd_data *hapd; local
1226 struct hostapd_data *hapd; local
1296 struct hostapd_data *hapd; local
1338 struct hostapd_data *hapd; local
1382 struct hostapd_data *hapd; local
    [all...]
p2p_supplicant.c 1677 struct hostapd_data *hapd; local
6301 struct hostapd_data *hapd = wpa_s->ap_iface->bss[0]; local
8040 struct hostapd_data *hapd; local
8779 struct hostapd_data *hapd; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.c 51 static int hostapd_flush_old_stations(struct hostapd_data *hapd, u16 reason);
52 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd);
53 static int hostapd_broadcast_wep_clear(struct hostapd_data *hapd);
75 static void hostapd_reload_bss(struct hostapd_data *hapd)
79 if (!hapd->started)
83 radius_client_reconfig(hapd->radius, hapd->conf->radius);
86 ssid = &hapd->conf->ssid;
93 hostapd_config_clear_wpa_psk(&hapd->conf->ssid.wpa_psk);
95 if (hostapd_setup_wpa_psk(hapd->conf))
162 struct hostapd_data *hapd = iface->bss[0]; local
521 struct hostapd_data *hapd = iface->bss[0]; local
849 struct hostapd_data *hapd = ctx; local
1155 struct hostapd_data *hapd = iface->bss[0]; local
1260 struct hostapd_data *hapd = iface->bss[i]; local
1304 struct hostapd_data *hapd = iface->bss[0]; local
1420 struct hostapd_data *hapd = ctx; local
1430 struct hostapd_data *hapd = ctx; local
1438 struct hostapd_data *hapd = ctx; local
1451 struct hostapd_data *hapd = ctx; local
1460 struct hostapd_data *hapd = ctx; local
1470 struct hostapd_data *hapd = ctx; local
1509 struct hostapd_data *hapd = ctx; local
1665 struct hostapd_data *hapd = iface->bss[0]; local
1878 struct hostapd_data *hapd = iface->bss[0]; local
1997 struct hostapd_data *hapd; local
2107 struct hostapd_data *hapd; local
2163 struct hostapd_data *hapd = iface->bss[j]; local
2189 struct hostapd_data *hapd; local
2416 struct hostapd_data *hapd = hapd_iface->bss[j]; local
2518 struct hostapd_data *hapd; local
2552 struct hostapd_data *hapd; local
2727 struct hostapd_data *hapd = iface->bss[idx]; local
3275 struct hostapd_data *hapd = iface->bss[j]; local
3293 struct hostapd_data *hapd = iface->bss[i]; local
    [all...]
ieee802_11.c 51 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid)
56 if (hapd->iface->current_rates == NULL)
60 num = hapd->iface->num_rates;
61 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
63 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht)
72 for (i = 0, count = 0; i < hapd->iface->num_rates && count < num;
75 *pos = hapd->iface->current_rates[i].rate / 5;
76 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC
312 struct hostapd_data *hapd = ctx; local
516 struct hostapd_data *hapd = eloop_ctx; local
2515 struct hostapd_data *hapd = eloop_ctx; local
    [all...]
ieee802_1x.c 42 static void ieee802_1x_finished(struct hostapd_data *hapd,
47 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta,
65 xhdr->version = hapd->conf->eapol_version;
75 if (hapd->ext_eapol_frame_io) {
81 wpa_msg(hapd->msg_ctx, MSG_INFO,
89 rsn_preauth_send(hapd, sta, buf, len);
92 hapd, sta->addr, buf, len,
100 void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd,
109 ap_sta_set_authorized(hapd, sta, 1);
110 res = hostapd_set_authorized(hapd, sta, 1)
1687 struct hostapd_data *hapd = data; local
1954 struct hostapd_data *hapd = eloop_ctx; local
2034 struct hostapd_data *hapd = ctx; local
2045 struct hostapd_data *hapd = ctx; local
2058 struct hostapd_data *hapd = ctx; local
2099 struct hostapd_data *hapd = ctx; local
2112 struct hostapd_data *hapd = ctx; local
2137 struct hostapd_data *hapd = ctx; local
2145 struct hostapd_data *hapd = ctx; local
2155 struct hostapd_data *hapd = ctx; local
2184 struct hostapd_data *hapd = ctx; local
2199 struct hostapd_data *hapd = ctx; local
2672 struct hostapd_data *hapd = eloop_ctx; local
    [all...]
wps_hostapd.c 33 static int hostapd_wps_upnp_init(struct hostapd_data *hapd,
35 static void hostapd_wps_upnp_deinit(struct hostapd_data *hapd);
61 struct hostapd_data *hapd = iface->bss[j]; local
64 if (hapd != data->calling_hapd &&
65 (hapd->conf->wps_independent ||
69 ret = data->func(hapd, data->ctx);
78 static int hostapd_wps_for_each(struct hostapd_data *hapd,
82 struct hostapd_iface *iface = hapd->iface;
86 data.calling_hapd = hapd;
99 struct hostapd_data *hapd = ctx local
160 struct hostapd_data *hapd = ctx; local
174 struct hostapd_data *hapd = ctx; local
231 struct hostapd_data *hapd = ctx; local
256 struct hostapd_data *hapd = ctx; local
625 struct hostapd_data *hapd = ctx; local
632 struct hostapd_data *hapd = eloop_data; local
798 struct hostapd_data *hapd = ctx; local
853 struct hostapd_data *hapd = ctx; local
888 struct hostapd_data *hapd = iface->bss[j]; local
1384 struct hostapd_data *hapd = ctx; local
1444 struct hostapd_data *hapd = priv; local
1552 struct hostapd_data *hapd = eloop_data; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 64 struct hostapd_data *hapd; /* back pointer */ member in struct:atheros_driver_data
867 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event);
877 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
893 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 0);
900 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 1);
916 wpa_supplicant_event(drv->hapd, EVENT_AUTH, &event);
1118 struct hostapd_data *hapd = drv->hapd; local
    [all...]
driver_bsd.c 62 struct hostapd_data *hapd; /* back pointer */ member in struct:bsd_driver_data
813 drv_event_disassoc(drv->hapd, leave->iev_addr);
820 bsd_new_sta(drv, drv->hapd, join->iev_addr);
834 wpa_supplicant_event(drv->hapd,
846 drv_event_eapol_rx(drv->hapd, src_addr, buf, len);
850 bsd_init(struct hostapd_data *hapd, struct wpa_init_params *params)
867 drv->hapd = hapd;
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 72 static void hostapd_ctrl_iface_send(struct hostapd_data *hapd, int level,
77 static int hostapd_ctrl_iface_attach(struct hostapd_data *hapd,
81 return ctrl_iface_attach(&hapd->ctrl_dst, from, fromlen);
85 static int hostapd_ctrl_iface_detach(struct hostapd_data *hapd,
89 return ctrl_iface_detach(&hapd->ctrl_dst, from, fromlen);
93 static int hostapd_ctrl_iface_level(struct hostapd_data *hapd,
98 return ctrl_iface_level(&hapd->ctrl_dst, from, fromlen, level);
102 static int hostapd_ctrl_iface_new_sta(struct hostapd_data *hapd,
113 sta = ap_get_sta(hapd, addr);
119 sta = ap_sta_add(hapd, addr)
1694 struct hostapd_data *hapd = ctx; local
2723 struct hostapd_data *hapd = eloop_ctx; local
2831 struct hostapd_data *hapd = ctx; local
3188 struct hostapd_data *hapd; local
3215 struct hostapd_data * hapd; local
3244 struct hostapd_data *hapd; local
3416 struct hostapd_data *hapd; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 2391 struct hostapd_data *hapd; local
2429 struct hostapd_data *hapd = NULL; local
    [all...]

Completed in 114 milliseconds

12