Searched refs:action_code (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/src/ap/ |
D | wmm.c | 183 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()
|
/hostap-latest/src/rsn_supp/ |
D | tdls.c | 124 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 …]
|
D | wpa_i.h | 393 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()
|
D | wpa.h | 65 u8 action_code, u8 dialog_token,
|
/hostap-latest/wpa_supplicant/ |
D | driver_i.h | 581 const u8 *dst, u8 action_code, in wpa_drv_send_tdls_mgmt() argument 588 action_code, dialog_token, in wpa_drv_send_tdls_mgmt()
|
D | wpas_glue.c | 793 u8 action_code, u8 dialog_token, in wpa_supplicant_send_tdls_mgmt() argument 799 return wpa_drv_send_tdls_mgmt(wpa_s, dst, action_code, dialog_token, in wpa_supplicant_send_tdls_mgmt()
|
/hostap-latest/src/common/ |
D | ieee802_11_defs.h | 1053 u8 action_code; member 1059 u8 action_code; member
|
/hostap-latest/src/drivers/ |
D | driver.h | 4239 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code,
|
D | driver_nl80211.c | 10587 static int nl80211_send_tdls_mgmt(void *priv, const u8 *dst, u8 action_code, in nl80211_send_tdls_mgmt() argument 10611 nla_put_u8(msg, NL80211_ATTR_TDLS_ACTION, action_code) || in nl80211_send_tdls_mgmt()
|