Searched refs:set_rts_threshold (Results 1 – 6 of 6) sorted by relevance
756 if (wifi_mgmt_api == NULL || wifi_mgmt_api->set_rts_threshold == NULL) { in wifi_ap_set_rts_threshold()768 return wifi_mgmt_api->set_rts_threshold(dev, *rts_threshold); in wifi_ap_set_rts_threshold()1257 if (wifi_mgmt_api == NULL || wifi_mgmt_api->set_rts_threshold == NULL) { in wifi_set_rts_threshold()1269 return wifi_mgmt_api->set_rts_threshold(dev, *rts_threshold); in wifi_set_rts_threshold()
78 .set_rts_threshold = supplicant_set_rts_threshold,116 .set_rts_threshold = supplicant_set_rts_threshold,
2033 if (!wifi_mgmt_api || !wifi_mgmt_api->set_rts_threshold) {2038 return wifi_mgmt_api->set_rts_threshold(dev, rts_threshold);
1520 int (*set_rts_threshold)(const struct device *dev, unsigned int rts_threshold); member
838 .set_rts_threshold = nrf_wifi_set_rts_threshold,
2132 .set_rts_threshold = nxp_wifi_set_rts_threshold,2213 .set_rts_threshold = nxp_wifi_ap_set_rts_threshold,