Rechercher une page de manuel
ieee80211_generic_frame_duration
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
ieee80211_generic_frame_duration - Calculate the duration field for a frameSYNOPSIS
- __le16 ieee80211_generic_frame_duration(struct ieee80211_hw * hw, struct ieee80211_vif * vif, size_t frame_len, struct ieee80211_rate * rate);
ARGUMENTS
hw
- pointer obtained from ieee80211_alloc_hw.
vif
struct ieee80211_vif pointer from the add_interface callback.
frame_len
- the length of the frame.
rate
- the rate at which the frame is going to be transmitted.
DESCRIPTION
Calculate the duration field of some generic frame, given its length and transmission rate (in 100kbps).
AUTHOR
Johannes Berg <johannes@sipsolutions.net>
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre