Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/wlan-ng/
Dp80211req.c103 wlandev->msdstate == WLAN_MSD_RUNNING || in p80211req_dorequest()
Dp80211netdev.h80 #define WLAN_MSD_RUNNING 7 macro
Dprism2sta.c444 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
501 wlandev->msdstate = WLAN_MSD_RUNNING; in prism2sta_ifstate()
506 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
526 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
Dp80211netdev.c155 if (wlandev->msdstate != WLAN_MSD_RUNNING) in p80211knetdev_open()
Dcfg80211.c311 if ((wlandev == NULL) || (wlandev->msdstate != WLAN_MSD_RUNNING)) in prism2_get_station()