Lines Matching refs:txs
8428 wl_nan_event_txs_t *txs = (wl_nan_event_txs_t *)xtlv->data; in wl_cfgnan_notify_nan_status() local
8430 if (txs->status == WL_NAN_TXS_SUCCESS) { in wl_cfgnan_notify_nan_status()
8432 nan_frm_type_to_str(txs->type), txs->type, txs->host_seq)); in wl_cfgnan_notify_nan_status()
8447 nan_frm_type_to_str(txs->type), txs->type, txs->status, in wl_cfgnan_notify_nan_status()
8448 txs->host_seq)); in wl_cfgnan_notify_nan_status()
8459 nan_event_data->reason = txs->reason_code; in wl_cfgnan_notify_nan_status()
8460 nan_event_data->token = txs->host_seq; in wl_cfgnan_notify_nan_status()
8461 if (txs->type == WL_NAN_FRM_TYPE_FOLLOWUP) { in wl_cfgnan_notify_nan_status()
8463 xtlv = (bcm_xtlv_t *)(txs->opt_tlvs); in wl_cfgnan_notify_nan_status()
8464 if (txs->opt_tlvs_len && xtlv->id == WL_NAN_XTLV_SD_TXS) { in wl_cfgnan_notify_nan_status()
8473 } else if (txs->type == WL_NAN_FRM_TYPE_RNG_RESP) { in wl_cfgnan_notify_nan_status()
8474 xtlv = (bcm_xtlv_t *)(txs->opt_tlvs); in wl_cfgnan_notify_nan_status()
8475 if (txs->opt_tlvs_len && xtlv->id == WL_NAN_XTLV_RNG_TXS) { in wl_cfgnan_notify_nan_status()
8484 if (txs->status == WL_NAN_TXS_SUCCESS) { in wl_cfgnan_notify_nan_status()