Home
last modified time | relevance | path

Searched refs:supplicant_set_rts_threshold (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/modules/hostap/src/
Dsupp_api.h233 int supplicant_set_rts_threshold(const struct device *dev, unsigned int rts_threshold);
Dsupp_main.c78 .set_rts_threshold = supplicant_set_rts_threshold,
116 .set_rts_threshold = supplicant_set_rts_threshold,
Dsupp_api.c1949 int supplicant_set_rts_threshold(const struct device *dev, unsigned int rts_threshold) function