Home
last modified time | relevance | path

Searched refs:ap_mac_addr (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dar9003_wow.c70 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[2] << 16) | in ath9k_wow_create_keep_alive_pattern()
103 (ap_mac_addr[1] << 8) | (ap_mac_addr[0]); in ath9k_wow_create_keep_alive_pattern()
104 data_word[5] = (ap_mac_addr[5] << 8) | (ap_mac_addr[4]); in ath9k_wow_create_keep_alive_pattern()
/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/
Drtl_wx.c717 (u8 *)ieee->ap_mac_addr, 0, key); in _rtl92e_wx_set_encode_ext()
718 rtl92e_set_swcam(dev, 4, idx, alg, (u8 *)ieee->ap_mac_addr, key); in _rtl92e_wx_set_encode_ext()
/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib.h1248 u8 ap_mac_addr[ETH_ALEN]; member
Drtllib_softmac.c785 ether_addr_copy(ieee->ap_mac_addr, beacon->bssid); in rtllib_association_req()