Lines Matching defs:mac
1465 const u8 *mac, struct station_info *sinfo)
1471 if (memcmp(mac, priv->cfg_bssid, ETH_ALEN))
1482 int idx, u8 *mac, struct station_info *sinfo)
1490 ether_addr_copy(mac, priv->cfg_bssid);
1500 ether_addr_copy(mac, node->mac_addr);
1802 * Function deauthenticates station which value is provided in mac parameter.
1803 * If mac is NULL/broadcast, all stations in associated station list are
1823 if (!params->mac || is_broadcast_ether_addr(params->mac))
1826 mwifiex_dbg(priv->adapter, INFO, "%s: mac address %pM\n",
1827 __func__, params->mac);
1832 sta_node = mwifiex_get_sta_entry(priv, params->mac);
1834 ether_addr_copy(deauth_mac, params->mac);
3904 const u8 *mac, struct station_parameters *params)
3915 return mwifiex_tdls_oper(priv, mac, MWIFIEX_TDLS_CREATE_LINK);
4138 const u8 *mac,
4154 ret = mwifiex_tdls_oper(priv, mac, MWIFIEX_TDLS_CONFIG_LINK);