Searched refs:bInitState (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/rtl8192e/ |
D | rtllib.h | 2053 void rtllib_EnableNetMonitorMode(struct net_device *dev, bool bInitState); 2054 void rtllib_DisableNetMonitorMode(struct net_device *dev, bool bInitState); 2055 void rtllib_EnableIntelPromiscuousMode(struct net_device *dev, bool bInitState); 2057 bool bInitState);
|
D | rtllib_softmac.c | 409 bool bInitState) in rtllib_EnableNetMonitorMode() argument 415 ieee->AllowAllDestAddrHandler(dev, true, !bInitState); in rtllib_EnableNetMonitorMode() 423 bool bInitState) in rtllib_DisableNetMonitorMode() argument 429 ieee->AllowAllDestAddrHandler(dev, false, !bInitState); in rtllib_DisableNetMonitorMode() 440 bool bInitState) in rtllib_EnableIntelPromiscuousMode() argument 448 ieee->AllowAllDestAddrHandler(dev, true, !bInitState); in rtllib_EnableIntelPromiscuousMode() 461 bool bInitState) in rtllib_DisableIntelPromiscuousMode() argument 469 ieee->AllowAllDestAddrHandler(dev, false, !bInitState); in rtllib_DisableIntelPromiscuousMode()
|