Home
last modified time | relevance | path

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

/linux-6.12.1/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()
149 from_timer(sdata, t, u.ocb.housekeeping_timer); in ieee80211_ocb_housekeeping_timer()
151 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_housekeeping_timer()
160 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_setup_sdata()
173 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_join()
204 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_leave()
233 del_timer_sync(&sdata->u.ocb.housekeeping_timer); in ieee80211_ocb_leave()
DMakefile37 ocb.o \
Dieee80211_i.h1164 struct ieee80211_if_ocb ocb; member
/linux-6.12.1/net/wireless/
Docb.c38 wdev->u.ocb.chandef = setup->chandef; in cfg80211_join_ocb()
57 if (!wdev->u.ocb.chandef.chan) in cfg80211_leave_ocb()
62 memset(&wdev->u.ocb.chandef, 0, sizeof(wdev->u.ocb.chandef)); in cfg80211_leave_ocb()
DMakefile15 cfg80211-y += mlme.o ibss.o sme.o chan.o ethtool.o mesh.o ap.o trace.o ocb.o
Dchan.c1686 return &wdev->u.ocb.chandef; in wdev_chandef()
Dreg.c2425 if (!wdev->u.ocb.chandef.chan) in reg_wdev_chan_valid()
2427 chandef = wdev->u.ocb.chandef; in reg_wdev_chan_valid()
/linux-6.12.1/include/net/
Dcfg80211.h6362 } ocb; member