Searched refs:max_assoc (Results 1 – 2 of 2) sorted by relevance
621 extern uint32_t whd_wifi_ap_get_max_assoc(whd_interface_t ifp, uint32_t *max_assoc);
2824 uint32_t whd_wifi_ap_get_max_assoc(whd_interface_t ifp, uint32_t *max_assoc) in whd_wifi_ap_get_max_assoc() argument2826 if (!ifp || !max_assoc) in whd_wifi_ap_get_max_assoc()2833 return whd_wifi_get_iovar_value(ifp, IOVAR_STR_MAX_ASSOC, max_assoc); in whd_wifi_ap_get_max_assoc()