| 2085 | ath = frm; |
| 2086 | #endif |
| 2087 | else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { |
| 2088 | if (ishtcapoui(frm) && htcap == NULL) |
| 2089 | htcap = frm; |
| 2090 | } |
| 2091 | break; |
| 2092 | } |
| 2093 | frm += frm[1] + 2; |
nothing calls this directly
no test coverage detected