HomeSort by relevance Sort by last modified time
    Searched refs:hapd (Results 76 - 91 of 91) sorted by null

1 2 34

  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.h 17 void mesh_mpm_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
mesh_rsn.c 35 struct hostapd_data *hapd; local
46 hapd = wpa_s->ifmsh->bss[0];
49 ap_free_sta(hapd, sta);
59 hapd->conf->ap_max_inactivity);
81 struct hostapd_data *hapd = mesh_rsn->wpa_s->ifmsh->bss[0]; local
82 struct sta_info *sta = ap_get_sta(hapd, addr);
123 struct hostapd_data *hapd; local
129 hapd = mesh_rsn->wpa_s->ifmsh->bss[0];
130 sta = ap_get_sta(hapd, addr);
337 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0] local
631 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; 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/
iapp.c 166 struct hostapd_data *hapd; member in struct:iapp_data
247 hostapd_logger(iapp->hapd, sta->addr, HOSTAPD_MODULE_IAPP,
273 sta = ap_get_sta(iapp->hapd, add->mac_addr);
276 hostapd_logger(iapp->hapd, add->mac_addr, HOSTAPD_MODULE_IAPP,
290 hostapd_logger(iapp->hapd, add->mac_addr, HOSTAPD_MODULE_IAPP,
293 ap_sta_disconnect(iapp->hapd, sta, NULL, 0);
326 hostapd_logger(iapp->hapd, NULL, HOSTAPD_MODULE_IAPP,
337 hostapd_logger(iapp->hapd, NULL, HOSTAPD_MODULE_IAPP,
376 struct iapp_data * iapp_init(struct hostapd_data *hapd, const char *iface)
389 iapp->hapd = hapd
    [all...]
mbo_ap.c 83 void mbo_ap_check_sta_assoc(struct hostapd_data *hapd, struct sta_info *sta,
89 if (!hapd->conf->mbo_enabled || !elems->mbo)
208 void mbo_ap_wnm_notification_req(struct hostapd_data *hapd, const u8 *addr,
216 if (!hapd->conf->mbo_enabled)
219 sta = ap_get_sta(hapd, addr);
taxonomy.c 239 int retrieve_sta_taxonomy(const struct hostapd_data *hapd,
268 void taxonomy_sta_info_probe_req(const struct hostapd_data *hapd,
277 void taxonomy_hostapd_sta_info_probe_req(const struct hostapd_data *hapd,
286 void taxonomy_sta_info_assoc_req(const struct hostapd_data *hapd,
hw_features.c 77 struct hostapd_data *hapd = iface->bss[0]; local
82 if (hostapd_drv_none(hapd))
84 modes = hostapd_get_hw_feature_data(hapd, &num_modes, &flags);
86 hostapd_logger(hapd, NULL, HOSTAPD_MODULE_IEEE80211,
101 int dfs_enabled = hapd->iconf->ieee80211h &&
904 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan)
906 return hw_get_freq(hapd->iface->current_mode, chan);
910 int hostapd_hw_get_channel(struct hostapd_data *hapd, int freq)
912 return hw_get_chan(hapd->iface->current_mode, freq);
pmksa_cache_auth.h 66 void pmksa_cache_to_eapol_data(struct hostapd_data *hapd,
pmksa_cache_auth.c 180 void pmksa_cache_to_eapol_data(struct hostapd_data *hapd,
215 ap_sta_set_vlan(hapd, eapol->sta, entry->vlan_desc);
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 38 struct hostapd_data *hapd; member in struct:hostap_driver_data
82 wpa_supplicant_event(drv->hapd, EVENT_RX_FROM_UNKNOWN, &event);
109 drv_event_eapol_rx(drv->hapd, sa, pos, left);
136 wpa_supplicant_event(drv->hapd, EVENT_TX_STATUS, &event);
184 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
805 wpa_supplicant_event(drv->hapd,
960 static void * hostap_init(struct hostapd_data *hapd,
971 drv->hapd = hapd;
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_wired.c 326 static void * wired_driver_hapd_init(struct hostapd_data *hapd,
338 drv->common.ctx = hapd;
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...]
driver.h     [all...]
driver_nl80211.c     [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 204 milliseconds

1 2 34