Searched refs:sta_mac_addr (Results 1 – 1 of 1) sorted by relevance
70 u8 sta_mac_addr[ETH_ALEN], ap_mac_addr[ETH_ALEN]; in ath9k_wow_create_keep_alive_pattern() local76 memcpy(sta_mac_addr, common->macaddr, ETH_ALEN); in ath9k_wow_create_keep_alive_pattern()98 data_word[2] = (sta_mac_addr[1] << 24) | (sta_mac_addr[0] << 16) | in ath9k_wow_create_keep_alive_pattern()100 data_word[3] = (sta_mac_addr[5] << 24) | (sta_mac_addr[4] << 16) | in ath9k_wow_create_keep_alive_pattern()101 (sta_mac_addr[3] << 8) | (sta_mac_addr[2]); in ath9k_wow_create_keep_alive_pattern()