Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwmm.c135 u8 action_code, u8 dialogue_token, u8 status_code) in wmm_send_action() argument
153 m->u.action.u.wmm_action.action_code = action_code; in wmm_send_action()
265 int action_code; in hostapd_wmm_action() local
308 action_code = mgmt->u.action.u.wmm_action.action_code; in hostapd_wmm_action()
309 switch (action_code) { in hostapd_wmm_action()
329 action_code); in hostapd_wmm_action()
/external/wpa_supplicant_8/src/rsn_supp/
Dtdls.c112 u8 action_code; /* TDLS frame type */ member
191 u8 action_code, u8 dialog_token, in wpa_tdls_send_tpk_msg() argument
194 return wpa_sm_send_tdls_mgmt(sm, dst, action_code, dialog_token, in wpa_tdls_send_tpk_msg()
199 static int wpa_tdls_tpk_send(struct wpa_sm *sm, const u8 *dest, u8 action_code, in wpa_tdls_tpk_send() argument
207 MAC2STR(dest), action_code, dialog_token, status_code, in wpa_tdls_tpk_send()
210 if (wpa_tdls_send_tpk_msg(sm, dest, action_code, dialog_token, in wpa_tdls_tpk_send()
213 "(action_code=%u)", action_code); in wpa_tdls_tpk_send()
217 if (action_code == WLAN_TDLS_SETUP_CONFIRM || in wpa_tdls_tpk_send()
218 action_code == WLAN_TDLS_TEARDOWN || in wpa_tdls_tpk_send()
219 action_code == WLAN_TDLS_DISCOVERY_REQUEST || in wpa_tdls_tpk_send()
[all …]
Dwpa_i.h270 u8 action_code, u8 dialog_token, in wpa_sm_send_tdls_mgmt() argument
275 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code, in wpa_sm_send_tdls_mgmt()
Dwpa.h56 u8 action_code, u8 dialog_token,
/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dieee802_11_defs.h301 u8 action_code; member
307 u8 action_code; member
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h454 u8 action_code; member
460 u8 action_code; member
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c544 u8 action_code, u8 dialog_token, in wpa_supplicant_send_tdls_mgmt() argument
549 return wpa_drv_send_tdls_mgmt(wpa_s, dst, action_code, dialog_token, in wpa_supplicant_send_tdls_mgmt()
Ddriver_i.h631 const u8 *dst, u8 action_code, in wpa_drv_send_tdls_mgmt() argument
637 action_code, dialog_token, in wpa_drv_send_tdls_mgmt()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h2348 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code,
Ddriver_nl80211.c8742 static int nl80211_send_tdls_mgmt(void *priv, const u8 *dst, u8 action_code, in nl80211_send_tdls_mgmt() argument
8763 NLA_PUT_U8(msg, NL80211_ATTR_TDLS_ACTION, action_code); in nl80211_send_tdls_mgmt()