Home | History | Annotate | Download | only in drivers

Lines Matching defs:hapd

60 	struct hostapd_data *hapd;		/* back pointer */
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);
802 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 0);
809 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 1);
821 wpa_supplicant_event(drv->hapd, EVENT_RX_ACTION, &event);
837 wpa_supplicant_event(drv->hapd, EVENT_AUTH, &event);
873 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
918 wpa_supplicant_event(drv->hapd, EVENT_RX_ACTION, &event);
1139 struct hostapd_data *hapd = drv->hapd;
1196 drv_event_assoc(hapd, addr, iebuf, ielen, 0);
1227 wpa_supplicant_event(drv->hapd,
1263 wpa_supplicant_event(drv->hapd, EVENT_WPS_BUTTON_PUSHED, NULL);
1379 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT,
1441 drv_event_disassoc(drv->hapd,
1617 drv_event_eapol_rx(drv->hapd, src_addr, buf + sizeof(struct l2_ethhdr),
1622 atheros_init(struct hostapd_data *hapd, struct wpa_init_params *params)
1635 drv->hapd = hapd;