Home
last modified time | relevance | path

Searched refs:tx_callback (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/hostap/
Dhostap_main.c255 entry->idx = local->tx_callback ? local->tx_callback->idx + 1 : 1; in hostap_tx_callback_register()
256 entry->next = local->tx_callback; in hostap_tx_callback_register()
257 local->tx_callback = entry; in hostap_tx_callback_register()
270 cb = local->tx_callback; in hostap_tx_callback_unregister()
277 local->tx_callback = cb->next; in hostap_tx_callback_unregister()
Dhostap_wlan.h807 struct hostap_tx_callback_info *tx_callback; /* registered TX callbacks member
Dhostap_hw.c2187 cb = local->tx_callback; in hostap_tx_callback()
3354 tx_cb = local->tx_callback; in prism2_free_local_data()