Home
last modified time | relevance | path

Searched refs:wifi_send_power_save_command (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi_pwrmgr.c246 static int wifi_send_power_save_command(ENH_PS_MODES action, t_u16 ps_bitmap, mlan_bss_type interfa… in wifi_send_power_save_command() function
271 return wifi_send_power_save_command(EN_AUTO_PS, BITMAP_STA_PS, MLAN_BSS_TYPE_STA, NULL); in wifi_enter_ieee_power_save()
276 return wifi_send_power_save_command(DIS_AUTO_PS, BITMAP_STA_PS, MLAN_BSS_TYPE_STA, NULL); in wifi_exit_ieee_power_save()
284 return wifi_send_power_save_command(EN_WNM_PS, BITMAP_STA_PS, MLAN_BSS_TYPE_STA, &interval); in wifi_enter_wnm_power_save()
289 return wifi_send_power_save_command(DIS_WNM_PS, BITMAP_STA_PS, MLAN_BSS_TYPE_STA, NULL); in wifi_exit_wnm_power_save()
301 return wifi_send_power_save_command(EN_AUTO_PS, BITMAP_AUTO_DS, MLAN_BSS_TYPE_STA, &idletime); in wifi_enter_deepsleep_power_save()
307 return wifi_send_power_save_command(DIS_AUTO_PS, BITMAP_AUTO_DS, MLAN_BSS_TYPE_STA, &idletime); in wifi_exit_deepsleep_power_save()
314 return wifi_send_power_save_command(EXT_PS_PARAM, 0U, MLAN_BSS_TYPE_STA, &mode); in wifi_set_power_save_mode()
338 return wifi_send_power_save_command(EN_AUTO_PS, BITMAP_UAP_INACT_PS, type, &data_buff); in wifi_uap_ps_inactivity_sleep_enter()
343 return wifi_send_power_save_command(DIS_AUTO_PS, BITMAP_UAP_INACT_PS, type, NULL); in wifi_uap_ps_inactivity_sleep_exit()
[all …]