Searched refs:pattern_enable (Results 1 – 2 of 2) sorted by relevance
397 u_int32_t ar9300_wow_offload_handshake(struct ath_hal *ah, u_int32_t pattern_enable) in ar9300_wow_offload_handshake() argument427 if (pattern_enable & AH_WOW_USER_PATTERN_EN) { in ar9300_wow_offload_handshake()434 if ((pattern_enable & AH_WOW_MAGIC_PATTERN_EN) in ar9300_wow_offload_handshake()436 || (pattern_enable & AH_WOW_ACER_MAGIC_EN) in ar9300_wow_offload_handshake()446 if ((pattern_enable & AH_WOW_LINK_CHANGE) in ar9300_wow_offload_handshake()458 if (pattern_enable & AH_WOW_BEACON_MISS) { in ar9300_wow_offload_handshake()1019 u_int32_t pattern_enable, in ar9300_wow_enable() argument1050 __func__, offloadEnable, pattern_enable, wow_event_mask); in ar9300_wow_enable()1137 if (pattern_enable & AH_WOW_BEACON_MISS) { in ar9300_wow_enable()1149 if (pattern_enable == 0) { in ar9300_wow_enable()[all …]
1328 extern bool ar9300_wow_enable(struct ath_hal *ah, u_int32_t pattern_enable, u_int32_t timeout_in_s…