Home
last modified time | relevance | path

Searched refs:i_bootstrap_len (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Ddpp_hostapd.c528 u16 r_bootstrap_len, i_bootstrap_len; in hostapd_dpp_rx_auth_req() local
548 &i_bootstrap_len); in hostapd_dpp_rx_auth_req()
549 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req()
555 i_bootstrap, i_bootstrap_len); in hostapd_dpp_rx_auth_req()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Ddpp_supplicant.c723 u16 r_bootstrap_len, i_bootstrap_len; in wpas_dpp_rx_auth_req() local
743 &i_bootstrap_len); in wpas_dpp_rx_auth_req()
744 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req()
750 i_bootstrap, i_bootstrap_len); in wpas_dpp_rx_auth_req()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c3088 i_bootstrap_len, channel_len; in dpp_auth_req_rx() local
3297 &i_bootstrap_len); in dpp_auth_req_rx()
3301 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx()
3303 i_bootstrap_len); in dpp_auth_req_rx()
3707 &i_bootstrap_len); in dpp_auth_resp_rx()
3716 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx()
4101 &i_bootstrap_len); in dpp_auth_conf_rx()
4110 i_bootstrap, i_bootstrap_len); in dpp_auth_conf_rx()
9299 u16 r_bootstrap_len, i_bootstrap_len; in dpp_controller_rx_auth_req() local
9318 &i_bootstrap_len); in dpp_controller_rx_auth_req()
[all …]