Searched refs:set_btwt (Results 1 – 5 of 5) sorted by relevance
955 if (wifi_mgmt_api == NULL || wifi_mgmt_api->set_btwt == NULL) { in wifi_set_btwt()968 return wifi_mgmt_api->set_btwt(dev, twt_params); in wifi_set_btwt()
1423 int (*set_btwt)(const struct device *dev, struct wifi_twt_params *params); member
120 .set_btwt = supplicant_set_btwt,
1848 if (!wifi_mgmt_api || !wifi_mgmt_api->set_btwt) {1853 return wifi_mgmt_api->set_btwt(dev, params);
1952 .set_btwt = nxp_wifi_set_btwt,