Searched refs:ctl_rate (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c240 uint8_t ctl_rate = rt->info[cix].dot11Rate; local
262 WLAN_CTRL_FRAME_SIZE, ctl_rate, 0);
264 WLAN_CTRL_FRAME_SIZE, ctl_rate, IEEE80211_F_SHPREAMBLE);
/freebsd-12-stable/sys/net80211/
H A Dieee80211_phy.c313 uint8_t ctl_rate = rt->info[cix].dot11Rate; local
329 ctl_rate &= IEEE80211_RATE_VAL;
343 WLAN_CTRL_FRAME_SIZE, ctl_rate, 0);
345 WLAN_CTRL_FRAME_SIZE, ctl_rate, IEEE80211_F_SHPREAMBLE);
/freebsd-12-stable/sys/dev/wtap/
H A Dif_wtap.c683 uint8_t ctl_rate = ic->ic_rt->info[cix].dot11Rate;
684 printf("code=%d, cix=%d, ctl_rate=%d\n", code, cix, ctl_rate);

Completed in 113 milliseconds