Searched refs:prev_msg (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | ctrl_iface_unix.c | 811 struct ctrl_iface_msg *msg, *prev_msg; in wpas_global_ctrl_iface_flush_queued_msg() local 818 dl_list_for_each_safe(msg, prev_msg, &gpriv->msg_queue, in wpas_global_ctrl_iface_flush_queued_msg() 839 struct ctrl_iface_msg *msg, *prev_msg; in wpa_supplicant_ctrl_iface_deinit() local 908 dl_list_for_each_safe(msg, prev_msg, &priv->msg_queue, in wpa_supplicant_ctrl_iface_deinit() 915 dl_list_for_each_safe(msg, prev_msg, &gpriv->msg_queue, in wpa_supplicant_ctrl_iface_deinit() 1415 struct ctrl_iface_msg *msg, *prev_msg; in wpa_supplicant_global_ctrl_iface_deinit() local 1428 dl_list_for_each_safe(msg, prev_msg, &priv->msg_queue, in wpa_supplicant_global_ctrl_iface_deinit()
|
/hostap-latest/tests/hwsim/ |
D | test_ap_wps.py | 6559 def build_attr_authenticator(authkey, prev_msg, curr_msg): argument 6560 m = hmac.new(authkey, prev_msg + curr_msg, hashlib.sha256)
|