Searched refs:QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/os_if/nan/src/ |
D | os_if_nan.c | 76 [QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR] = { 417 errno = osif_nla_str(tb, QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR, &ifname); in os_if_nan_process_ndi_create() 468 errno = osif_nla_str(tb, QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR, &ifname); in os_if_nan_process_ndi_create() 558 errno = osif_nla_str(tb, QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR, &ifname); in os_if_nan_process_ndi_delete() 594 errno = osif_nla_str(tb, QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR, &ifname); in os_if_nan_process_ndi_delete() 856 errno = osif_nla_str(tb, QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR, &ifname); in os_if_nan_process_ndp_initiator_req() 912 errno = osif_nla_str(tb, QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR, in __os_if_nan_process_ndp_responder_req() 1190 if (tb[QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR]) { in os_if_nan_process_ndp_cmd() 1191 iface_name = nla_data(tb[QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR]); in os_if_nan_process_ndp_cmd() 1430 QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR].len + 1); in osif_ndp_get_ndp_req_ind_len() [all …]
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/ |
D | qca_vendor.h | 6188 QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR = 6, enumerator
|