Searched refs:protmode (Results 1 – 4 of 4) sorted by relevance
82 .long protmode-mptramp_start /* offset in segment */89 protmode: label
175 pushl $(protmode-bootMP)179 protmode: label
1265 uint8_t protmode; in htinfo_update() local1268 protmode = IEEE80211_HTINFO_OPMODE_MIXED in htinfo_update()1271 protmode = IEEE80211_HTINFO_OPMODE_PROTOPT in htinfo_update()1276 protmode = IEEE80211_HTINFO_OPMODE_HT20PR; in htinfo_update()1278 protmode = IEEE80211_HTINFO_OPMODE_PURE; in htinfo_update()1280 if (protmode != ic->ic_curhtprotmode) { in htinfo_update()1281 ic->ic_curhtprotmode = protmode; in htinfo_update()1335 ieee80211_htprot_update(struct ieee80211com *ic, int protmode) in ieee80211_htprot_update() argument1341 KASSERT(protmode & IEEE80211_HTINFO_NONHT_PRESENT, in ieee80211_htprot_update()1342 ("protmode 0x%x", protmode)); in ieee80211_htprot_update()[all …]
183 void ieee80211_htprot_update(struct ieee80211com *, int protmode);