Searched refs:WLAN_FC_PWRMGT (Results 1 – 7 of 7) sorted by relevance
49 fc &= ~(WLAN_FC_RETRY | WLAN_FC_PWRMGT | WLAN_FC_MOREDATA); in bip_protect()102 fc &= ~(WLAN_FC_RETRY | WLAN_FC_PWRMGT | WLAN_FC_MOREDATA); in bip_gmac_protect()
126 if (sta->pwrmgt && !(fc & WLAN_FC_PWRMGT)) { in rx_update_ps()130 } else if (!sta->pwrmgt && (fc & WLAN_FC_PWRMGT)) { in rx_update_ps()
882 fc & WLAN_FC_PWRMGT ? " PwrMgt" : "", in rx_data()894 fc & WLAN_FC_PWRMGT ? " PwrMgt" : "", in rx_data()906 fc & WLAN_FC_PWRMGT ? " PwrMgt" : "", in rx_data()918 fc & WLAN_FC_PWRMGT ? " PwrMgt" : "", in rx_data()
43 fc &= ~(WLAN_FC_RETRY | WLAN_FC_PWRMGT | WLAN_FC_MOREDATA); in gcmp_aad_nonce()
47 fc &= ~(WLAN_FC_RETRY | WLAN_FC_PWRMGT | WLAN_FC_MOREDATA); in ccmp_aad_nonce()
2123 fc &= ~(WLAN_FC_RETRY | WLAN_FC_PWRMGT | WLAN_FC_MOREDATA); in check_mmie_mic()2491 fc & WLAN_FC_PWRMGT ? " PwrMgt" : "", in rx_mgmt()
22 #define WLAN_FC_PWRMGT 0x1000 macro