Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c3226 u16 prot_mode; in mwl8k_cmd_set_aid() local
3239 prot_mode = MWL8K_FRAME_PROT_11G; in mwl8k_cmd_set_aid()
3244 prot_mode = MWL8K_FRAME_PROT_11N_HT_40MHZ_ONLY; in mwl8k_cmd_set_aid()
3247 prot_mode = MWL8K_FRAME_PROT_11N_HT_ALL; in mwl8k_cmd_set_aid()
3250 prot_mode = MWL8K_FRAME_PROT_DISABLED; in mwl8k_cmd_set_aid()
3254 cmd->protection_mode = cpu_to_le16(prot_mode); in mwl8k_cmd_set_aid()
/linux-4.4.14/net/mac80211/
Dutil.c2301 u16 prot_mode, bool rifs_mode) in ieee80211_ie_build_ht_oper() argument
2332 ht_oper->operation_mode = cpu_to_le16(prot_mode); in ieee80211_ie_build_ht_oper()
Dieee80211_i.h1965 u16 prot_mode, bool rifs_mode);