Searched defs:pwrmgt (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/hostap/
H A Dhostap_ap.c2938 int pwrmgt, int type, int stype)
2940 if (pwrmgt && !(sta->flags & WLAN_STA_PS)) {
2945 } else if (!pwrmgt && (sta->flags & WLAN_STA_PS)) {
2958 * STA power saving state. pwrmgt is a flag from 802.11 frame_control field. */
2937 hostap_update_sta_ps2(local_info_t *local, struct sta_info *sta, int pwrmgt, int type, int stype) argument

Completed in 246 milliseconds