Searched refs:roam_time_threshold (Results 1 – 2 of 2) sorted by relevance
469 …n whd_result_t whd_wifi_set_roam_time_threshold(whd_interface_t ifp, uint32_t roam_time_threshold);508 extern uint32_t whd_wifi_get_roam_time_threshold(whd_interface_t ifp, uint32_t *roam_time_threshold…
785 whd_result_t whd_wifi_set_roam_time_threshold(whd_interface_t ifp, uint32_t roam_time_threshold) in whd_wifi_set_roam_time_threshold() argument787 if (!ifp || !roam_time_threshold) in whd_wifi_set_roam_time_threshold()794 return whd_wifi_set_iovar_value(ifp, IOVAR_STR_ROAM_TIME_THRESH, roam_time_threshold); in whd_wifi_set_roam_time_threshold()797 whd_result_t whd_wifi_get_roam_time_threshold(whd_interface_t ifp, uint32_t *roam_time_threshold) in whd_wifi_get_roam_time_threshold() argument801 return whd_wifi_get_iovar_value(ifp, IOVAR_STR_ROAM_TIME_THRESH, roam_time_threshold); in whd_wifi_get_roam_time_threshold()