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

1 23

  /external/wpa_supplicant_8/src/ap/
iapp.c 170 struct hostapd_data *hapd; member in struct:iapp_data
255 hostapd_logger(iapp->hapd, sta->addr, HOSTAPD_MODULE_IAPP,
284 sta = ap_get_sta(iapp->hapd, add->mac_addr);
287 hostapd_logger(iapp->hapd, add->mac_addr, HOSTAPD_MODULE_IAPP,
301 hostapd_logger(iapp->hapd, add->mac_addr, HOSTAPD_MODULE_IAPP,
304 ap_sta_disconnect(iapp->hapd, sta, NULL, 0);
336 hostapd_logger(iapp->hapd, NULL, HOSTAPD_MODULE_IAPP,
347 hostapd_logger(iapp->hapd, NULL, HOSTAPD_MODULE_IAPP,
385 struct iapp_data * iapp_init(struct hostapd_data *hapd, const char *iface)
397 iapp->hapd = hapd
    [all...]
hw_features.c 49 struct hostapd_data *hapd = iface->bss[0]; local
54 if (hostapd_drv_none(hapd))
56 modes = hostapd_get_hw_feature_data(hapd, &num_modes, &flags);
58 hostapd_logger(hapd, NULL, HOSTAPD_MODULE_IEEE80211,
720 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan)
724 if (!hapd->iface->current_mode)
727 for (i = 0; i < hapd->iface->current_mode->num_channels; i++) {
729 &hapd->iface->current_mode->channels[i];
738 int hostapd_hw_get_channel(struct hostapd_data *hapd, int freq)
742 if (!hapd->iface->current_mode
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 60 struct hostapd_data *hapd; /* back pointer */ member in struct:atheros_driver_data
357 hostapd_logger(drv->hapd, NULL, HOSTAPD_MODULE_DRIVER,
362 hostapd_logger(drv->hapd, NULL, HOSTAPD_MODULE_DRIVER,
368 hostapd_logger(drv->hapd, NULL, HOSTAPD_MODULE_DRIVER,
761 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event);
858 struct hostapd_data *hapd = drv->hapd; local
915 drv_event_assoc(hapd, addr, iebuf, ielen, 0);
946 wpa_supplicant_event(drv->hapd,
982 wpa_supplicant_event(drv->hapd, EVENT_WPS_BUTTON_PUSHED, NULL)
    [all...]
driver_madwifi.c 81 struct hostapd_data *hapd; /* back pointer */ member in struct:madwifi_driver_data
331 hostapd_logger(drv->hapd, NULL, HOSTAPD_MODULE_DRIVER,
336 hostapd_logger(drv->hapd, NULL, HOSTAPD_MODULE_DRIVER,
342 hostapd_logger(drv->hapd, NULL, HOSTAPD_MODULE_DRIVER,
740 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event);
828 struct hostapd_data *hapd = drv->hapd; local
869 drv_event_assoc(hapd, addr, iebuf, ielen, 0);
900 wpa_supplicant_event(drv->hapd,
968 drv_event_disassoc(drv->hapd,
    [all...]
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);
193 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
807 wpa_supplicant_event(drv->hapd,
961 static void * hostap_init(struct hostapd_data *hapd,
972 drv->hapd = hapd;
driver_bsd.c 57 struct hostapd_data *hapd; /* back pointer */ member in struct:bsd_driver_data
775 drv_event_disassoc(drv->hapd, leave->iev_addr);
782 bsd_new_sta(drv, drv->hapd, join->iev_addr);
796 wpa_supplicant_event(drv->hapd,
809 drv_event_eapol_rx(drv->hapd, src_addr, buf, len);
813 bsd_init(struct hostapd_data *hapd, struct wpa_init_params *params)
823 drv->hapd = hapd;
    [all...]
driver_wired.c 354 static void * wired_driver_hapd_init(struct hostapd_data *hapd,
365 drv->ctx = hapd;
driver.h     [all...]
driver_test.c 1207 static void * test_driver_init(struct hostapd_data *hapd,
1217 drv = test_alloc_data(hapd, params->ifname);
1224 bss->bss_ctx = hapd;
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 1805 struct hostapd_data *hapd = NULL; local
1911 struct hostapd_data *hapd = NULL; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 3386 struct hostapd_data *hapd = wpa_s->ap_iface->bss[0]; local
    [all...]

Completed in 436 milliseconds

1 23