Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dp80211req.c104 wlandev->msdstate == WLAN_MSD_RUNNING || in p80211req_dorequest()
Dp80211netdev.h80 #define WLAN_MSD_RUNNING 7 macro
Dprism2sta.c473 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
534 wlandev->msdstate = WLAN_MSD_RUNNING; in prism2sta_ifstate()
539 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
559 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
Dp80211netdev.c183 if (wlandev->msdstate != WLAN_MSD_RUNNING) in p80211knetdev_open()
Dcfg80211.c305 if ((wlandev == NULL) || (wlandev->msdstate != WLAN_MSD_RUNNING)) in prism2_get_station()