Searched refs:set_rts_threshold (Results 1 – 6 of 6) sorted by relevance
700 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()
78 .set_rts_threshold = supplicant_set_rts_threshold,116 .set_rts_threshold = supplicant_set_rts_threshold,
1953 if (!wifi_mgmt_api || !wifi_mgmt_api->set_rts_threshold) {1958 return wifi_mgmt_api->set_rts_threshold(dev, rts_threshold);
1519 int (*set_rts_threshold)(const struct device *dev, unsigned int rts_threshold); member
834 .set_rts_threshold = nrf_wifi_set_rts_threshold,
1875 .set_rts_threshold = nxp_wifi_set_rts_threshold,1954 .set_rts_threshold = nxp_wifi_ap_set_rts_threshold,