Lines Matching defs:pm
153 * @pm: the power mode to set
157 enum nl80211_mesh_power_mode pm)
161 if (sta->mesh->local_pm == pm)
165 pm, sta->sta.addr);
167 sta->mesh->local_pm = pm;
195 enum nl80211_mesh_power_mode pm;
206 pm = sta->mesh->local_pm;
208 pm = sdata->u.mesh.nonpeer_pm;
210 if (pm == NL80211_MESH_POWER_ACTIVE)
221 pm == NL80211_MESH_POWER_DEEP_SLEEP) ||
238 enum nl80211_mesh_power_mode pm;
251 pm = sta->mesh->peer_pm;
253 pm = sta->mesh->nonpeer_pm;
255 do_buffer = (pm != NL80211_MESH_POWER_ACTIVE);
282 enum nl80211_mesh_power_mode pm;
297 pm = NL80211_MESH_POWER_DEEP_SLEEP;
299 pm = NL80211_MESH_POWER_LIGHT_SLEEP;
301 pm = NL80211_MESH_POWER_ACTIVE;
304 if (sta->mesh->peer_pm == pm)
308 sta->sta.addr, pm);
310 sta->mesh->peer_pm = pm;
318 enum nl80211_mesh_power_mode pm;
321 pm = NL80211_MESH_POWER_DEEP_SLEEP;
323 pm = NL80211_MESH_POWER_ACTIVE;
325 if (sta->mesh->nonpeer_pm == pm)
329 sta->sta.addr, pm);
331 sta->mesh->nonpeer_pm = pm;