Home
last modified time | relevance | path

Searched refs:dialog_token (Results 1 – 25 of 61) sorted by relevance

123

/freebsd-src/contrib/wpa/src/common/
H A Dgas.c18 gas_build_req(u8 action, u8 dialog_token, size_t size) in gas_build_req() argument
28 wpabuf_put_u8(buf, dialog_token); in gas_build_req()
34 struct wpabuf * gas_build_initial_req(u8 dialog_token, size_t size) in gas_build_initial_req() argument
36 return gas_build_req(WLAN_PA_GAS_INITIAL_REQ, dialog_token, in gas_build_initial_req()
41 struct wpabuf * gas_build_comeback_req(u8 dialog_token) in gas_build_comeback_req() argument
43 return gas_build_req(WLAN_PA_GAS_COMEBACK_REQ, dialog_token, 0); in gas_build_comeback_req()
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, in gas_build_resp() argument
59 wpabuf_put_u8(buf, dialog_token); in gas_build_resp()
70 gas_build_initial_resp(u8 dialog_token, u16 status_code, u16 comeback_delay, in gas_build_initial_resp() argument
73 return gas_build_resp(WLAN_PA_GAS_INITIAL_RESP, dialog_token, in gas_build_initial_resp()
[all …]
H A Dgas.h13 struct wpabuf * gas_build_initial_req(u8 dialog_token, size_t size);
14 struct wpabuf * gas_build_comeback_req(u8 dialog_token);
15 struct wpabuf * gas_build_initial_resp(u8 dialog_token, u16 status_code,
18 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more,
20 struct wpabuf * gas_anqp_build_initial_req(u8 dialog_token, size_t size);
21 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code,
23 struct wpabuf * gas_anqp_build_initial_resp_buf(u8 dialog_token,
27 struct wpabuf * gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code,
30 struct wpabuf * gas_anqp_build_comeback_resp_buf(u8 dialog_token,
H A Dgas_server.c43 u8 dialog_token;
65 " (dialog_token=%u freq=%d frag_id=%u sent=%lu/%lu) - drop pending data", in gas_server_response_timeout()
66 response, MAC2STR(response->dst), response->dialog_token, in gas_server_response_timeout()
121 resp = gas_build_initial_resp(response->dialog_token, in gas_server_send_resp()
167 const u8 *bssid, int freq, u8 dialog_token, in gas_server_rx_initial_req()
238 response->dialog_token = dialog_token; in gas_server_rx_initial_req()
279 resp = gas_build_comeback_resp(response->dialog_token, in gas_server_handle_rx_comeback_req()
311 resp = gas_build_comeback_resp(response->dialog_token, in gas_server_handle_rx_comeback_req()
348 const u8 *bssid, int freq, u8 dialog_token) in gas_server_rx_comeback_req()
42 u8 dialog_token; global() member
91 gas_server_send_resp(struct gas_server * gas,struct gas_server_handler * handler,struct gas_server_response * response,const u8 * da,int freq,u8 dialog_token,struct wpabuf * query_resp,u16 comeback_delay) gas_server_send_resp() argument
165 gas_server_rx_initial_req(struct gas_server * gas,const u8 * da,const u8 * sa,const u8 * bssid,int freq,u8 dialog_token,const u8 * data,size_t len) gas_server_rx_initial_req() argument
336 gas_server_rx_comeback_req(struct gas_server * gas,const u8 * da,const u8 * sa,const u8 * bssid,int freq,u8 dialog_token) gas_server_rx_comeback_req() argument
371 u8 action, dialog_token; gas_server_rx() local
440 u8 action, code, dialog_token; gas_server_tx_status() local
[all...]
/freebsd-src/contrib/wpa/src/ap/
H A Dgas_query_ap.c41 u8 dialog_token;
52 void (*cb)(void *ctx, const u8 *dst, u8 dialog_token,
149 " dialog_token=%u freq=%d status_code=%u result=%s", in gas_query_done()
150 MAC2STR(query->addr), query->dialog_token, query->freq, in gas_query_done()
158 query->cb(query->ctx, query->addr, query->dialog_token, result, in gas_query_done()
184 gas_query_get_pending(struct gas_query_ap *gas, const u8 *addr, u8 dialog_token) in gas_query_get_pending()
189 q->dialog_token == dialog_token) in gas_query_get_pending()
224 " ok=%d query=%p dialog_token=%u dur=%d ms", in gas_query_ap_tx_status()
225 MAC2STR(dst), ok, query, query->dialog_token, du in gas_query_ap_tx_status()
39 u8 dialog_token; global() member
182 gas_query_get_pending(struct gas_query_ap * gas,const u8 * addr,u8 dialog_token) gas_query_get_pending() argument
309 int dialog_token; gas_query_rx_comeback_timeout() local
470 u8 action, dialog_token, frag_id = 0, more_frags = 0; gas_query_ap_rx() local
613 gas_query_dialog_token_available(struct gas_query_ap * gas,const u8 * dst,u8 dialog_token) gas_query_dialog_token_available() argument
648 int dialog_token; gas_query_new_dialog_token() local
676 gas_query_ap_req(struct gas_query_ap * gas,const u8 * dst,int freq,struct wpabuf * req,void (* cb)(void * ctx,const u8 * dst,u8 dialog_token,enum gas_query_ap_result result,const struct wpabuf * adv_proto,const struct wpabuf * resp,u16 status_code),void * ctx) gas_query_ap_req() argument
683 int dialog_token; gas_query_ap_req() local
[all...]
H A Dwnm_ap.c63 const u8 *addr, u8 dialog_token, in ieee802_11_send_wnmsleep_resp()
171 mgmt->u.action.u.wnm_sleep_resp.dialogtoken = dialog_token; in ieee802_11_send_wnmsleep_resp()
280 u8 dialog_token; in ieee802_11_rx_wnmsleep_req()
306 dialog_token = *pos++; in ieee802_11_rx_wnmsleep_req()
370 ieee802_11_send_wnmsleep_resp(hapd, addr, dialog_token, in ieee802_11_send_bss_trans_mgmt_request()
384 u8 dialog_token) in ieee802_11_send_bss_trans_mgmt_request()
407 mgmt->u.action.u.bss_tm_req.dialog_token = dialog_token; in ieee802_11_rx_bss_trans_mgmt_query()
414 MACSTR " dialog_token=%u req_mode=0x%x disassoc_timer=%u " in ieee802_11_rx_bss_trans_mgmt_query()
416 MAC2STR(addr), dialog_token, in ieee802_11_rx_bss_trans_mgmt_query()
49 ieee802_11_send_wnmsleep_resp(struct hostapd_data * hapd,const u8 * addr,u8 dialog_token,u8 action_type,u16 intval) ieee802_11_send_wnmsleep_resp() argument
262 u8 dialog_token; ieee802_11_rx_wnmsleep_req() local
366 ieee802_11_send_bss_trans_mgmt_request(struct hostapd_data * hapd,const u8 * addr,u8 dialog_token) ieee802_11_send_bss_trans_mgmt_request() argument
409 u8 dialog_token, reason; ieee802_11_rx_bss_trans_mgmt_query() local
465 u8 dialog_token, status_code, bss_termination_delay; ieee802_11_rx_bss_trans_mgmt_resp() local
566 u8 dialog_token, type; ieee802_11_rx_wnm_notification_req() local
595 u8 dialog_token; ieee802_11_rx_wnm_coloc_intf_report() local
791 wnm_send_bss_tm_req(struct hostapd_data * hapd,struct sta_info * sta,u8 req_mode,int disassoc_timer,u8 valid_int,const u8 * bss_term_dur,u8 dialog_token,const char * url,const u8 * nei_rep,size_t nei_rep_len,const u8 * mbo_attrs,size_t mbo_len) wnm_send_bss_tm_req() argument
874 u8 dialog_token = 1; wnm_send_coloc_intf_req() local
[all...]
H A Dgas_serv.c47 gas_dialog_create(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token) in gas_dialog_create() argument
94 dia->dialog_token = dialog_token; in gas_dialog_create()
100 MACSTR " dialog_token %u. Consider increasing " in gas_dialog_create()
101 "GAS_DIALOG_MAX.", MAC2STR(addr), dialog_token); in gas_dialog_create()
109 u8 dialog_token) in gas_serv_dialog_find() argument
121 if (sta->gas_dialog[i].dialog_token != dialog_token || in gas_serv_dialog_find()
128 MACSTR " dialog_token %u", MAC2STR(addr), dialog_token); in gas_serv_dialog_find()
1449 gas_serv_req_local_processing(struct hostapd_data * hapd,const u8 * sa,u8 dialog_token,struct anqp_query_info * qi,int prot,int std_addr3) gas_serv_req_local_processing() argument
1526 gas_serv_req_dpp_processing(struct hostapd_data * hapd,const u8 * sa,u8 dialog_token,int prot,struct wpabuf * buf) gas_serv_req_dpp_processing() argument
1601 u8 dialog_token; gas_serv_rx_gas_initial_req() local
1741 u8 dialog_token; gas_serv_rx_gas_comeback_req() local
[all...]
H A Dgas_serv.h74 u8 dialog_token; member
85 u8 dialog_token);
92 const u8 *sa, u8 dialog_token,
H A Drrm.c103 token = mgmt->u.action.u.rrm.dialog_token; in hostapd_handle_radio_msmt_report()
200 const u8 *addr, u8 dialog_token, in hostapd_send_nei_report_resp() argument
219 wpabuf_put_u8(buf, dialog_token); in hostapd_send_nei_report_resp()
296 token = mgmt->u.action.u.rrm.dialog_token; in hostapd_handle_nei_report_req()
364 (hapd->link_measurement_req_token != report->dialog_token)) { in hostapd_handle_radio_measurement()
367 report->dialog_token); in hostapd_send_lci_req()
380 MAC2STR(mgmt->sa), report->dialog_token, report_msg); in hostapd_send_lci_req()
724 mgmt->u.action.u.rrm.dialog_token, ok);
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dgas_query.c42 u8 dialog_token;
55 void (*cb)(void *ctx, const u8 *dst, u8 dialog_token,
162 " dialog_token=%u freq=%d status_code=%u result=%s", in gas_query_done()
163 MAC2STR(query->addr), query->dialog_token, query->freq, in gas_query_done()
173 query->cb(query->ctx, query->addr, query->dialog_token, result, in gas_query_done()
199 gas_query_get_pending(struct gas_query *gas, const u8 *addr, u8 dialog_token) in gas_query_get_pending()
206 q->dialog_token == dialog_token) in gas_query_get_pending()
250 " result=%d query=%p dialog_token=%u dur=%d ms", in gas_query_tx_status()
251 freq, MAC2STR(dst), result, query, query->dialog_token, du in gas_query_tx_status()
40 u8 dialog_token; global() member
197 gas_query_get_pending(struct gas_query * gas,const u8 * addr,u8 dialog_token) gas_query_get_pending() argument
346 int dialog_token; gas_query_rx_comeback_timeout() local
514 u8 action, dialog_token, frag_id = 0, more_frags = 0; gas_query_rx() local
657 gas_query_dialog_token_available(struct gas_query * gas,const u8 * dst,u8 dialog_token) gas_query_dialog_token_available() argument
724 u8 dialog_token; gas_query_new_dialog_token() local
824 gas_query_req(struct gas_query * gas,const u8 * dst,int freq,int wildcard_bssid,int maintain_addr,struct wpabuf * req,void (* cb)(void * ctx,const u8 * dst,u8 dialog_token,enum gas_query_result result,const struct wpabuf * adv_proto,const struct wpabuf * resp,u16 status_code),void * ctx) gas_query_req() argument
831 int dialog_token; gas_query_req() local
876 gas_query_stop(struct gas_query * gas,u8 dialog_token) gas_query_stop() argument
[all...]
H A Dgas_query.h38 void (*cb)(void *ctx, const u8 *dst, u8 dialog_token,
43 int gas_query_stop(struct gas_query *gas, u8 dialog_token);
H A Drobust_av.c304 wpa_s->robust_av.dialog_token++; in allocate_scs_buf()
305 wpabuf_put_u8(buf, wpa_s->robust_av.dialog_token); in allocate_scs_buf()
734 u8 dialog_token; in write_ipv4_info()
741 dialog_token = *buf++; in write_ipv4_info()
745 if (!dialog_token && !wpa_s->mscs_setup_done) { in write_ipv4_info()
751 if (dialog_token && dialog_token != wpa_s->robust_av.dialog_token) { in write_ipv4_info()
754 dialog_token, wpa_s->robust_av.dialog_token); in write_ipv4_info()
503 u8 dialog_token; wpas_handle_robust_av_recv_action() local
600 u8 dialog_token; wpas_handle_robust_av_scs_recv_action() local
[all...]
H A Dwnm_sta.c1051 " dialog_token=%u status=%u reason=%u delay=%d", in wnm_send_bss_transition_mgmt_resp()
1411 "dialog_token=%u request_mode=0x%x " in ieee802_11_rx_bss_trans_mgmt_req()
1864 u8 dialog_token, type; in ieee802_11_rx_wnm_coloc_intf_req()
1872 dialog_token = *pos++; in ieee802_11_rx_wnm_coloc_intf_req()
1876 "(dialog_token %u type %u sa " MACSTR ")",
1877 dialog_token, type, MAC2STR(sa)); in ieee802_11_rx_wnm_action()
1906 u8 dialog_token, req_info, auto_report, timeout; in ieee802_11_rx_wnm_action()
1915 dialog_token = frm[0]; in ieee802_11_rx_wnm_action()
1921 "WNM: Received Collocated Interference Request (dialog_token %u auto_report %u timeout %u sa " MACSTR ")", in wnm_send_coloc_intf_report() argument
1922 dialog_token, auto_repor in wnm_send_coloc_intf_report()
1016 wnm_send_bss_transition_mgmt_resp(struct wpa_supplicant * wpa_s,u8 dialog_token,enum bss_trans_mgmt_status_code status,enum mbo_transition_reject_reason reason,u8 delay,const u8 * target_bssid) wnm_send_bss_transition_mgmt_resp() argument
1801 u8 dialog_token, type; ieee802_11_rx_wnm_notif_req() local
1841 u8 dialog_token, req_info, auto_report, timeout; ieee802_11_rx_wnm_coloc_intf_req() local
[all...]
H A Dwmm_ac.c191 wpabuf_put_u8(buf, req->dialog_token); in wmm_ac_send_addts_request()
283 addts_req->dialog_token = wpa_s->wmm_ac_last_dialog_token; in wmm_ac_build_addts_req()
673 if (!req || req->dialog_token != resp_dialog_token) { in wmm_ac_handle_addts_resp()
736 u8 dialog_token; in wmm_ac_rx_action() local
779 dialog_token = data[0]; in wmm_ac_rx_action()
803 wmm_ac_handle_addts_resp(wpa_s, sa, dialog_token, status_code, in wmm_ac_rx_action()
/freebsd-src/contrib/wpa/src/p2p/
H A Dp2p_dev_disc.c28 go->dialog_token++; in p2p_build_dev_disc_req()
29 if (go->dialog_token == 0) in p2p_build_dev_disc_req()
30 go->dialog_token = 1; in p2p_build_dev_disc_req()
31 p2p_buf_add_public_action_hdr(buf, P2P_DEV_DISC_REQ, go->dialog_token); in p2p_build_dev_disc_req()
110 static struct wpabuf * p2p_build_dev_disc_resp(u8 dialog_token, u8 status) in p2p_build_dev_disc_resp() argument
119 p2p_buf_add_public_action_hdr(buf, P2P_DEV_DISC_RESP, dialog_token); in p2p_build_dev_disc_resp()
137 static void p2p_send_dev_disc_resp(struct p2p_data *p2p, u8 dialog_token, in p2p_send_dev_disc_resp() argument
142 resp = p2p_build_dev_disc_resp(dialog_token, status); in p2p_send_dev_disc_resp()
173 if (msg.dialog_token == 0) { in p2p_process_dev_disc_req()
175 p2p_send_dev_disc_resp(p2p, msg.dialog_token, s in p2p_process_dev_disc_req()
[all...]
H A Dp2p_sd.c194 u8 dialog_token, int freq) in p2p_send_gas_comeback_req()
198 req = gas_build_comeback_req(dialog_token); in p2p_send_gas_comeback_req()
211 static struct wpabuf * p2p_build_sd_response(u8 dialog_token, u16 status_code,
219 buf = gas_anqp_build_initial_resp(dialog_token, status_code, in p2p_build_sd_response()
241 static struct wpabuf * p2p_build_gas_comeback_resp(u8 dialog_token,
250 buf = gas_anqp_build_comeback_resp(dialog_token, status_code, frag_id, in p2p_build_gas_comeback_resp()
332 u8 dialog_token; in p2p_rx_gas_initial_req()
352 dialog_token = *pos++; in p2p_rx_gas_initial_req()
355 MAC2STR(sa), dialog_token, rx_freq); in p2p_rx_gas_initial_req()
416 p2p->cfg->sd_request(p2p->cfg->cb_ctx, freq, sa, dialog_token, in p2p_rx_gas_initial_req()
195 p2p_send_gas_comeback_req(struct p2p_data * p2p,const u8 * dst,u8 dialog_token,int freq) p2p_send_gas_comeback_req() argument
212 p2p_build_sd_response(u8 dialog_token,u16 status_code,u16 comeback_delay,u16 update_indic,const struct wpabuf * tlvs) p2p_build_sd_response() argument
242 p2p_build_gas_comeback_resp(u8 dialog_token,u16 status_code,u16 update_indic,const u8 * data,size_t len,u8 frag_id,u8 more,u16 total_len) p2p_build_gas_comeback_resp() argument
334 u8 dialog_token; p2p_rx_gas_initial_req() local
425 p2p_sd_response(struct p2p_data * p2p,int freq,const u8 * dst,u8 dialog_token,const struct wpabuf * resp_tlvs) p2p_sd_response() argument
488 u8 dialog_token; p2p_rx_gas_initial_resp() local
625 u8 dialog_token; p2p_rx_gas_comeback_req() local
700 u8 dialog_token; p2p_rx_gas_comeback_resp() local
[all...]
H A Dp2p_invitation.c57 peer->dialog_token++; in p2p_build_invitation_req()
58 if (peer->dialog_token == 0) in p2p_build_invitation_req()
59 peer->dialog_token = 1; in p2p_build_invitation_req()
61 peer->dialog_token); in p2p_build_invitation_req()
114 u8 dialog_token, u8 status, in p2p_build_invitation_resp()
152 dialog_token); in p2p_build_invitation_resp()
388 resp = p2p_build_invitation_resp(p2p, dev, msg.dialog_token, status, in p2p_process_invitation_req()
491 msg.dialog_token != dev->dialog_token) { in p2p_process_invitation_resp()
493 msg.dialog_token, de in p2p_process_invitation_resp()
110 p2p_build_invitation_resp(struct p2p_data * p2p,struct p2p_device * peer,u8 dialog_token,u8 status,const u8 * group_bssid,u8 reg_class,u8 channel,struct p2p_channels * channels) p2p_build_invitation_resp() argument
[all...]
H A Dp2p_go_neg.c160 p2p_buf_add_public_action_hdr(buf, P2P_GO_NEG_REQ, peer->dialog_token); in p2p_build_go_neg_req()
290 u8 dialog_token, u8 status, in p2p_build_go_neg_resp()
315 p2p_buf_add_public_action_hdr(buf, P2P_GO_NEG_RESP, dialog_token); in p2p_build_go_neg_resp()
1086 dev->dialog_token = msg.dialog_token; in p2p_build_go_neg_conf()
1096 resp = p2p_build_go_neg_resp(p2p, dev, msg.dialog_token, status, in p2p_build_go_neg_conf()
1141 u8 dialog_token, u8 status, in p2p_build_go_neg_conf()
1165 p2p_buf_add_public_action_hdr(buf, P2P_GO_NEG_CONF, dialog_token); in p2p_process_go_neg_resp()
1244 if (msg.dialog_token != dev->dialog_token) { in p2p_process_go_neg_resp()
273 p2p_build_go_neg_resp(struct p2p_data * p2p,struct p2p_device * peer,u8 dialog_token,u8 status,u8 tie_breaker) p2p_build_go_neg_resp() argument
1080 p2p_build_go_neg_conf(struct p2p_data * p2p,struct p2p_device * peer,u8 dialog_token,u8 status,const u8 * resp_chan,int go) p2p_build_go_neg_conf() argument
[all...]
H A Dp2p_pd.c191 u8 dialog_token = dev->dialog_token; in p2p_build_prov_disc_req()
212 p2p_buf_add_public_action_hdr(buf, P2P_PROV_DISC_REQ, dialog_token); in p2p_build_prov_disc_req()
254 u8 dialog_token, in p2p_build_prov_disc_resp()
297 p2p_buf_add_public_action_hdr(buf, P2P_PROV_DISC_RESP, dialog_token); in p2p_build_prov_disc_resp()
985 resp = p2p_build_prov_disc_resp(p2p, dev, msg.dialog_token, in p2p_process_prov_disc_req()
1373 if (dev->dialog_token != msg.dialog_token) { in p2p_process_prov_disc_resp()
1375 msg.dialog_token, dev->dialog_token); in p2p_process_prov_disc_resp()
185 u8 dialog_token = dev->dialog_token; p2p_build_prov_disc_req() local
248 p2p_build_prov_disc_resp(struct p2p_data * p2p,struct p2p_device * dev,u8 dialog_token,enum p2p_status_code status,u16 config_methods,u32 adv_id,const u8 * group_id,size_t group_id_len,const u8 * persist_ssid,size_t persist_ssid_len,const u8 * fcap,u16 fcap_len) p2p_build_prov_disc_resp() argument
[all...]
H A Dp2p_build.c19 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token) in p2p_buf_add_action_hdr()
25 wpabuf_put_u8(buf, dialog_token); in p2p_buf_add_action_hdr()
26 wpa_printf(MSG_DEBUG, "P2P: * Dialog Token: %d", dialog_token); in p2p_buf_add_action_hdr()
31 u8 dialog_token) in p2p_buf_add_public_action_hdr()
38 wpabuf_put_u8(buf, dialog_token); in p2p_buf_add_public_action_hdr()
39 wpa_printf(MSG_DEBUG, "P2P: * Dialog Token: %d", dialog_token); in p2p_buf_add_public_action_hdr()
18 p2p_buf_add_action_hdr(struct wpabuf * buf,u8 subtype,u8 dialog_token) p2p_buf_add_action_hdr() argument
30 p2p_buf_add_public_action_hdr(struct wpabuf * buf,u8 subtype,u8 dialog_token) p2p_buf_add_public_action_hdr() argument
/freebsd-src/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-sync.c15 static bool iwl_mvm_is_skb_match(struct sk_buff *skb, u8 *addr, u8 dialog_token) in iwl_mvm_is_skb_match() argument
21 skb_dialog_token = mgmt->u.action.u.wnm_timing_msr.dialog_token; in iwl_mvm_is_skb_match()
23 skb_dialog_token = mgmt->u.action.u.ftm.dialog_token; in iwl_mvm_is_skb_match()
27 skb_dialog_token == dialog_token) in iwl_mvm_is_skb_match()
34 u8 dialog_token) in iwl_mvm_time_sync_find_skb() argument
43 if (iwl_mvm_is_skb_match(skb, addr, dialog_token)) in iwl_mvm_time_sync_find_skb()
68 le32_to_cpu(notif->dialog_token)); in iwl_mvm_time_sync_msmt_event()
104 le32_to_cpu(notif->dialog_token)); in iwl_mvm_time_sync_msmt_confirm_event()
/freebsd-src/contrib/wpa/src/fst/
H A Dfst_defs.h49 u8 dialog_token; member
60 u8 dialog_token; member
72 u8 dialog_token; member
78 u8 dialog_token; member
H A Dfst_session.c487 s->data.pending_setup_req_dlgt = req->dialog_token; in fst_session_handle_setup_request()
541 if (res->dialog_token != s->data.pending_setup_req_dlgt) { in fst_session_handle_setup_response()
545 res->dialog_token); in fst_session_handle_setup_response()
685 res.dialog_token = req->dialog_token; in fst_session_handle_ack_request()
816 u8 dialog_token; in fst_session_initiate_setup()
880 dialog_token = fst_group_assign_dialog_token(s->group); in fst_session_initiate_setup()
890 req.dialog_token = dialog_token; in fst_session_initiate_setup()
910 s->data.pending_setup_req_dlgt = dialog_token; in fst_session_initiate_setup()
818 u8 dialog_token; fst_session_initiate_setup() local
1032 u8 dialog_token; fst_session_initiate_switch() local
[all...]
H A Dfst_group.c255 g->dialog_token++;
256 if (g->dialog_token == 0)
257 g->dialog_token++; in fst_group_assign_fsts_id()
258 return g->dialog_token; in fst_group_assign_fsts_id()
/freebsd-src/contrib/wpa/src/rsn_supp/
H A Dtdls.c125 u8 dialog_token; member
260 u8 action_code, u8 dialog_token, in wpa_tdls_tpk_send()
265 return wpa_sm_send_tdls_mgmt(sm, dst, action_code, dialog_token, in wpa_tdls_tpk_send()
272 u8 dialog_token, u16 status_code, u32 peer_capab, in wpa_tdls_tpk_send()
279 "dialog_token=%u status_code=%u peer_capab=%u initiator=%d " in wpa_tdls_tpk_send()
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()
322 peer->sm_tmr.dialog_token = dialog_token;
378 peer->sm_tmr.dialog_token, in wpa_tdls_tpk_retry_timeout()
246 wpa_tdls_send_tpk_msg(struct wpa_sm * sm,const u8 * dst,u8 action_code,u8 dialog_token,u16 status_code,u32 peer_capab,int initiator,const u8 * buf,size_t len) wpa_tdls_send_tpk_msg() argument
257 wpa_tdls_tpk_send(struct wpa_sm * sm,const u8 * dest,u8 action_code,u8 dialog_token,u16 status_code,u32 peer_capab,int initiator,const u8 * msg,size_t msg_len) wpa_tdls_tpk_send() argument
761 u8 dialog_token; wpa_tdls_send_teardown() local
1029 wpa_tdls_send_error(struct wpa_sm * sm,const u8 * dst,u8 tdls_action,u8 dialog_token,int initiator,u16 status) wpa_tdls_send_error() argument
1444 wpa_tdls_send_discovery_response(struct wpa_sm * sm,struct wpa_tdls_peer * peer,u8 dialog_token) wpa_tdls_send_discovery_response() argument
1537 u8 dialog_token; wpa_tdls_process_discovery_request() local
[all...]
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h526 uint8_t dialog_token;
535 uint8_t dialog_token;
546 uint8_t dialog_token;
555 uint8_t dialog_token;
513 uint8_t dialog_token; global() member
522 uint8_t dialog_token; global() member
533 uint8_t dialog_token; global() member
542 uint8_t dialog_token; global() member

123