Home
last modified time | relevance | path

Searched refs:action_code (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwmm.c124 u8 action_code, u8 dialogue_token, u8 status_code) in wmm_send_action() argument
142 m->u.action.u.wmm_action.action_code = action_code; in wmm_send_action()
256 int action_code; in hostapd_wmm_action() local
302 action_code = mgmt->u.action.u.wmm_action.action_code; in hostapd_wmm_action()
303 switch (action_code) { in hostapd_wmm_action()
323 action_code); in hostapd_wmm_action()
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_tdls_mgmt/
Dformat13 field:u8 action_code; offset:66; size:1; signed:0;
18 …), %pM, action_code: %u, dialog_token: %u, status_code: %u, buf: %#.2x ", REC->wiphy_name, REC->na…
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_tdls_mgmt/
Dformat13 field:u8 action_code; offset:66; size:1; signed:0;
19action_code: %u, dialog_token: %u, status_code: %u, peer_capability: %u buf: %#.2x ", REC->wiphy_n…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_tdls_mgmt/
Dformat13 field:u8 action_code; offset:66; size:1; signed:0;
20action_code: %u, dialog_token: %u, status_code: %u, peer_capability: %u initiator: %s buf: %#.2x "…
/external/wpa_supplicant_8/src/rsn_supp/
Dtdls.c124 u8 action_code; /* TDLS frame type */ member
242 u8 action_code, u8 dialog_token, in wpa_tdls_send_tpk_msg() argument
246 return wpa_sm_send_tdls_mgmt(sm, dst, action_code, dialog_token, in wpa_tdls_send_tpk_msg()
252 static int wpa_tdls_tpk_send(struct wpa_sm *sm, const u8 *dest, u8 action_code, in wpa_tdls_tpk_send() argument
261 MAC2STR(dest), action_code, dialog_token, status_code, in wpa_tdls_tpk_send()
264 if (wpa_tdls_send_tpk_msg(sm, dest, action_code, dialog_token, in wpa_tdls_tpk_send()
268 "(action_code=%u)", action_code); in wpa_tdls_tpk_send()
272 if (action_code == WLAN_TDLS_SETUP_CONFIRM || in wpa_tdls_tpk_send()
273 action_code == WLAN_TDLS_TEARDOWN || in wpa_tdls_tpk_send()
274 action_code == WLAN_TDLS_DISCOVERY_REQUEST || in wpa_tdls_tpk_send()
[all …]
Dwpa_i.h321 u8 action_code, u8 dialog_token, in wpa_sm_send_tdls_mgmt() argument
327 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code, in wpa_sm_send_tdls_mgmt()
Dwpa.h61 u8 action_code, u8 dialog_token,
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h549 const u8 *dst, u8 action_code, in wpa_drv_send_tdls_mgmt() argument
556 action_code, dialog_token, in wpa_drv_send_tdls_mgmt()
Dwpas_glue.c708 u8 action_code, u8 dialog_token, in wpa_supplicant_send_tdls_mgmt() argument
714 return wpa_drv_send_tdls_mgmt(wpa_s, dst, action_code, dialog_token, in wpa_supplicant_send_tdls_mgmt()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h921 u8 action_code; member
927 u8 action_code; member
/external/wpa_supplicant_8/src/drivers/
Ddriver.h3340 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code,
Ddriver_nl80211.c8399 static int nl80211_send_tdls_mgmt(void *priv, const u8 *dst, u8 action_code, in nl80211_send_tdls_mgmt() argument
8416 nla_put_u8(msg, NL80211_ATTR_TDLS_ACTION, action_code) || in nl80211_send_tdls_mgmt()