Lines Matching refs:resp
366 const struct wifi_twt_params *resp = in handle_wifi_twt_event() local
370 if (resp->operation == WIFI_TWT_TEARDOWN) { in handle_wifi_twt_event()
371 if (resp->teardown_status == WIFI_TWT_TEARDOWN_SUCCESS) { in handle_wifi_twt_event()
373 resp->flow_id); in handle_wifi_twt_event()
376 resp->flow_id); in handle_wifi_twt_event()
381 if (resp->resp_status == WIFI_TWT_RESP_RECEIVED) { in handle_wifi_twt_event()
383 wifi_twt_setup_cmd_txt(resp->setup_cmd)); in handle_wifi_twt_event()
385 print_twt_params(resp->dialog_token, in handle_wifi_twt_event()
386 resp->flow_id, in handle_wifi_twt_event()
387 resp->negotiation_type, in handle_wifi_twt_event()
388 resp->setup.responder, in handle_wifi_twt_event()
389 resp->setup.implicit, in handle_wifi_twt_event()
390 resp->setup.announce, in handle_wifi_twt_event()
391 resp->setup.trigger, in handle_wifi_twt_event()
392 resp->setup.twt_wake_interval, in handle_wifi_twt_event()
393 resp->setup.twt_interval); in handle_wifi_twt_event()