Lines Matching refs:mac

30 					 const u8 *mac, u8 status)  in mwifiex_restore_tdls_packets()  argument
40 dev_dbg(priv->adapter->dev, "%s: %pM\n", __func__, mac); in mwifiex_restore_tdls_packets()
44 if (!ether_addr_equal(mac, skb->data)) in mwifiex_restore_tdls_packets()
53 ra_list = mwifiex_wmm_get_queue_raptr(priv, tid, mac); in mwifiex_restore_tdls_packets()
89 const u8 *mac) in mwifiex_hold_tdls_packets() argument
97 dev_dbg(priv->adapter->dev, "%s: %pM\n", __func__, mac); in mwifiex_hold_tdls_packets()
106 if (!ether_addr_equal(mac, skb->data)) in mwifiex_hold_tdls_packets()
191 mwifiex_tdls_add_ht_oper(struct mwifiex_private *priv, const u8 *mac, in mwifiex_tdls_add_ht_oper() argument
200 sta_ptr = mwifiex_get_sta_entry(priv, mac); in mwifiex_tdls_add_ht_oper()
233 const u8 *mac, struct sk_buff *skb) in mwifiex_tdls_add_vht_oper() argument
248 sta_ptr = mwifiex_get_sta_entry(priv, mac); in mwifiex_tdls_add_vht_oper()
1115 int mwifiex_get_tdls_link_status(struct mwifiex_private *priv, const u8 *mac) in mwifiex_get_tdls_link_status() argument
1119 sta_ptr = mwifiex_get_sta_entry(priv, mac); in mwifiex_get_tdls_link_status()
1195 u8 mac[ETH_ALEN]; in mwifiex_tdls_check_tx() local
1197 ether_addr_copy(mac, skb->data); in mwifiex_tdls_check_tx()
1201 if (!memcmp(mac, peer->mac_addr, ETH_ALEN)) { in mwifiex_tdls_check_tx()
1249 void mwifiex_add_auto_tdls_peer(struct mwifiex_private *priv, const u8 *mac) in mwifiex_add_auto_tdls_peer() argument
1259 if (!memcmp(tdls_peer->mac_addr, mac, ETH_ALEN)) { in mwifiex_add_auto_tdls_peer()
1270 ether_addr_copy(tdls_peer->mac_addr, mac); in mwifiex_add_auto_tdls_peer()
1276 mac); in mwifiex_add_auto_tdls_peer()
1283 const u8 *mac, u8 link_status) in mwifiex_auto_tdls_update_peer_status() argument
1293 if (!memcmp(peer->mac_addr, mac, ETH_ALEN)) { in mwifiex_auto_tdls_update_peer_status()
1308 u8 *mac, s8 snr, s8 nflr) in mwifiex_auto_tdls_update_peer_signal() argument
1318 if (!memcmp(peer->mac_addr, mac, ETH_ALEN)) { in mwifiex_auto_tdls_update_peer_signal()