| /dflybsd-src/contrib/wpa_supplicant/src/ap/ |
| H A D | wmm.c | 188 u8 action_code, u8 dialogue_token, u8 status_code) in wmm_send_action() argument 206 m->u.action.u.wmm_action.action_code = action_code; in wmm_send_action() 320 int action_code; in hostapd_wmm_action() local 366 action_code = mgmt->u.action.u.wmm_action.action_code; in hostapd_wmm_action() 367 switch (action_code) { in hostapd_wmm_action() 387 action_code); in hostapd_wmm_action()
|
| /dflybsd-src/contrib/byacc/ |
| H A D | mkpar.c | 99 temp->action_code = SHIFT; in get_shifts() 142 while (next && next->symbol == symbol && next->action_code == SHIFT) in add_reduce() 149 next->action_code == REDUCE && next->number < ruleno) in add_reduce() 160 temp->action_code = REDUCE; in add_reduce() 208 if ((p->action_code == REDUCE) && MaySuppress(p)) in unused_rules() 261 else if (pref != 0 && pref->action_code == SHIFT) in remove_conflicts() 355 if (p->action_code == SHIFT && MaySuppress(p)) in sole_reduction() 357 else if ((p->action_code == REDUCE) && MaySuppress(p)) in sole_reduction()
|
| H A D | verbose.c | 141 if (p->action_code == SHIFT) in print_conflicts() 213 if (p->action_code == REDUCE && in print_nulls() 282 if (q->suppressed < 2 && q->action_code == SHIFT) in print_shifts() 290 if (p->action_code == SHIFT && p->suppressed == 0) in print_shifts() 294 if (backtrack && p->action_code == SHIFT && p->suppressed == 1) in print_shifts() 311 if (q->action_code == REDUCE && q->suppressed < 2) in print_reductions() 324 if (p->action_code == REDUCE && p->number != defred2) in print_reductions()
|
| H A D | output.c | 494 if (p->action_code == SHIFT) in token_actions() 499 else if (p->action_code == REDUCE && p->number != defred[i]) in token_actions() 509 if (p->action_code == SHIFT) in token_actions() 513 else if (p->action_code == REDUCE && p->number != defred[i]) in token_actions()
|
| H A D | defs.h | 276 char action_code; member
|
| /dflybsd-src/contrib/wpa_supplicant/src/rsn_supp/ |
| H A D | tdls.c | 124 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 …]
|
| H A D | wpa_i.h | 322 u8 action_code, u8 dialog_token, in wpa_sm_send_tdls_mgmt() argument 328 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code, in wpa_sm_send_tdls_mgmt()
|
| H A D | wpa.h | 61 u8 action_code, u8 dialog_token,
|
| /dflybsd-src/sys/dev/disk/buslogic/ |
| H A D | bt.c | 1311 if (bt->cur_outbox->action_code != BMBO_FREE) { in btexecuteccb() 1333 bt->cur_outbox->action_code = BMBO_START; in btexecuteccb() 2184 || bt->cur_outbox->action_code != BMBO_FREE in bttimeout() 2228 bt->cur_outbox->action_code = BMBO_START; in bttimeout()
|
| H A D | btreg.h | 463 u_int8_t action_code; member
|
| /dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
| H A D | driver_i.h | 559 const u8 *dst, u8 action_code, in wpa_drv_send_tdls_mgmt() argument 566 action_code, dialog_token, in wpa_drv_send_tdls_mgmt()
|
| H A D | wpas_glue.c | 708 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()
|
| /dflybsd-src/contrib/wpa_supplicant/src/common/ |
| H A D | ieee802_11_defs.h | 922 u8 action_code; member 928 u8 action_code; member
|
| /dflybsd-src/contrib/wpa_supplicant/src/drivers/ |
| H A D | driver.h | 3396 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code,
|
| H A D | driver_nl80211.c | 8452 static int nl80211_send_tdls_mgmt(void *priv, const u8 *dst, u8 action_code, in nl80211_send_tdls_mgmt() argument 8469 nla_put_u8(msg, NL80211_ATTR_TDLS_ACTION, action_code) || in nl80211_send_tdls_mgmt()
|