Home
last modified time | relevance | path

Searched refs:pBSSID (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h1050 s32 host_int_delBASession(struct host_if_drv *hWFIDrv, char *pBSSID, char TID);
1061 s32 host_int_del_All_Rx_BASession(struct host_if_drv *hWFIDrv, char *pBSSID, char TID);
Dlinux_wlan.c403 int linux_wlan_set_bssid(struct net_device *wilc_netdev, u8 *pBSSID) in linux_wlan_set_bssid() argument
415 memcpy(wilc->vif[i].bssid, pBSSID, 6); in linux_wlan_set_bssid()
Dwilc_wlan.c1061 char *pBSSID = ((struct tx_complete_data *)(tqe->priv))->pBssid; in wilc_wlan_handle_txq() local
1065 memcpy(&txb[offset + 4], pBSSID, 6); in wilc_wlan_handle_txq()
Dhost_interface.c4897 s32 host_int_delBASession(struct host_if_drv *hif_drv, char *pBSSID, char TID) in host_int_delBASession() argument
4912 memcpy(pBASessionInfo->au8Bssid, pBSSID, ETH_ALEN); in host_int_delBASession()
4926 char *pBSSID, in host_int_del_All_Rx_BASession() argument
4942 memcpy(pBASessionInfo->au8Bssid, pBSSID, ETH_ALEN); in host_int_del_All_Rx_BASession()
Dwilc_wfi_cfgoperations.c510 int linux_wlan_set_bssid(struct net_device *wilc_netdev, u8 *pBSSID);