FreeBSD kernel iwm device code
if_iwm_power.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int iwm_power_update_device (struct iwm_softc *sc)
 
int iwm_power_update_mac (struct iwm_softc *sc)
 
int iwm_power_update_ps (struct iwm_softc *sc)
 
int iwm_enable_beacon_filter (struct iwm_softc *sc, struct iwm_vap *ivp)
 
int iwm_disable_beacon_filter (struct iwm_softc *sc)
 

Function Documentation

◆ iwm_disable_beacon_filter()

int iwm_disable_beacon_filter ( struct iwm_softc sc)

Definition at line 367 of file if_iwm_power.c.

References iwm_bf_data::bf_enabled, iwm_beacon_filter_send_cmd(), and iwm_softc::sc_bf.

Referenced by iwm_init_hw(), and iwm_newstate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ iwm_enable_beacon_filter()

int iwm_enable_beacon_filter ( struct iwm_softc sc,
struct iwm_vap ivp 
)

Definition at line 356 of file if_iwm_power.c.

References _iwm_enable_beacon_filter(), and IWM_BF_CMD_CONFIG_DEFAULTS.

Referenced by iwm_newstate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ iwm_power_update_device()

int iwm_power_update_device ( struct iwm_softc sc)

Definition at line 472 of file if_iwm_power.c.

References iwm_device_power_cmd::flags, IWM_DEVICE_POWER_FLAGS_POWER_SAVE_ENA_MSK, IWM_DPRINTF, iwm_power_scheme, IWM_POWER_SCHEME_CAM, IWM_POWER_TABLE_CMD, iwm_send_cmd_pdu(), and iwm_softc::sc_ps_disabled.

Referenced by iwm_init_hw(), and iwm_power_set_ps().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ iwm_power_update_mac()

int iwm_power_update_mac ( struct iwm_softc sc)

Definition at line 450 of file if_iwm_power.c.

References iwm_power_send_cmd(), iwm_power_set_ba(), iwm_power_set_ps(), IWM_VAP, and iwm_softc::sc_ic.

Referenced by iwm_auth(), iwm_bring_down_firmware(), and iwm_newstate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ iwm_power_update_ps()

int iwm_power_update_ps ( struct iwm_softc sc)

Definition at line 434 of file if_iwm_power.c.

References iwm_power_set_ba(), iwm_power_set_ps(), IWM_VAP, and iwm_softc::sc_ic.

Here is the call graph for this function: