| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux.c | 2457 dhd_find_sta(void *pub, int ifidx, void *ea) in dhd_find_sta() function 2632 sta = dhd_find_sta(pub, ifidx, ea); in dhd_findadd_sta() 2693 dhd_sta_t *dhd_find_sta(void *pub, int ifidx, void *ea) { return NULL; } in dhd_find_sta() function 4134 sta = dhd_find_sta(dhdp, ifindex, ea); in dhd_update_psta_interface_for_sta() 4136 psta_interface = dhd_find_sta(dhdp, ifindex, in dhd_update_psta_interface_for_sta() 4817 if (dhd_find_sta(dhdp, ifidx, mac_addr)) { in __dhd_sendpkt() 5858 sta = dhd_find_sta(dhdp, ifidx, (void *)eh->ether_shost); in dhd_rx_frame() 5907 if (dhd_find_sta(dhdp, ifidx, (void *)eh->ether_dhost)) { in dhd_rx_frame() 18753 return dhd_find_sta(dhdp, bssidx, mac) ? TRUE : FALSE; in dhd_sta_associated()
|
| H A D | dhd.h | 1843 extern struct dhd_sta *dhd_find_sta(void *pub, int ifidx, void *ea);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd.h | 3048 extern struct dhd_sta *dhd_find_sta(void *pub, int ifidx, void *ea); 3059 static INLINE void* dhd_find_sta(void *pub, int ifidx, void *ea) { return NULL;} in dhd_find_sta() function
|
| H A D | dhd_linux.c | 1614 dhd_find_sta(void *pub, int ifidx, void *ea) in dhd_find_sta() function 1763 sta = dhd_find_sta(pub, ifidx, ea); in dhd_findadd_sta() 1821 dhd_sta_t *dhd_find_sta(void *pub, int ifidx, void *ea) { return NULL; } in dhd_find_sta() function 1854 } else if ((sta = dhd_find_sta(dhdp, ifidx, ea)) == DHD_STA_NULL) { in dhd_add_flowid() 3149 sta = dhd_find_sta(dhdp, ifindex, ea); in dhd_update_psta_interface_for_sta() 3151 psta_interface = dhd_find_sta(dhdp, ifindex, in dhd_update_psta_interface_for_sta() 3958 if (dhd_find_sta(dhdp, ifidx, mac_addr)) { in BCMFASTPATH() 5983 sta = dhd_find_sta(dhdp, ifidx, (void *)eh->ether_shost); in dhd_rx_frame() 6062 if (dhd_find_sta(dhdp, ifidx, (void *)eh->ether_dhost)) { in dhd_rx_frame() 6096 if (dhd_find_sta(dhdp, ifidx, (void *)eh->ether_dhost)) { in dhd_rx_frame() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd.h | 3043 extern struct dhd_sta *dhd_find_sta(void *pub, int ifidx, void *ea); 3054 static INLINE void* dhd_find_sta(void *pub, int ifidx, void *ea) { return NULL;} in dhd_find_sta() function
|
| H A D | dhd_linux.c | 1605 dhd_find_sta(void *pub, int ifidx, void *ea) in dhd_find_sta() function 1754 sta = dhd_find_sta(pub, ifidx, ea); in dhd_findadd_sta() 1812 dhd_sta_t *dhd_find_sta(void *pub, int ifidx, void *ea) { return NULL; } in dhd_find_sta() function 1845 } else if ((sta = dhd_find_sta(dhdp, ifidx, ea)) == DHD_STA_NULL) { in dhd_add_flowid() 3140 sta = dhd_find_sta(dhdp, ifindex, ea); in dhd_update_psta_interface_for_sta() 3142 psta_interface = dhd_find_sta(dhdp, ifindex, in dhd_update_psta_interface_for_sta() 3949 if (dhd_find_sta(dhdp, ifidx, mac_addr)) { in BCMFASTPATH() 5969 sta = dhd_find_sta(dhdp, ifidx, (void *)eh->ether_shost); in dhd_rx_frame() 6048 if (dhd_find_sta(dhdp, ifidx, (void *)eh->ether_dhost)) { in dhd_rx_frame() 6082 if (dhd_find_sta(dhdp, ifidx, (void *)eh->ether_dhost)) { in dhd_rx_frame() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd.h | 2347 extern struct dhd_sta *dhd_find_sta(void *pub, int ifidx, void *ea);
|
| H A D | dhd_linux.c | 1347 dhd_find_sta(void *pub, int ifidx, void *ea) in dhd_find_sta() function 1506 sta = dhd_find_sta(pub, ifidx, ea); in dhd_findadd_sta() 3270 if (dhd_find_sta(dhdp, ifidx, mac_addr)) { 4636 if (dhd_find_sta(dhdp, ifidx, (void *)eh->ether_dhost)) { 19393 return dhd_find_sta(dhdp, bssidx, mac) ? TRUE : FALSE;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd.h | 2347 extern struct dhd_sta *dhd_find_sta(void *pub, int ifidx, void *ea);
|
| H A D | dhd_linux.c | 1347 dhd_find_sta(void *pub, int ifidx, void *ea) in dhd_find_sta() function 1506 sta = dhd_find_sta(pub, ifidx, ea); in dhd_findadd_sta() 3270 if (dhd_find_sta(dhdp, ifidx, mac_addr)) { 4636 if (dhd_find_sta(dhdp, ifidx, (void *)eh->ether_dhost)) { 19458 return dhd_find_sta(dhdp, bssidx, mac) ? TRUE : FALSE;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd.h | 2352 extern struct dhd_sta *dhd_find_sta(void *pub, int ifidx, void *ea);
|
| H A D | dhd_linux.c | 1361 dhd_find_sta(void *pub, int ifidx, void *ea) in dhd_find_sta() function 1520 sta = dhd_find_sta(pub, ifidx, ea); in dhd_findadd_sta() 3284 if (dhd_find_sta(dhdp, ifidx, mac_addr)) { 4647 if (dhd_find_sta(dhdp, ifidx, (void *)eh->ether_dhost)) { 19552 return dhd_find_sta(dhdp, bssidx, mac) ? TRUE : FALSE;
|