Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dwmm.c183 u8 action_code, u8 dialogue_token, u8 status_code) in wmm_send_action() argument
201 m->u.action.u.wmm_action.action_code = action_code; in wmm_send_action()
317 int action_code; in hostapd_wmm_action() local
363 action_code = mgmt->u.action.u.wmm_action.action_code; in hostapd_wmm_action()
364 switch (action_code) { in hostapd_wmm_action()
384 action_code); in hostapd_wmm_action()
/aosp_15_r20/external/wpa_supplicant_8/src/rsn_supp/
H A Dtdls.c124 u8 action_code; /* TDLS frame type */ member
260 u8 action_code, u8 dialog_token, in wpa_tdls_send_tpk_msg() argument
265 return wpa_sm_send_tdls_mgmt(sm, dst, action_code, dialog_token, in wpa_tdls_send_tpk_msg()
271 static int wpa_tdls_tpk_send(struct wpa_sm *sm, const u8 *dest, u8 action_code, in wpa_tdls_tpk_send() argument
281 MAC2STR(dest), action_code, dialog_token, status_code, in wpa_tdls_tpk_send()
284 if (wpa_tdls_send_tpk_msg(sm, dest, action_code, dialog_token, in wpa_tdls_tpk_send()
288 "(action_code=%u)", action_code); in wpa_tdls_tpk_send()
292 if (action_code == WLAN_TDLS_SETUP_CONFIRM || in wpa_tdls_tpk_send()
293 action_code == WLAN_TDLS_TEARDOWN || in wpa_tdls_tpk_send()
294 action_code == WLAN_TDLS_DISCOVERY_REQUEST || in wpa_tdls_tpk_send()
[all …]
H A Dwpa_i.h393 u8 action_code, u8 dialog_token, in wpa_sm_send_tdls_mgmt() argument
399 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code, in wpa_sm_send_tdls_mgmt()
H A Dwpa.h65 u8 action_code, u8 dialog_token,
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_tdls_mgmt/
H A 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…
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_tdls_mgmt/
H A 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…
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/cfg80211/rdev_tdls_mgmt/
H A 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 "…
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_tdls_mgmt/
H A 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 "…
/aosp_15_r20/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
H A DMultiTouchActivity.java169 final int action_code = action & MotionEvent.ACTION_MASK; in onTouch() local
175 switch (action_code) { in onTouch()
220 Log.w(TAG, "Unknown action type: " + action_code); in onTouch()
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/mac80211/drv_tdls_recv_channel_switch/
H A Dformat14 field:u8 action_code; offset:64; size:1; signed:0;
28 …name, __get_str(vif_name), REC->vif_type, REC->p2p ? "/p2p" : "", REC->action_code, REC->status, R…
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dhooks.rs509 action_code: c_int, in update_hook()
516 let action = Action::from(action_code); in update_hook()
593 action_code: c_int, in authorizer()
604 action_code, in authorizer()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dnb30.h131 USHORT action_code; member
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h579 const u8 *dst, u8 action_code, in wpa_drv_send_tdls_mgmt() argument
586 action_code, dialog_token, in wpa_drv_send_tdls_mgmt()
H A Dwpas_glue.c816 u8 action_code, u8 dialog_token, in wpa_supplicant_send_tdls_mgmt() argument
822 return wpa_drv_send_tdls_mgmt(wpa_s, dst, action_code, dialog_token, in wpa_supplicant_send_tdls_mgmt()
/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h1056 u8 action_code; member
1062 u8 action_code; member
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h4262 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code,
H A Ddriver_nl80211.c10760 static int nl80211_send_tdls_mgmt(void *priv, const u8 *dst, u8 action_code, in nl80211_send_tdls_mgmt() argument
10784 nla_put_u8(msg, NL80211_ATTR_TDLS_ACTION, action_code) || in nl80211_send_tdls_mgmt()
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs122932 pub action_code: USHORT, field
122955 unsafe { ::std::ptr::addr_of!((*ptr).action_code) as usize - ptr as usize }, in bindgen_test_layout__ACTION_HEADER()
122957 concat!("Offset of field: ", stringify!(_ACTION_HEADER), "::", stringify!(action_code)) in bindgen_test_layout__ACTION_HEADER()
/aosp_15_r20/kernel/prebuilts/mainline/arm64/
Dabi-full.stg55513 name: "action_code"
55519 name: "action_code"
Dabi.stg55513 name: "action_code"
55519 name: "action_code"