HomeSort by relevance Sort by last modified time
    Searched defs:action_code (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/ap/
wmm.c 135 u8 action_code, u8 dialogue_token, u8 status_code)
153 m->u.action.u.wmm_action.action_code = action_code;
265 int action_code; local
308 action_code = mgmt->u.action.u.wmm_action.action_code;
309 switch (action_code) {
329 action_code);
  /cts/tools/dasm/src/java_cup/
emit.java 80 action_code - user supplied declarations and other code to be
136 public static String action_code = null; field in class:emit
319 if (action_code != null)
322 out.println(action_code);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 169 final int action_code = action & MotionEvent.ACTION_MASK; local
175 switch (action_code) {
220 Log.w(TAG, "Unknown action type: " + action_code);
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 112 u8 action_code; /* TDLS frame type */ member in struct:wpa_tdls_peer::tpk_timer
199 u8 action_code, u8 dialog_token,
202 return wpa_sm_send_tdls_mgmt(sm, dst, action_code, dialog_token,
207 static int wpa_tdls_tpk_send(struct wpa_sm *sm, const u8 *dest, u8 action_code,
213 wpa_printf(MSG_DEBUG, "TDLS: TPK send dest=" MACSTR " action_code=%u "
215 MAC2STR(dest), action_code, dialog_token, status_code,
218 if (wpa_tdls_send_tpk_msg(sm, dest, action_code, dialog_token,
221 "(action_code=%u)", action_code);
225 if (action_code == WLAN_TDLS_SETUP_CONFIRM |
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 475 u8 action_code; member in struct:ieee80211_mgmt::__anon18398::__anon18408::__anon18409::__anon18410
481 u8 action_code; member in struct:ieee80211_mgmt::__anon18398::__anon18408::__anon18409::__anon18411
    [all...]

Completed in 129 milliseconds