Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wlan-ng/
Dp80211req.c103 wlandev->msdstate == WLAN_MSD_RUNNING || in p80211req_dorequest()
Dp80211netdev.h80 #define WLAN_MSD_RUNNING 7 macro
Dprism2sta.c445 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
505 wlandev->msdstate = WLAN_MSD_RUNNING; in prism2sta_ifstate()
510 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
530 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
Dp80211netdev.c155 if (wlandev->msdstate != WLAN_MSD_RUNNING) in p80211knetdev_open()
Dcfg80211.c306 if ((wlandev == NULL) || (wlandev->msdstate != WLAN_MSD_RUNNING)) in prism2_get_station()