Searched refs:drv_event_assoc (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | driver_atheros.c | 802 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 0); in atheros_raw_recv_11r() 809 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 1); in atheros_raw_recv_11r() 1196 drv_event_assoc(hapd, addr, iebuf, ielen, 0); in atheros_new_sta()
|
D | driver.h | 3773 static inline void drv_event_assoc(void *ctx, const u8 *addr, const u8 *ie, in drv_event_assoc() function
|
D | driver_madwifi.c | 863 drv_event_assoc(hapd, addr, iebuf, ielen, 0); in madwifi_new_sta()
|
D | driver_bsd.c | 520 drv_event_assoc(ctx, addr, iebuf, ielen, 0); in bsd_new_sta()
|
D | driver_test.c | 669 drv_event_assoc(bss->bss_ctx, cli->addr, ie, ielen, 0); in test_driver_assoc()
|
D | driver_nl80211.c | 2023 drv_event_assoc(drv->ctx, addr, ies, ies_len, 0); in nl80211_new_station_event()
|