Searched refs:ap_mac_addr (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dar9003_wow.c70 u8 sta_mac_addr[ETH_ALEN], ap_mac_addr[ETH_ALEN]; ath9k_wow_create_keep_alive_pattern() local
77 memcpy(ap_mac_addr, common->curbssid, ETH_ALEN); ath9k_wow_create_keep_alive_pattern()
96 data_word[1] = (ap_mac_addr[3] << 24) | (ap_mac_addr[2] << 16) | ath9k_wow_create_keep_alive_pattern()
97 (ap_mac_addr[1] << 8) | (ap_mac_addr[0]); ath9k_wow_create_keep_alive_pattern()
99 (ap_mac_addr[5] << 8) | (ap_mac_addr[4]); ath9k_wow_create_keep_alive_pattern()
102 data_word[4] = (ap_mac_addr[3] << 24) | (ap_mac_addr[2] << 16) | ath9k_wow_create_keep_alive_pattern()
103 (ap_mac_addr[1] << 8) | (ap_mac_addr[0]); ath9k_wow_create_keep_alive_pattern()
104 data_word[5] = (ap_mac_addr[5] << 8) | (ap_mac_addr[4]); ath9k_wow_create_keep_alive_pattern()
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c2324 if (is_zero_ether_addr(ieee->ap_mac_addr)) _rtl92e_ioctl()
2331 (u8 *)ieee->ap_mac_addr, _rtl92e_ioctl()
2335 (u8 *)ieee->ap_mac_addr, _rtl92e_ioctl()
2342 (u8 *)ieee->ap_mac_addr, _rtl92e_ioctl()
2348 (u8 *)ieee->ap_mac_addr, _rtl92e_ioctl()
H A Drtl_wx.c962 (u8 *)ieee->ap_mac_addr, 0, key); _rtl92e_wx_set_encode_ext()
964 (u8 *)ieee->ap_mac_addr, 0, key, 0); _rtl92e_wx_set_encode_ext()
/linux-4.4.14/drivers/staging/rtl8192u/
H A Dr8192U_wx.c800 (u8 *)ieee->ap_mac_addr,/* MacAddr */ r8192_wx_set_enc_ext()
H A Dr8192U_core.c3750 (u8 *)ieee->ap_mac_addr, rtl8192_ioctl()
3756 (u8 *)ieee->ap_mac_addr, rtl8192_ioctl()
/linux-4.4.14/drivers/staging/rtl8192e/
H A Drtllib_softmac.c1253 ether_addr_copy(ieee->ap_mac_addr, beacon->bssid); rtllib_association_req()
3087 eth_zero_addr(ieee->ap_mac_addr); rtllib_wpa_enable()
H A Drtllib.h1568 u8 ap_mac_addr[ETH_ALEN]; member in struct:rtllib_device
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1717 u8 ap_mac_addr[6]; member in struct:ieee80211_device
H A Dieee80211_softmac.c1089 memcpy(ieee->ap_mac_addr, beacon->bssid, ETH_ALEN);//for HW security, John ieee80211_association_req()

Completed in 283 milliseconds