Searched refs:max_assoc (Results 1 – 2 of 2) sorted by relevance
613 extern uint32_t whd_wifi_ap_get_max_assoc(whd_interface_t ifp, uint32_t *max_assoc);
2794 uint32_t whd_wifi_ap_get_max_assoc(whd_interface_t ifp, uint32_t *max_assoc) in whd_wifi_ap_get_max_assoc() argument2796 if (!ifp || !max_assoc) in whd_wifi_ap_get_max_assoc()2803 return whd_wifi_get_iovar_value(ifp, IOVAR_STR_MAX_ASSOC, max_assoc); in whd_wifi_ap_get_max_assoc()