Lines Matching defs:mac
1528 const u8 *mac, struct station_info *sinfo)
1534 if (memcmp(mac, priv->cfg_bssid, ETH_ALEN))
1545 int idx, u8 *mac, struct station_info *sinfo)
1553 ether_addr_copy(mac, priv->cfg_bssid);
1563 ether_addr_copy(mac, node->mac_addr);
1867 * Function deauthenticates station which value is provided in mac parameter.
1868 * If mac is NULL/broadcast, all stations in associated station list are
1888 if (!params->mac || is_broadcast_ether_addr(params->mac))
1891 mwifiex_dbg(priv->adapter, INFO, "%s: mac address %pM\n",
1892 __func__, params->mac);
1897 sta_node = mwifiex_get_sta_entry(priv, params->mac);
1899 ether_addr_copy(deauth_mac, params->mac);
3949 const u8 *mac, struct station_parameters *params)
3960 return mwifiex_tdls_oper(priv, mac, MWIFIEX_TDLS_CREATE_LINK);
4184 const u8 *mac,
4200 ret = mwifiex_tdls_oper(priv, mac, MWIFIEX_TDLS_CONFIG_LINK);