HomeSort by relevance Sort by last modified time
    Searched refs:tb_vendor (Results 1 - 16 of 16) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 109 struct nlattr **tb_vendor)
113 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE])
118 stats->mode = (wifi_interface_mode)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE]);
121 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR])
126 len = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR]);
128 memcpy(&stats->mac_addr[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR]), len);
130 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE])
135 stats->state = (wifi_connection_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE]);
137 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING])
142 stats->roaming = (wifi_roam_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING])
868 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX + 1]; local
1175 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_MAX + 1]; local
    [all...]
ifaceeventhandler.cpp 227 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_SET_MAX + 1]; local
228 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_FEATURE_SET_MAX,
232 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_SET])
237 mSet = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_SET]);
244 struct nlattr *tb_vendor[ local
246 nla_parse(tb_vendor,
250 if (tb_vendor[
254 tb_vendor[
265 tb_vendor[
268 tb_vendor[
288 struct nlattr *tb_vendor[ local
318 struct nlattr *tb_vendor[ local
    [all...]
tdls.cpp 102 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_STATE_MAX local
109 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_TDLS_STATE_MAX,
114 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_MAC_ADDR])
121 (u8 *)nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_MAC_ADDR]),
122 nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_MAC_ADDR]));
126 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_STATE])
133 get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_STATE]);
136 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_REASON])
143 get_s32(tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_REASON]);
146 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_CHANNEL]
191 struct nlattr *tb_vendor[ local
247 struct nlattr *tb_vendor[ local
    [all...]
gscan_event_handler.h 81 struct nlattr **tb_vendor);
86 struct nlattr **tb_vendor);
88 struct nlattr **tb_vendor);
rssi_monitor.cpp 190 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MAX local
192 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MAX,
198 if (!tb_vendor[
207 tb_vendor[QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_REQUEST_ID]
217 ret = get_mac_addr(tb_vendor,
225 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CUR_RSSI])
231 rssi = get_s8(tb_vendor[
llstatscommand.h 107 struct nlattr **tb_vendor);
gscan_event_handler.cpp 224 struct nlattr **tb_vendor)
232 for (scanResultsInfo = (struct nlattr *) nla_data(tb_vendor[
234 rem = nla_len(tb_vendor[
357 struct nlattr **tb_vendor)
367 for (scanResultsInfo = (struct nlattr *) nla_data(tb_vendor[
369 rem = nla_len(tb_vendor[
468 struct nlattr **tb_vendor)
475 for (scanResultsInfo = (struct nlattr *) nla_data(tb_vendor[
477 rem = nla_len(tb_vendor[
598 struct nlattr **tb_vendor)
    [all...]
wifilogger.cpp 997 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_MAX + 1]; local
999 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_MAX,
1002 if (tb_vendor[QCA_WLAN_VENDOR_ATTR_WIFI_INFO_DRIVER_VERSION]) {
1003 len = nla_len(tb_vendor[
1029 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_SET_MAX + 1]; local
    [all...]
gscancommand.h 132 struct nlattr **tb_vendor);
nan.cpp 701 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_MAX + 1]; local
702 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_MAX,
706 mNanVendorEvent = (char *)nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_NAN]);
707 mNanDataLen = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_NAN]);
cpp_bindings.cpp 948 wifi_error WifiVendorCommand::get_mac_addr(struct nlattr **tb_vendor,
952 if (!tb_vendor[attribute]) {
961 if (nla_len(tb_vendor[attribute]) != sizeof(mac_addr)) {
966 memcpy(addr, (u8 *)nla_data(tb_vendor[attribute]),
967 nla_len(tb_vendor[attribute]));
cpp_bindings.h 450 virtual wifi_error get_mac_addr(struct nlattr **tb_vendor,
gscan.cpp     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c 756 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_MAX + 1]; local
758 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_MAX,
761 if (tb_vendor[QCA_WLAN_VENDOR_ATTR_DFS]) {
763 val = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_DFS]);
816 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_MAX + 1]; local
818 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_MAX,
821 attr = tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_FLAGS];
830 attr = tb_vendor[QCA_WLAN_VENDOR_ATTR_CONCURRENCY_CAPA];
834 attr = tb_vendor[
839 attr = tb_vendor[
    [all...]
driver_nl80211_scan.c 898 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_SCAN_MAX + 1]; local
900 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_SCAN_MAX,
903 if (tb_vendor[QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE])
905 tb_vendor[QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE]);
driver_nl80211.c 8921 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_MAX + 1]; local
    [all...]

Completed in 1048 milliseconds