Home
last modified time | relevance | path

Searched refs:ocb (Results 1 – 7 of 7) sorted by relevance

/net/mac80211/
Docb.c43 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_rx_no_sta()
109 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_housekeeping()
121 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_work()
151 from_timer(sdata, t, u.ocb.housekeeping_timer); in ieee80211_ocb_housekeeping_timer()
153 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_housekeeping_timer()
162 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_setup_sdata()
174 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_join()
205 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_leave()
234 del_timer_sync(&sdata->u.ocb.housekeeping_timer); in ieee80211_ocb_leave()
DMakefile37 ocb.o \
Dieee80211_i.h1100 struct ieee80211_if_ocb ocb; member
/net/wireless/
Docb.c38 wdev->u.ocb.chandef = setup->chandef; in __cfg80211_join_ocb()
71 if (!wdev->u.ocb.chandef.chan) in __cfg80211_leave_ocb()
76 memset(&wdev->u.ocb.chandef, 0, sizeof(wdev->u.ocb.chandef)); in __cfg80211_leave_ocb()
DMakefile14 cfg80211-y += mlme.o ibss.o sme.o chan.o ethtool.o mesh.o ap.o trace.o ocb.o
Dchan.c1534 return &wdev->u.ocb.chandef; in wdev_chandef()
Dreg.c2421 if (!wdev->u.ocb.chandef.chan) in reg_wdev_chan_valid()
2423 chandef = wdev->u.ocb.chandef; in reg_wdev_chan_valid()