Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_msgq.h116 struct peer_auth_process_notif_s { struct
135 struct peer_auth_process_notif_s peer_auth; argument
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_msgq.c34 struct peer_auth_process_notif_s *peer_auth; in mlo_msgq_post()
91 peer_auth = (struct peer_auth_process_notif_s *)payload; in mlo_msgq_post()
170 struct peer_auth_process_notif_s *peer_auth, *peer_auth_l; in mlo_msgq_post()
235 peer_auth_l = (struct peer_auth_process_notif_s *)payload; in mlo_msgq_post()
268 struct peer_auth_process_notif_s *peer_auth; in mlo_msgq_msg_process_hdlr()
H A Dwlan_mlo_mgr_peer.c191 struct peer_auth_process_notif_s peer_auth; in mlo_peer_process_pending_auth()