Searched refs:msgtype (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/ap/ |
D | fils_hlp.c | 159 u8 msgtype = 0; in fils_dhcp_handler() local 216 msgtype = pos[0]; in fils_dhcp_handler() 230 msgtype, rapid_commit, MAC2STR(dhcp->hw_addr)); in fils_dhcp_handler() 240 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPOFFER && in fils_dhcp_handler() 247 } else if (msgtype != DHCPACK) { in fils_dhcp_handler() 275 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPACK && in fils_dhcp_handler() 332 u8 msgtype = 0; in fils_process_hlp_dhcp() local 374 msgtype = pos[0]; in fils_process_hlp_dhcp() 383 wpa_printf(MSG_DEBUG, "FILS: HLP - DHCP message type %u", msgtype); in fils_process_hlp_dhcp() 384 if (msgtype != DHCPDISCOVER) in fils_process_hlp_dhcp()
|
D | dhcp_snoop.c | 40 int res, msgtype = 0, prefixlen = 32; in handle_dhcp() local 84 msgtype = opt[2]; in handle_dhcp() 102 if (msgtype == DHCPACK) { in handle_dhcp()
|
D | wpa_auth_ft.c | 1061 const char *msgtype, int no_defer) in wpa_ft_rrb_seq_chk() argument 1070 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_chk() 1116 MACSTR, msgtype, MAC2STR(src_addr)); in wpa_ft_rrb_seq_chk() 1121 msgtype, MAC2STR(src_addr)); in wpa_ft_rrb_seq_chk() 1131 const char *msgtype) in wpa_ft_rrb_seq_accept() argument 1140 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_accept() 3991 const char *msgtype = "pull request"; in wpa_ft_rrb_rx_pull() local 4009 RRB_GET_AUTH(FT_RRB_R0KH_ID, r0kh_id, msgtype, -1); in wpa_ft_rrb_rx_pull() 4017 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_pull() 4038 auth, auth_len, msgtype, no_defer); in wpa_ft_rrb_rx_pull() [all …]
|
/hostap-latest/tests/hwsim/ |
D | test_ap_wps.py | 6104 def wps_m2_but_other(dev, apdev, title, msgtype): argument 6120 msg = msg[0:54] + msgtype + msg[56:] 6130 def wps_m4_but_other(dev, apdev, title, msgtype): argument 6148 msg = msg[0:54] + msgtype + msg[56:]
|