Searched refs:tNFA_WLC_MSG (Results 1 – 4 of 4) sorted by relevance
59 tNFA_WLC_MSG* p_msg; in NFA_WlcEnable()69 p_msg = (tNFA_WLC_MSG*)GKI_getbuf(sizeof(tNFA_WLC_MSG)); in NFA_WlcEnable()102 tNFA_WLC_MSG* p_msg; in NFA_WlcStart()112 p_msg = (tNFA_WLC_MSG*)GKI_getbuf((uint16_t)sizeof(tNFA_WLC_MSG)); in NFA_WlcStart()152 tNFA_WLC_MSG* p_msg; in NFA_WlcStartWPT()175 p_msg = (tNFA_WLC_MSG*)GKI_getbuf((uint16_t)(sizeof(tNFA_WLC_MSG))); in NFA_WlcStartWPT()
44 bool nfa_wlc_enable(tNFA_WLC_MSG* p_data) { in nfa_wlc_enable()80 bool nfa_wlc_start(tNFA_WLC_MSG* p_data) { in nfa_wlc_start()163 bool nfa_wlc_non_auto_start_wpt(tNFA_WLC_MSG* p_data) { in nfa_wlc_non_auto_start_wpt()
132 return (*nfa_wlc_action_tbl[act_idx])((tNFA_WLC_MSG*)p_msg); in nfa_wlc_handle_event()
96 } tNFA_WLC_MSG; typedef99 typedef bool (*tNFA_WLC_ACTION)(tNFA_WLC_MSG* p_data);102 extern bool nfa_wlc_enable(tNFA_WLC_MSG* p_data);103 extern bool nfa_wlc_start(tNFA_WLC_MSG* p_data);104 extern bool nfa_wlc_non_auto_start_wpt(tNFA_WLC_MSG* p_data);