Searched refs:get_rts_threshold (Results 1 – 5 of 5) sorted by relevance
1201 if (wifi_mgmt_api == NULL || wifi_mgmt_api->get_rts_threshold == NULL) { in wifi_get_rts_threshold()1209 return wifi_mgmt_api->get_rts_threshold(dev, rts_threshold); in wifi_get_rts_threshold()
1564 int (*get_rts_threshold)(const struct device *dev, unsigned int *rts_threshold); member
835 .get_rts_threshold = nrf_wifi_get_rts_threshold,
79 .get_rts_threshold = supplicant_get_rts_threshold,
1965 if (!wifi_mgmt_api || !wifi_mgmt_api->get_rts_threshold) {1970 return wifi_mgmt_api->get_rts_threshold(dev, rts_threshold);