Searched refs:protmode (Results 1 – 4 of 4) sorted by relevance
80 .long protmode-mptramp_start /* offset in segment */87 protmode: label
177 pushl $(protmode-bootMP)181 protmode: label
1549 uint8_t protmode; in htinfo_update() local1552 protmode = IEEE80211_HTINFO_OPMODE_MIXED in htinfo_update()1555 protmode = IEEE80211_HTINFO_OPMODE_PROTOPT in htinfo_update()1560 protmode = IEEE80211_HTINFO_OPMODE_HT20PR; in htinfo_update()1562 protmode = IEEE80211_HTINFO_OPMODE_PURE; in htinfo_update()1564 if (protmode != vap->iv_curhtprotmode) { in htinfo_update()1565 vap->iv_curhtprotmode = protmode; in htinfo_update()1621 ieee80211_htprot_update(struct ieee80211vap *vap, int protmode) in ieee80211_htprot_update() argument1628 KASSERT(protmode & IEEE80211_HTINFO_NONHT_PRESENT, in ieee80211_htprot_update()1629 ("protmode 0x%x", protmode)); in ieee80211_htprot_update()[all …]
212 void ieee80211_htprot_update(struct ieee80211vap *, int protmode);