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
1296 uint8_t protmode; in htinfo_update() local1299 protmode = IEEE80211_HTINFO_OPMODE_MIXED in htinfo_update()1302 protmode = IEEE80211_HTINFO_OPMODE_PROTOPT in htinfo_update()1307 protmode = IEEE80211_HTINFO_OPMODE_HT20PR; in htinfo_update()1309 protmode = IEEE80211_HTINFO_OPMODE_PURE; in htinfo_update()1311 if (protmode != ic->ic_curhtprotmode) { in htinfo_update()1312 ic->ic_curhtprotmode = protmode; in htinfo_update()1366 ieee80211_htprot_update(struct ieee80211com *ic, int protmode) in ieee80211_htprot_update() argument1372 KASSERT(protmode & IEEE80211_HTINFO_NONHT_PRESENT, in ieee80211_htprot_update()1373 ("protmode 0x%x", protmode)); in ieee80211_htprot_update()[all …]
199 void ieee80211_htprot_update(struct ieee80211com *, int protmode);