Lines Matching refs:ps
513 } ps; member
640 struct ieee80211_vif *vif, int ps) in hwsim_send_nullfunc() argument
651 __func__, vp->bssid, ps); in hwsim_send_nullfunc()
659 (ps ? IEEE80211_FCTL_PM : 0)); in hwsim_send_nullfunc()
689 *val = data->ps; in hwsim_fops_ps_read()
702 old_ps = data->ps; in hwsim_fops_ps_write()
703 data->ps = val; in hwsim_fops_ps_write()
928 switch (data->ps) { in hwsim_ps_rx_ok()
964 if (data->ps != PS_DISABLED) in mac80211_hwsim_tx_frame_nl()
1151 if (data->ps != PS_DISABLED) in mac80211_hwsim_tx_frame_no_nl()
1778 int err, ps; in mac80211_hwsim_testmode_cmd() local
1792 ps = nla_get_u32(tb[HWSIM_TM_ATTR_PS]); in mac80211_hwsim_testmode_cmd()
1793 return hwsim_fops_ps_write(hwsim, ps); in mac80211_hwsim_testmode_cmd()
1799 if (nla_put_u32(skb, HWSIM_TM_ATTR_PS, hwsim->ps)) in mac80211_hwsim_testmode_cmd()
2140 data[i++] = ar->ps; in mac80211_hwsim_get_et_stats()