Searched refs:wrq (Results 1 – 1 of 1) sorted by relevance
1125 struct iw_param *wrq = &wrqu->power; in cfg80211_wext_siwpower() local1138 if (wrq->disabled) { in cfg80211_wext_siwpower()1141 switch (wrq->flags & IW_POWER_MODE) { in cfg80211_wext_siwpower()1151 if (wrq->flags & ~(IW_POWER_MODE | IW_POWER_TIMEOUT)) in cfg80211_wext_siwpower()1154 if (wrq->flags & IW_POWER_TIMEOUT) in cfg80211_wext_siwpower()1155 timeout = wrq->value / 1000; in cfg80211_wext_siwpower()1175 struct iw_param *wrq = &wrqu->power; in cfg80211_wext_giwpower() local1178 wrq->disabled = !wdev->ps; in cfg80211_wext_giwpower()