Searched refs:rts_threshold (Results 1 – 2 of 2) sorted by relevance
250 int supplicant_set_rts_threshold(const struct device *dev, unsigned int rts_threshold);259 int supplicant_get_rts_threshold(const struct device *dev, unsigned int *rts_threshold);
1772 int supplicant_set_rts_threshold(const struct device *dev, unsigned int rts_threshold) argument1781 return wifi_mgmt_api->set_rts_threshold(dev, rts_threshold);1784 int supplicant_get_rts_threshold(const struct device *dev, unsigned int *rts_threshold) argument1793 return wifi_mgmt_api->get_rts_threshold(dev, rts_threshold);
Completed in 7 milliseconds