Searched refs:hostap_tx_callback_register (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/wireless/intersil/hostap/ |
D | hostap.h | 21 u16 hostap_tx_callback_register(local_info_t *local,
|
D | hostap_ap.c | 816 hostap_tx_callback_register(local, hostap_ap_tx_cb, ap); in hostap_init_data() 824 hostap_tx_callback_register(local, hostap_ap_tx_cb_auth, ap); in hostap_init_data() 826 hostap_tx_callback_register(local, hostap_ap_tx_cb_assoc, ap); in hostap_init_data() 828 hostap_tx_callback_register(local, hostap_ap_tx_cb_poll, ap); in hostap_init_data()
|
D | hostap_main.c | 234 u16 hostap_tx_callback_register(local_info_t *local, in hostap_tx_callback_register() function
|