Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dp80211req.c120 wlandev->msdstate == WLAN_MSD_RUNNING || in p80211req_dorequest()
Dp80211netdev.h77 #define WLAN_MSD_RUNNING 7 macro
Dprism2sta.c449 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
509 wlandev->msdstate = WLAN_MSD_RUNNING; in prism2sta_ifstate()
514 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
534 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
Dp80211netdev.c157 if (wlandev->msdstate != WLAN_MSD_RUNNING) in p80211knetdev_open()
Dcfg80211.c269 if (!wlandev || (wlandev->msdstate != WLAN_MSD_RUNNING)) in prism2_get_station()