Home
last modified time | relevance | path

Searched refs:crypto_suite (Results 1 – 2 of 2) sorted by relevance

/hostap-3.7.0/src/ap/
Ddpp_hostapd.c2209 u8 crypto_suite; in hostapd_dpp_rx_action() local
2221 crypto_suite = *buf++; in hostapd_dpp_rx_action()
2228 crypto_suite, type, MAC2STR(src), freq); in hostapd_dpp_rx_action()
2229 if (crypto_suite != 1) { in hostapd_dpp_rx_action()
2231 crypto_suite); in hostapd_dpp_rx_action()
/hostap-3.7.0/wpa_supplicant/
Ddpp_supplicant.c3119 u8 crypto_suite; in wpas_dpp_rx_action() local
3131 crypto_suite = *buf++; in wpas_dpp_rx_action()
3138 crypto_suite, type, MAC2STR(src), freq); in wpas_dpp_rx_action()
3139 if (crypto_suite != 1) { in wpas_dpp_rx_action()
3141 crypto_suite); in wpas_dpp_rx_action()