Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211req.c100 wlandev->msdstate == WLAN_MSD_RUNNING || in p80211req_dorequest()
H A Dp80211netdev.h57 #define WLAN_MSD_RUNNING 7 macro
H A Dprism2sta.c423 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
483 wlandev->msdstate = WLAN_MSD_RUNNING; in prism2sta_ifstate()
488 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
508 case WLAN_MSD_RUNNING: in prism2sta_ifstate()
H A Dp80211netdev.c137 if (wlandev->msdstate != WLAN_MSD_RUNNING) in p80211knetdev_open()
H A Dcfg80211.c250 if (!wlandev || (wlandev->msdstate != WLAN_MSD_RUNNING)) in prism2_get_station()