Home
last modified time | relevance | path

Searched refs:r_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
538 &r_bootstrap_len); in hostapd_dpp_rx_auth_req()
539 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req()
545 r_bootstrap, r_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
733 &r_bootstrap_len); in wpas_dpp_rx_auth_req()
734 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req()
740 r_bootstrap, r_bootstrap_len); in wpas_dpp_rx_auth_req()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c3648 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_resp_rx() local
3687 &r_bootstrap_len); in dpp_auth_resp_rx()
3688 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_resp_rx()
3694 r_bootstrap, r_bootstrap_len); in dpp_auth_resp_rx()
4081 &r_bootstrap_len); in dpp_auth_conf_rx()
4082 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_conf_rx()
4088 r_bootstrap, r_bootstrap_len); in dpp_auth_conf_rx()
9299 u16 r_bootstrap_len, i_bootstrap_len; in dpp_controller_rx_auth_req() local
9308 &r_bootstrap_len); in dpp_controller_rx_auth_req()
9309 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_auth_req()
[all …]