Searched refs:ostate (Results 1 - 25 of 41) sorted by last modified time

12

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c9534 enum ieee80211_state ostate = ic->ic_state; local
9545 if (ostate == IEEE80211_S_SCAN) {
9546 if (nstate == ostate) {
9558 if (nstate <= ostate) {
9559 switch (ostate) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c8606 enum ieee80211_state ostate = ic->ic_state; local
8617 if (ostate == IEEE80211_S_SCAN) {
8618 if (nstate == ostate) {
8629 if (nstate <= ostate) {
8630 switch (ostate) {
/haiku/src/system/libroot/posix/stdlib/
H A Drandom.c318 char *ostate = (char *)(&state[-1]); local
355 return (ostate);
383 char *ostate = (char *)(&state[-1]); local
400 return (ostate);
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c2176 enum ieee80211_state ostate; local
2182 ostate = vap->iv_state;
2184 ieee80211_state_name[ostate],
2194 if (ostate == IEEE80211_S_RUN) {
2203 if (ostate != IEEE80211_S_RUN)
H A Dif_rum.c966 enum ieee80211_state ostate; local
971 ostate = vap->iv_state;
973 ieee80211_state_name[ostate],
980 if (ostate == IEEE80211_S_SLEEP && vap->iv_opmode == IEEE80211_M_STA) {
993 if (ostate == IEEE80211_S_RUN)
999 if (ostate == IEEE80211_S_SLEEP)
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_proto.c1058 enum ieee80211_state ostate; local
1064 ostate = ic->ic_state;
1071 ieee80211_state_name[ostate], ieee80211_state_name[nstate]);
1082 switch (ostate) {
1170 switch (ostate) {
1215 if (ostate == IEEE80211_S_RUN)
1220 switch (ostate) {
1224 ifp->if_xname, ieee80211_state_name[ostate],
1255 ic->ic_state = ostate; /* stay RUN */
1267 switch (ostate) {
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.cpp317 uint32_t ostate; local
319 ostate = atomic_fetchadd_32(&vap->iv_com_state, IEEE80211_COM_REF_ADD);
321 if (ostate & IEEE80211_COM_DETACHED) {
326 if (_IEEE80211_MASKSHIFT(ostate, IEEE80211_COM_REF) ==
339 uint32_t ostate; local
341 ostate = atomic_fetchadd_32(&vap->iv_com_state, -IEEE80211_COM_REF_ADD);
343 KASSERT(_IEEE80211_MASKSHIFT(ostate, IEEE80211_COM_REF) != 0,
346 (void) ostate;
H A Dieee80211_wds.c349 enum ieee80211_state ostate; local
354 ostate = vap->iv_state;
356 ieee80211_state_name[ostate], ieee80211_state_name[nstate]);
359 if (ostate != IEEE80211_S_SCAN)
364 switch (ostate) {
371 if (ostate != IEEE80211_S_INIT) {
377 switch (ostate) {
386 if (ostate == IEEE80211_S_INIT) {
H A Dieee80211_tdma.c233 enum ieee80211_state ostate; local
238 ostate = vap->iv_state;
240 __func__, ieee80211_state_name[ostate],
246 (ostate == IEEE80211_S_INIT || ostate == IEEE80211_S_RUN) &&
254 if (ostate == IEEE80211_S_RUN) {
274 nstate == IEEE80211_S_RUN && ostate != IEEE80211_S_RUN &&
H A Dieee80211_sta.c238 enum ieee80211_state ostate; local
242 ostate = vap->iv_state;
244 __func__, ieee80211_state_name[ostate],
248 if (ostate != IEEE80211_S_SCAN)
255 switch (ostate) {
276 if (ostate != IEEE80211_S_INIT) {
284 switch (ostate) {
345 switch (ostate) {
387 switch (ostate) {
410 switch (ostate) {
[all...]
H A Dieee80211_proto.c2475 enum ieee80211_state nstate, ostate; local
2502 ostate = vap->iv_state;
2503 if (nstate == IEEE80211_S_SCAN && ostate != IEEE80211_S_INIT) {
2517 ieee80211_state_name[ostate], ieee80211_state_name[nstate], arg);
2534 if (ostate == nstate)
2604 enum ieee80211_state ostate; local
2656 ostate = vap->iv_state;
2659 ieee80211_state_name[ostate], ieee80211_state_name[nstate],
2663 if (ostate == IEEE80211_S_INIT) {
2676 __func__, ieee80211_state_name[ostate],
[all...]
H A Dieee80211_output.c3357 enum ieee80211_state ostate = (enum ieee80211_state)(uintptr_t)arg; local
3370 if (vap->iv_state == ostate) {
H A Dieee80211_mesh.c700 enum ieee80211_state ostate; local
704 ostate = vap->iv_state;
706 __func__, ieee80211_state_name[ostate],
709 if (ostate != IEEE80211_S_SCAN)
712 if (nstate != IEEE80211_S_RUN && ostate == IEEE80211_S_RUN) {
718 switch (ostate) {
732 if (ostate != IEEE80211_S_INIT) {
739 switch (ostate) {
781 switch (ostate) {
844 /* NB: ostate no
[all...]
H A Dieee80211_hwmp.c288 hwmp_newstate(struct ieee80211vap *vap, enum ieee80211_state ostate, int arg) argument
294 __func__, ieee80211_state_name[ostate],
297 if (nstate != IEEE80211_S_RUN && ostate == IEEE80211_S_RUN)
H A Dieee80211_hostap.c163 enum ieee80211_state ostate; local
167 ostate = vap->iv_state;
169 __func__, ieee80211_state_name[ostate],
172 if (ostate != IEEE80211_S_SCAN)
176 switch (ostate) {
190 if (ostate != IEEE80211_S_INIT) {
198 switch (ostate) {
217 * XXX no need to stop if ostate RUN but it's ok
272 switch (ostate) {
341 if (ostate
[all...]
H A Dieee80211_adhoc.c139 enum ieee80211_state ostate; local
143 ostate = vap->iv_state;
145 __func__, ieee80211_state_name[ostate],
148 if (ostate != IEEE80211_S_SCAN)
153 switch (ostate) {
160 if (ostate != IEEE80211_S_INIT) {
166 switch (ostate) {
220 switch (ostate) {
265 ic->ic_newassoc(ni, ostate != IEEE80211_S_RUN);
274 ieee80211_state_name[ostate], ieee80211_state_nam
[all...]
H A Dieee80211_monitor.c99 enum ieee80211_state ostate; local
103 ostate = vap->iv_state;
105 __func__, ieee80211_state_name[ostate],
109 switch (ostate) {
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn.c1048 enum ieee80211_state ostate; local
1051 ostate = vap->iv_state;
1053 ieee80211_state_name[ostate], ieee80211_state_name[nstate]);
1056 ostate == IEEE80211_S_INIT && nstate == IEEE80211_S_RUN) {
1066 if (ostate == IEEE80211_S_CSA) {
1079 if (ostate == IEEE80211_S_CSA) {
1084 if ((ostate == IEEE80211_S_RUN && nstate != IEEE80211_S_CSA) ||
1085 ostate == IEEE80211_S_CSA) {
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c4090 enum ieee80211_state ostate = vap->iv_state; local
4095 ieee80211_state_name[ostate], ieee80211_state_name[nstate]);
4101 if (ostate == IEEE80211_S_CAC) {
4167 if (ostate == IEEE80211_S_CAC) {
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c1756 enum ieee80211_state ostate = vap->iv_state; local
1777 if (ostate == IEEE80211_S_RUN && nstate != IEEE80211_S_RUN) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c5784 enum ieee80211_state ostate = vap->iv_state; local
5798 ieee80211_state_name[ostate],
5835 if (ostate == IEEE80211_S_CSA && nstate == IEEE80211_S_RUN)
6031 if (ostate != IEEE80211_S_RUN &&
6032 ostate != IEEE80211_S_SLEEP) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c855 enum ieee80211_state ostate; local
861 ostate = vap->iv_state;
875 if (ostate == IEEE80211_S_SCAN)
901 if (ostate != IEEE80211_S_AUTH)
/haiku/src/libs/iconv/
H A Diconv.c421 memset(&cd->ostate,'\0',sizeof(state_t));
H A Dbig5hkscs1999.h110 unsigned char last = conv->ostate;
119 conv->ostate = 0;
139 conv->ostate = 0;
155 conv->ostate = 0;
168 conv->ostate = buf[1]; /* = 0x66 or = 0xa7 */
174 conv->ostate = 0;
186 unsigned char last = conv->ostate;
193 /* conv->ostate = 0; will be done by the caller */
H A Dbig5hkscs2001.h117 unsigned char last = conv->ostate;
126 conv->ostate = 0;
146 conv->ostate = 0;
162 conv->ostate = 0;
175 conv->ostate = buf[1]; /* = 0x66 or = 0xa7 */
181 conv->ostate = 0;
192 conv->ostate = 0;
204 unsigned char last = conv->ostate;
211 /* conv->ostate = 0; will be done by the caller */

Completed in 239 milliseconds

12