Home
last modified time | relevance | path

Searched refs:set_rts_threshold (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c700 if (wifi_mgmt_api == NULL || wifi_mgmt_api->set_rts_threshold == NULL) { in wifi_ap_set_rts_threshold()
708 return wifi_mgmt_api->set_rts_threshold(dev, *rts_threshold); in wifi_ap_set_rts_threshold()
1147 if (wifi_mgmt_api == NULL || wifi_mgmt_api->set_rts_threshold == NULL) { in wifi_set_rts_threshold()
1155 return wifi_mgmt_api->set_rts_threshold(dev, *rts_threshold); in wifi_set_rts_threshold()
/Zephyr-latest/modules/hostap/src/
Dsupp_main.c78 .set_rts_threshold = supplicant_set_rts_threshold,
116 .set_rts_threshold = supplicant_set_rts_threshold,
Dsupp_api.c1953 if (!wifi_mgmt_api || !wifi_mgmt_api->set_rts_threshold) {
1958 return wifi_mgmt_api->set_rts_threshold(dev, rts_threshold);
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h1519 int (*set_rts_threshold)(const struct device *dev, unsigned int rts_threshold); member
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dfmac_main.c834 .set_rts_threshold = nrf_wifi_set_rts_threshold,
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1875 .set_rts_threshold = nxp_wifi_set_rts_threshold,
1954 .set_rts_threshold = nxp_wifi_ap_set_rts_threshold,