Home
last modified time | relevance | path

Searched refs:bInitState (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_softmac.c406 bool bInitState) in rtllib_EnableNetMonitorMode() argument
412 ieee->AllowAllDestAddrHandler(dev, true, !bInitState); in rtllib_EnableNetMonitorMode()
420 bool bInitState) in rtllib_DisableNetMonitorMode() argument
426 ieee->AllowAllDestAddrHandler(dev, false, !bInitState); in rtllib_DisableNetMonitorMode()
437 bool bInitState) in rtllib_EnableIntelPromiscuousMode() argument
445 ieee->AllowAllDestAddrHandler(dev, true, !bInitState); in rtllib_EnableIntelPromiscuousMode()
458 bool bInitState) in rtllib_DisableIntelPromiscuousMode() argument
466 ieee->AllowAllDestAddrHandler(dev, false, !bInitState); in rtllib_DisableIntelPromiscuousMode()
H A Drtllib.h1997 void rtllib_EnableNetMonitorMode(struct net_device *dev, bool bInitState);
1998 void rtllib_DisableNetMonitorMode(struct net_device *dev, bool bInitState);
1999 void rtllib_EnableIntelPromiscuousMode(struct net_device *dev, bool bInitState);
2001 bool bInitState);