Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A 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 timer_delete_sync(&sdata->u.ocb.housekeeping_timer); in ieee80211_ocb_leave()
H A DMakefile37 ocb.o \
H A Dieee80211_i.h1179 struct ieee80211_if_ocb ocb; member
/linux-6.15/net/wireless/
H A 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()
H A DMakefile10 cfg80211-y += mlme.o ibss.o sme.o chan.o ethtool.o mesh.o ap.o trace.o ocb.o
H A Dchan.c1564 return &wdev->u.ocb.chandef; in wdev_chandef()
H A Dreg.c2428 if (!wdev->u.ocb.chandef.chan) in reg_wdev_chan_valid()
2430 chandef = wdev->u.ocb.chandef; in reg_wdev_chan_valid()
/linux-6.15/Documentation/netlink/specs/
H A Dnl80211.yaml122 - join-ocb
123 - leave-ocb
1665 name: ocb
1738 name: ocb
/linux-6.15/include/net/
H A Dcfg80211.h6430 } ocb; member