Home
last modified time | relevance | path

Searched refs:chk_frame (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/os_if/tdls/src/
H A Dwlan_cfg80211_tdls.c1143 mgmt_req.chk_frame.action_code = action_code; in wlan_cfg80211_tdls_mgmt()
1144 qdf_mem_copy(mgmt_req.chk_frame.peer_mac, peer_mac, QDF_MAC_ADDR_SIZE); in wlan_cfg80211_tdls_mgmt()
1145 mgmt_req.chk_frame.dialog_token = dialog_token; in wlan_cfg80211_tdls_mgmt()
1146 mgmt_req.chk_frame.action_code = action_code; in wlan_cfg80211_tdls_mgmt()
1147 mgmt_req.chk_frame.status_code = status_code; in wlan_cfg80211_tdls_mgmt()
1148 mgmt_req.chk_frame.len = len; in wlan_cfg80211_tdls_mgmt()
1160 mgmt_req.tdls_mgmt.status_code = mgmt_req.chk_frame.status_code; in wlan_cfg80211_tdls_mgmt()
/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_mgmt.c839 tdls_reset_nss(tdls_soc_obj, action_req->chk_frame.action_code); in tdls_activate_send_mgmt_request()
1001 !tdls_mgmt_req->chk_frame.responder; in tdls_process_mgmt_req()
1003 tdls_mgmt_req->chk_frame.status_code; in tdls_process_mgmt_req()
H A Dwlan_tdls_cmds_process.c876 &tdls_mgmt_req->chk_frame; in tdls_validate_mgmt_request()
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/
H A Dwlan_tdls_public_structs.h1193 struct tdls_validate_action_req chk_frame; member
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/src/
H A Dwlan_tdls_ucfg_api.c930 mgmt_req->session_id, req->chk_frame.action_code); in ucfg_tdls_send_mgmt_frame()