Lines Matching refs:ETH_ALEN

434 	memcpy(tf->da, peer, ETH_ALEN);  in mwifiex_prep_tdls_encap_data()
435 memcpy(tf->sa, priv->curr_addr, ETH_ALEN); in mwifiex_prep_tdls_encap_data()
575 memcpy(lnkid->bssid, bssid, ETH_ALEN); in mwifiex_tdls_add_link_ie()
576 memcpy(lnkid->init_sta, src_addr, ETH_ALEN); in mwifiex_tdls_add_link_ie()
577 memcpy(lnkid->resp_sta, peer, ETH_ALEN); in mwifiex_tdls_add_link_ie()
690 memcpy(mgmt->da, peer, ETH_ALEN); in mwifiex_construct_tdls_action_frame()
691 memcpy(mgmt->sa, priv->curr_addr, ETH_ALEN); in mwifiex_construct_tdls_action_frame()
692 memcpy(mgmt->bssid, priv->cfg_bssid, ETH_ALEN); in mwifiex_construct_tdls_action_frame()
697 pos = skb_put(skb, ETH_ALEN); in mwifiex_construct_tdls_action_frame()
710 memmove(pos + ETH_ALEN, &mgmt->u.action.category, in mwifiex_construct_tdls_action_frame()
713 memcpy(pos, bc_addr, ETH_ALEN); in mwifiex_construct_tdls_action_frame()
775 ETH_ALEN; /* Address4 */ in mwifiex_send_tdls_action_frame()
849 peer = buf + ETH_ALEN; in mwifiex_process_tdls_action_frame()
975 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_config_link()
1002 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_create_link()
1032 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_disable_link()
1179 memcpy(&tdls_oper.peer_mac, sta_ptr->mac_addr, ETH_ALEN); in mwifiex_disable_all_tdls_links()
1195 u8 mac[ETH_ALEN]; in mwifiex_tdls_check_tx()
1201 if (!memcmp(mac, peer->mac_addr, ETH_ALEN)) { in mwifiex_tdls_check_tx()
1259 if (!memcmp(tdls_peer->mac_addr, mac, ETH_ALEN)) { in mwifiex_add_auto_tdls_peer()
1293 if (!memcmp(peer->mac_addr, mac, ETH_ALEN)) { in mwifiex_auto_tdls_update_peer_status()
1318 if (!memcmp(peer->mac_addr, mac, ETH_ALEN)) { in mwifiex_auto_tdls_update_peer_signal()