Home
last modified time | relevance | path

Searched refs:nan_disable_req (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_nan_api.h46 struct nan_disable_req *nan_req);
H A Dwmi_unified_priv.h1191 struct nan_disable_req *nan_msg);
/wlan-driver/qcacld-3.0/components/nan/dispatcher/src/
H A Dnan_ucfg_api.c827 struct nan_disable_req *req = in_req; in ucfg_nan_discovery_req()
847 len = sizeof(struct nan_disable_req) + in ucfg_nan_discovery_req()
952 struct nan_disable_req nan_req = {0}; in ucfg_nan_disable_concurrency()
1320 struct nan_disable_req *nan_req; in ucfg_disable_nan_discovery()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_nan_api.c37 struct nan_disable_req *nan_msg) in wmi_unified_nan_disable_req_cmd()
H A Dwmi_unified_nan_tlv.c121 struct nan_disable_req *nan_msg) in send_nan_disable_req_cmd_tlv()
/wlan-driver/qcacld-3.0/components/nan/core/inc/
H A Dnan_public_structs.h617 struct nan_disable_req { struct
/wlan-driver/qcacld-3.0/components/nan/core/src/
H A Dnan_main.c1303 static QDF_STATUS nan_discovery_disable_req(struct nan_disable_req *req) in nan_discovery_disable_req()
1399 psoc = ((struct nan_disable_req *)msg->bodyptr)->psoc; in nan_discovery_flush_callback()
/wlan-driver/qcacld-3.0/components/target_if/nan/src/
H A Dtarget_if_nan.c836 static QDF_STATUS target_if_nan_disable_req(struct nan_disable_req *nan_req) in target_if_nan_disable_req()