Searched refs:auth_req (Results 1 – 1 of 1) sorted by relevance
2879 struct pending_auth_info *auth_req; in adapter_cancel_bonding() local2902 auth_req = adapter_find_auth_request(adapter, &bdaddr); in adapter_cancel_bonding()2903 if (auth_req) { in adapter_cancel_bonding()2904 if (auth_req->replied) { in adapter_cancel_bonding()2914 cancel_auth_request(auth_req, adapter->dev_id); in adapter_cancel_bonding()2915 if (auth_req->agent) in adapter_cancel_bonding()2916 agent_cancel(auth_req->agent); in adapter_cancel_bonding()