Searched defs:LLCommand (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dllstats.cpp577 LLStatsCommand *LLCommand; local
581 LLCommand = LLStatsCommand::instance(handle);
582 if (LLCommand == NULL) {
586 LLCommand->setSubCmd(QCA_NL80211_VENDOR_SUBCMD_LL_STATS_SET);
589 ret = LLCommand->create();
593 ret = LLCommand->set_iface_id(iinfo->name);
598 nl_data = LLCommand->attr_start(NL80211_ATTR_VENDOR_DATA);
602 ret = LLCommand->put_u32(QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_MPDU_SIZE_THRESHOLD,
607 ret = LLCommand->put_u32(
612 LLCommand
629 LLStatsCommand *LLCommand; local
701 LLStatsCommand *LLCommand; local
[all...]

Completed in 171 milliseconds