Searched refs:ap_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() local 77 memcpy(ap_mac_addr, common->curbssid, ETH_ALEN); in ath9k_wow_create_keep_alive_pattern() 96 data_word[1] = (ap_mac_addr[3] << 24) | (ap_mac_addr[2] << 16) | in ath9k_wow_create_keep_alive_pattern() 97 (ap_mac_addr[1] << 8) | (ap_mac_addr[0]); in ath9k_wow_create_keep_alive_pattern() 99 (ap_mac_addr[5] << 8) | (ap_mac_addr[4]); in ath9k_wow_create_keep_alive_pattern() 102 data_word[4] = (ap_mac_addr[3] << 24) | (ap_mac_addr[ in ath9k_wow_create_keep_alive_pattern() [all...]