Searched refs:protmode (Results 1 – 4 of 4) sorted by relevance
82 .long protmode-mptramp_start /* offset in segment */89 protmode: label
183 pushl $(protmode-bootMP)187 protmode: label
1548 uint8_t protmode; in htinfo_update() local1551 protmode = IEEE80211_HTINFO_OPMODE_MIXED in htinfo_update()1554 protmode = IEEE80211_HTINFO_OPMODE_PROTOPT in htinfo_update()1559 protmode = IEEE80211_HTINFO_OPMODE_HT20PR; in htinfo_update()1561 protmode = IEEE80211_HTINFO_OPMODE_PURE; in htinfo_update()1563 if (protmode != vap->iv_curhtprotmode) { in htinfo_update()1564 vap->iv_curhtprotmode = protmode; in htinfo_update()1620 ieee80211_htprot_update(struct ieee80211vap *vap, int protmode) in ieee80211_htprot_update() argument1627 KASSERT(protmode & IEEE80211_HTINFO_NONHT_PRESENT, in ieee80211_htprot_update()1628 ("protmode 0x%x", protmode)); in ieee80211_htprot_update()[all …]
213 void ieee80211_htprot_update(struct ieee80211vap *, int protmode);