Searched refs:get_rts_threshold (Results 1 – 5 of 5) sorted by relevance
1323 if (wifi_mgmt_api == NULL || wifi_mgmt_api->get_rts_threshold == NULL) { in wifi_get_rts_threshold()1335 return wifi_mgmt_api->get_rts_threshold(dev, rts_threshold); in wifi_get_rts_threshold()
1565 int (*get_rts_threshold)(const struct device *dev, unsigned int *rts_threshold); member
839 .get_rts_threshold = nrf_wifi_get_rts_threshold,
79 .get_rts_threshold = supplicant_get_rts_threshold,
2045 if (!wifi_mgmt_api || !wifi_mgmt_api->get_rts_threshold) {2050 return wifi_mgmt_api->get_rts_threshold(dev, rts_threshold);