Home
last modified time | relevance | path

Searched refs:known_smps_mode (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dsta_info.h661 enum ieee80211_smps_mode known_smps_mode; member
H A Dsta_info.c501 sta->known_smps_mode = IEEE80211_SMPS_OFF; in sta_info_alloc()
504 sta->known_smps_mode = IEEE80211_SMPS_STATIC; in sta_info_alloc()
507 sta->known_smps_mode = IEEE80211_SMPS_DYNAMIC; in sta_info_alloc()
H A Dstatus.c229 sta->known_smps_mode = smps_mode; in ieee80211_frame_acked()