Home
last modified time | relevance | path

Searched refs:MAX_NUM_STA (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h88 u8 au8Sta_AssociatedBss[MAX_NUM_STA][ETH_ALEN];
132 struct wilc_wfi_key *wilc_gtk[MAX_NUM_STA];
133 struct wilc_wfi_key *wilc_ptk[MAX_NUM_STA];
Dhost_interface.h24 #define MAX_NUM_STA 9 macro
Dhost_interface.c150 u8 del_all_sta[MAX_NUM_STA][ETH_ALEN];
2393 for (i = 0; i < MAX_NUM_STA; i++) { in Handle_DelAllSta()
4606 for (i = 0; i < MAX_NUM_STA; i++) { in host_int_del_allstation()
Dwilc_wfi_cfgoperations.c2571 memset(priv->assoc_stainfo.au8Sta_AssociatedBss, 0, MAX_NUM_STA * ETH_ALEN); in change_virtual_intf()