Searched refs:recv_auth (Results 1 – 1 of 1) sorted by relevance
192 struct mlpeer_auth_params *recv_auth; in mlo_peer_process_pending_auth() local198 recv_auth = ml_peer->pending_auth[i]; in mlo_peer_process_pending_auth()199 if (!recv_auth) { in mlo_peer_process_pending_auth()203 peer_auth.auth_params = recv_auth; in mlo_peer_process_pending_auth()2252 struct mlpeer_auth_params *recv_auth; in mlo_peer_link_auth_defer() local2260 recv_auth = ml_peer->pending_auth[i]; in mlo_peer_link_auth_defer()2261 if (!recv_auth) { in mlo_peer_link_auth_defer()2266 if (qdf_is_macaddr_equal(link_mac, &recv_auth->link_addr)) { in mlo_peer_link_auth_defer()2267 mlo_peer_free_auth_param(recv_auth); in mlo_peer_link_auth_defer()2281 recv_auth = ml_peer->pending_auth[i]; in mlo_peer_link_auth_defer()[all …]