Home
last modified time | relevance | path

Searched refs:maclist (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_bandsteer.c86 wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist);
348 struct maclist *maclist; in dhd_bandsteer_add_to_black_list() local
365 maclist = (struct maclist *)mac_buf; in dhd_bandsteer_add_to_black_list()
367 (sizeof(struct ether_addr) * maclist->count) + sizeof(uint); in dhd_bandsteer_add_to_black_list()
368 maclist->count++; in dhd_bandsteer_add_to_black_list()
378 if ((err = wldev_ioctl_set(if_info_2g->ndev, WLC_SET_MACLIST, maclist, in dhd_bandsteer_add_to_black_list()
379 sizeof(int) + sizeof(struct ether_addr) * maclist->count)) != 0) { in dhd_bandsteer_add_to_black_list()
564 struct maclist maclist; in dhd_bandsteer_module_deinit() local
589 memset(&maclist, 0, sizeof(struct maclist)); in dhd_bandsteer_module_deinit()
592 WLC_SET_MACLIST, &maclist, sizeof(struct maclist))) != 0) { in dhd_bandsteer_module_deinit()
H A Dwl_android.h133 int wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist);
H A Dwl_android.c1530 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_android_get_assoclist()
4034 wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist) in wl_android_set_ap_mac_list() argument
4040 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_android_set_ap_mac_list()
4049 if ((ret = wldev_ioctl_set(dev, WLC_SET_MACLIST, maclist, in wl_android_set_ap_mac_list()
4050 sizeof(int) + sizeof(struct ether_addr) * maclist->count)) != 0) { in wl_android_set_ap_mac_list()
4068 for (j = 0; j < maclist->count; j++) { in wl_android_set_ap_mac_list()
4072 MAC2STRDBG(maclist->ea[j].octet))); in wl_android_set_ap_mac_list()
4074 maclist->ea[j].octet, ETHER_ADDR_LEN) == 0) { in wl_android_set_ap_mac_list()
4114 struct maclist *list; in wl_android_set_mac_address_filter()
4146 list = (struct maclist*) MALLOCZ(cfg->osh, sizeof(int) + in wl_android_set_mac_address_filter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_bandsteer.c86 wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist);
348 struct maclist *maclist; in dhd_bandsteer_add_to_black_list() local
365 maclist = (struct maclist *)mac_buf; in dhd_bandsteer_add_to_black_list()
367 (sizeof(struct ether_addr) * maclist->count) + sizeof(uint); in dhd_bandsteer_add_to_black_list()
368 maclist->count++; in dhd_bandsteer_add_to_black_list()
378 if ((err = wldev_ioctl_set(if_info_2g->ndev, WLC_SET_MACLIST, maclist, in dhd_bandsteer_add_to_black_list()
379 sizeof(int) + sizeof(struct ether_addr) * maclist->count)) != 0) { in dhd_bandsteer_add_to_black_list()
564 struct maclist maclist; in dhd_bandsteer_module_deinit() local
589 memset(&maclist, 0, sizeof(struct maclist)); in dhd_bandsteer_module_deinit()
592 WLC_SET_MACLIST, &maclist, sizeof(struct maclist))) != 0) { in dhd_bandsteer_module_deinit()
H A Dwl_android.h133 int wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist);
H A Dwl_android.c3756 wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist) in wl_android_set_ap_mac_list() argument
3762 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_android_set_ap_mac_list()
3771 if ((ret = wldev_ioctl_set(dev, WLC_SET_MACLIST, maclist, in wl_android_set_ap_mac_list()
3772 sizeof(int) + sizeof(struct ether_addr) * maclist->count)) != 0) { in wl_android_set_ap_mac_list()
3790 for (j = 0; j < maclist->count; j++) { in wl_android_set_ap_mac_list()
3794 MAC2STRDBG(maclist->ea[j].octet))); in wl_android_set_ap_mac_list()
3796 maclist->ea[j].octet, ETHER_ADDR_LEN) == 0) { in wl_android_set_ap_mac_list()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_bandsteer.c86 wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist);
348 struct maclist *maclist; in dhd_bandsteer_add_to_black_list() local
365 maclist = (struct maclist *)mac_buf; in dhd_bandsteer_add_to_black_list()
367 (sizeof(struct ether_addr) * maclist->count) + sizeof(uint); in dhd_bandsteer_add_to_black_list()
368 maclist->count++; in dhd_bandsteer_add_to_black_list()
378 if ((err = wldev_ioctl_set(if_info_2g->ndev, WLC_SET_MACLIST, maclist, in dhd_bandsteer_add_to_black_list()
379 sizeof(int) + sizeof(struct ether_addr) * maclist->count)) != 0) { in dhd_bandsteer_add_to_black_list()
564 struct maclist maclist; in dhd_bandsteer_module_deinit() local
589 memset(&maclist, 0, sizeof(struct maclist)); in dhd_bandsteer_module_deinit()
592 WLC_SET_MACLIST, &maclist, sizeof(struct maclist))) != 0) { in dhd_bandsteer_module_deinit()
H A Dwl_android.h133 int wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist);
H A Dwl_android.c1471 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_android_get_assoclist()
3948 wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist) in wl_android_set_ap_mac_list() argument
3954 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_android_set_ap_mac_list()
3963 if ((ret = wldev_ioctl_set(dev, WLC_SET_MACLIST, maclist, in wl_android_set_ap_mac_list()
3964 sizeof(int) + sizeof(struct ether_addr) * maclist->count)) != 0) { in wl_android_set_ap_mac_list()
3982 for (j = 0; j < maclist->count; j++) { in wl_android_set_ap_mac_list()
3986 MAC2STRDBG(maclist->ea[j].octet))); in wl_android_set_ap_mac_list()
3988 maclist->ea[j].octet, ETHER_ADDR_LEN) == 0) { in wl_android_set_ap_mac_list()
4028 struct maclist *list; in wl_android_set_mac_address_filter()
4060 list = (struct maclist*) MALLOCZ(cfg->osh, sizeof(int) + in wl_android_set_mac_address_filter()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_android.h220 int wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist);
H A Dwl_android.c1473 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_android_get_assoclist()
3890 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_cfg80211_get_sta_info()
4672 wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist) in wl_android_set_ap_mac_list() argument
4678 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_android_set_ap_mac_list()
4687 if ((ret = wldev_ioctl_set(dev, WLC_SET_MACLIST, maclist, in wl_android_set_ap_mac_list()
4688 sizeof(int) + sizeof(struct ether_addr) * maclist->count)) != 0) { in wl_android_set_ap_mac_list()
4706 for (j = 0; j < maclist->count; j++) { in wl_android_set_ap_mac_list()
4710 MAC2STRDBG(maclist->ea[j].octet))); in wl_android_set_ap_mac_list()
4712 maclist->ea[j].octet, ETHER_ADDR_LEN) == 0) { in wl_android_set_ap_mac_list()
4751 struct maclist *list; in wl_android_set_mac_address_filter()
[all …]
H A Dwl_iapsta.c881 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_ext_assoclist()
4367 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_ext_assoclist_num()
4643 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_cur_if_tput_dump()
H A Dwl_cfg80211.c7940 struct maclist *assoc_maclist = (struct maclist *)&(cfg->assoclist); in wl_cfg80211_dump_station()
9491 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_cfg80211_mgmt_tx()
9844 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_cfg80211_del_station()
11998 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_cfg80211_del_all_sta()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_android.h219 int wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist);
H A Ddhd_macdbg.c565 dhd_maclist_t *maclist = (dhd_maclist_t *)buf; in dhd_macdbg_reglist() local
567 void *xtlvbuf_p = maclist->plist; in dhd_macdbg_reglist()
608 maclist->version = 0; /* No version control for now anyway */ in dhd_macdbg_reglist()
609 maclist->bytes_len = (buflen - xtlvbuflen); in dhd_macdbg_reglist()
H A Dwl_android.c1457 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_android_get_assoclist()
3882 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_cfg80211_get_sta_info()
4656 wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist) in wl_android_set_ap_mac_list() argument
4662 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_android_set_ap_mac_list()
4671 if ((ret = wldev_ioctl_set(dev, WLC_SET_MACLIST, maclist, in wl_android_set_ap_mac_list()
4672 sizeof(int) + sizeof(struct ether_addr) * maclist->count)) != 0) { in wl_android_set_ap_mac_list()
4690 for (j = 0; j < maclist->count; j++) { in wl_android_set_ap_mac_list()
4694 MAC2STRDBG(maclist->ea[j].octet))); in wl_android_set_ap_mac_list()
4696 maclist->ea[j].octet, ETHER_ADDR_LEN) == 0) { in wl_android_set_ap_mac_list()
4735 struct maclist *list; in wl_android_set_mac_address_filter()
[all …]
H A Dwl_iapsta.c835 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_ext_assoclist()
3879 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_ext_assoclist_num()
4002 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_cur_if_tput_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android.h239 int wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist);
H A Dwl_android.c808 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_android_get_assoclist()
1429 wl_android_set_ap_mac_list(struct net_device *dev, int macmode, struct maclist *maclist) in wl_android_set_ap_mac_list() argument
1435 struct maclist *assoc_maclist = (struct maclist *)mac_buf; in wl_android_set_ap_mac_list()
1444 if ((ret = wldev_ioctl_set(dev, WLC_SET_MACLIST, maclist, in wl_android_set_ap_mac_list()
1445 sizeof(int) + sizeof(struct ether_addr) * maclist->count)) != 0) { in wl_android_set_ap_mac_list()
1462 for (j = 0; j < maclist->count; j++) { in wl_android_set_ap_mac_list()
1465 MAC2STRDBG(maclist->ea[j].octet))); in wl_android_set_ap_mac_list()
1467 maclist->ea[j].octet, ETHER_ADDR_LEN) == 0) { in wl_android_set_ap_mac_list()
1504 struct maclist *list; in wl_android_set_mac_address_filter()
1534 list = (struct maclist*)kmalloc(sizeof(int) + in wl_android_set_mac_address_filter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A Dmain.c339 if (mac_in_list(cmd->maclist, nr_addrs, ha->addr)) { in lbs_add_mcast_addrs()
348 memcpy(&cmd->maclist[6*i], ha->addr, ETH_ALEN); in lbs_add_mcast_addrs()
395 maclist[6*nr_addrs]); in lbs_update_mcast()
H A Dhost.h503 u8 maclist[ETH_ALEN * MRVDRV_MAX_MULTICAST_LIST_SIZE]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas_tf/
H A Dlibertas_tf.h394 u8 maclist[ETH_ALEN * MRVDRV_MAX_MULTICAST_LIST_SIZE]; member
H A Dcmd.c329 memcpy(cmd.maclist, priv->multicastlist, in lbtf_cmd_set_mac_multicast_addr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c944 const u8 *maclist[1] = {mac_addr}; in cxgb4vf_mac_sync() local
947 ret = t4vf_alloc_mac_filt(adapter, pi->viid, free, 1, maclist, in cxgb4vf_mac_sync()
972 const u8 *maclist[1] = {mac_addr}; in cxgb4vf_mac_unsync() local
986 ret = t4vf_free_mac_filt(adapter, pi->viid, 1, maclist, false); in cxgb4vf_mac_unsync()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c380 const u8 *maclist[1] = {mac_addr}; in cxgb4_mac_sync() local
383 ret = cxgb4_alloc_mac_filt(adap, pi->viid, free, 1, maclist, in cxgb4_mac_sync()
408 const u8 *maclist[1] = {mac_addr}; in cxgb4_mac_unsync() local
422 ret = cxgb4_free_mac_filt(adap, pi->viid, 1, maclist, false); in cxgb4_mac_unsync()

12