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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 110 struct nlattr **tb_vendor)
114 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE])
119 stats->mode = (wifi_interface_mode)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE]);
122 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR])
127 len = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR]);
129 memcpy(&stats->mac_addr[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR]), len);
131 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE])
136 stats->state = (wifi_connection_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE]);
138 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING])
143 stats->roaming = (wifi_roam_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING])
914 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX + 1]; local
1201 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_MAX + 1]; 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);
ifaceeventhandler.cpp 231 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_SET_MAX + 1]; local
232 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_FEATURE_SET_MAX,
236 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_SET])
241 mSet = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_SET]);
248 struct nlattr *tb_vendor[ local
250 nla_parse(tb_vendor,
254 if (tb_vendor[
258 tb_vendor[
269 tb_vendor[
272 tb_vendor[
292 struct nlattr *tb_vendor[ local
322 struct nlattr *tb_vendor[ local
    [all...]
nan_ind.cpp     [all...]
nancommand.h 98 int handleNdpResponse(NanResponseType ndpCmdtyp, struct nlattr **tb_vendor);
99 int handleNdpIndication(u32 ndpCmdType, struct nlattr **tb_vendor);
100 int getNdpRequest(struct nlattr **tb_vendor, NanDataPathRequestInd *event);
101 int getNdpConfirm(struct nlattr **tb_vendor, NanDataPathConfirmInd *event);
102 int getNdpEnd(struct nlattr **tb_vendor, NanDataPathEndInd *event);
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[
nan.cpp 1194 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_MAX + 1]; local
1216 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_AFTER_LAST + 1]; local
    [all...]
llstatscommand.h 112 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 129 struct nlattr **tb_vendor);
nan_rsp.cpp     [all...]
cpp_bindings.cpp 947 wifi_error WifiVendorCommand::get_mac_addr(struct nlattr **tb_vendor,
951 if (!tb_vendor[attribute]) {
960 if (nla_len(tb_vendor[attribute]) != sizeof(mac_addr)) {
965 memcpy(addr, (u8 *)nla_data(tb_vendor[attribute]),
966 nla_len(tb_vendor[attribute]));
cpp_bindings.h 452 virtual wifi_error get_mac_addr(struct nlattr **tb_vendor,
gscan.cpp     [all...]
wifilogger_diag.cpp     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c 878 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_MAX + 1]; local
880 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_MAX,
883 if (tb_vendor[QCA_WLAN_VENDOR_ATTR_DFS]) {
885 val = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_DFS]);
925 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_MAX + 1]; local
935 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_MAX,
938 if (tb_vendor[QCA_WLAN_VENDOR_ATTR_HE_SUPPORTED]) {
942 tb_vendor[QCA_WLAN_VENDOR_ATTR_HE_SUPPORTED]);
950 if (tb_vendor[QCA_WLAN_VENDOR_ATTR_PHY_CAPAB]) {
951 len = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_PHY_CAPAB])
1032 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_MAX + 1]; local
    [all...]
driver_nl80211_scan.c 1010 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_SCAN_MAX + 1]; local
1012 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_SCAN_MAX,
1015 if (tb_vendor[QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE])
1017 tb_vendor[QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE]);
    [all...]
driver_nl80211.c 9351 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_MAX + 1]; local
    [all...]

Completed in 291 milliseconds