Searched refs:ah_ctstimeout (Results 1 – 14 of 14) sorted by relevance
525 ahp->ah_ctstimeout = (u_int) -1; /* restore default handling */ in ar5210SetCTSTimeout()531 ahp->ah_ctstimeout = us; in ar5210SetCTSTimeout()
231 ahp->ah_ctstimeout = (u_int) -1; in ar5210Attach()
290 if (ahp->ah_ctstimeout != (u_int) -1) in ar5210Reset()291 ar5210SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5210Reset()
122 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()
134 u_int ah_ctstimeout; /* user-specified cts timeout */ member
249 ahp->ah_ctstimeout = (u_int) -1; in ar5211Attach()
536 if (ahp->ah_ctstimeout != (u_int) -1) in ar5211Reset()537 ar5211SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5211Reset()
552 if (ahp->ah_ctstimeout != (u_int) -1) in ar5312Reset()553 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()
307 u_int ah_ctstimeout; /* user-specified cts timeout */ member
273 ahp->ah_ctstimeout = (u_int) -1; in ar5212InitState()
678 if (ahp->ah_ctstimeout != (u_int) -1) in ar5212Reset()679 ar5212SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5212Reset()
741 if (ahp->ah_ctstimeout != (u_int) -1) in ar5416InitUserSettings()742 ar5212SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5416InitUserSettings()