Searched refs:dpp_dispatch (Results 1 – 4 of 4) sorted by relevance
33 .dpp_dispatch = hostapd_dpp_dispatch,
96 .dpp_dispatch = supplicant_dpp_dispatch,
1718 int (*dpp_dispatch)(const struct device *dev, struct wifi_dpp_params *params); member
1319 if (wifi_mgmt_api == NULL || wifi_mgmt_api->dpp_dispatch == NULL) { in wifi_dpp()1327 return wifi_mgmt_api->dpp_dispatch(dev, params); in wifi_dpp()