Searched refs:ah_ctstimeout (Results 1 – 14 of 14) sorted by relevance
524 ahp->ah_ctstimeout = (u_int) -1; /* restore default handling */ in ar5210SetCTSTimeout()530 ahp->ah_ctstimeout = us; in ar5210SetCTSTimeout()
285 if (ahp->ah_ctstimeout != (u_int) -1) in ar5210Reset()286 ar5210SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5210Reset()
228 ahp->ah_ctstimeout = (u_int) -1; in ar5210Attach()
123 u_int ah_ctstimeout; /* user-specified cts timeout */ member
527 ahp->ah_ctstimeout = (u_int) -1; /* restore default handling */ in ar5211SetCTSTimeout()533 ahp->ah_ctstimeout = us; in ar5211SetCTSTimeout()
135 u_int ah_ctstimeout; /* user-specified cts timeout */ member
246 ahp->ah_ctstimeout = (u_int) -1; in ar5211Attach()
535 if (ahp->ah_ctstimeout != (u_int) -1) in ar5211Reset()536 ar5211SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5211Reset()
550 if (ahp->ah_ctstimeout != (u_int) -1) in ar5312Reset()551 ar5212SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5312Reset()
552 ahp->ah_ctstimeout = (u_int) -1; /* restore default handling */ in ar5212SetCTSTimeout()558 ahp->ah_ctstimeout = us; in ar5212SetCTSTimeout()
306 u_int ah_ctstimeout; /* user-specified cts timeout */ member
271 ahp->ah_ctstimeout = (u_int) -1; in ar5212InitState()
675 if (ahp->ah_ctstimeout != (u_int) -1) in ar5212Reset()676 ar5212SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5212Reset()
737 if (ahp->ah_ctstimeout != (u_int) -1) in ar5416InitUserSettings()738 ar5212SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5416InitUserSettings()