Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap.h21 u16 hostap_tx_callback_register(local_info_t *local,
H A Dhostap_ap.c816 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()
H A Dhostap_main.c234 u16 hostap_tx_callback_register(local_info_t *local, in hostap_tx_callback_register() function