Searched refs:ap_mac_addr (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_wow.c | 70 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 D | rtl_core.c | 2324 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 D | rtl_wx.c | 962 (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 D | r8192U_wx.c | 800 (u8 *)ieee->ap_mac_addr,/* MacAddr */ r8192_wx_set_enc_ext()
|
H A D | r8192U_core.c | 3750 (u8 *)ieee->ap_mac_addr, rtl8192_ioctl() 3756 (u8 *)ieee->ap_mac_addr, rtl8192_ioctl()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
H A D | rtllib_softmac.c | 1253 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 D | rtllib.h | 1568 u8 ap_mac_addr[ETH_ALEN]; member in struct:rtllib_device
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211.h | 1717 u8 ap_mac_addr[6]; member in struct:ieee80211_device
|
H A D | ieee80211_softmac.c | 1089 memcpy(ieee->ap_mac_addr, beacon->bssid, ETH_ALEN);//for HW security, John ieee80211_association_req()
|
Completed in 283 milliseconds