Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wlan-ng/
Dp80211req.c121 wlandev->msdstate == WLAN_MSD_RUNNING || in p80211req_dorequest()
Dp80211netdev.h78 #define WLAN_MSD_RUNNING 7 macro
Dprism2sta.c450 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
510 wlandev->msdstate = WLAN_MSD_RUNNING; in prism2sta_ifstate()
515 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
535 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
Dp80211netdev.c158 if (wlandev->msdstate != WLAN_MSD_RUNNING) in p80211knetdev_open()
Dcfg80211.c255 if (!wlandev || (wlandev->msdstate != WLAN_MSD_RUNNING)) in prism2_get_station()