Home
last modified time | relevance | path

Searched refs:ttlm_res (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac80211/
H A Dmlme.c8061 enum ieee80211_neg_ttlm_res ttlm_res, in ieee80211_send_neg_ttlm_res() argument
8068 int hdr_len = IEEE80211_MIN_ACTION_SIZE(ttlm_res); in ieee80211_send_neg_ttlm_res()
8087 mgmt->u.action.ttlm_res.dialog_token = dialog_token; in ieee80211_send_neg_ttlm_res()
8088 switch (ttlm_res) { in ieee80211_send_neg_ttlm_res()
8104 mgmt->u.action.ttlm_res.status_code = cpu_to_le16(status_code); in ieee80211_send_neg_ttlm_res()
8195 enum ieee80211_neg_ttlm_res ttlm_res = NEG_TTLM_RES_ACCEPT; in ieee80211_process_neg_ttlm_req() local
8212 ttlm_res = NEG_TTLM_RES_REJECT; in ieee80211_process_neg_ttlm_req()
8221 ttlm_res = NEG_TTLM_RES_REJECT; in ieee80211_process_neg_ttlm_req()
8228 ttlm_res = NEG_TTLM_RES_REJECT; in ieee80211_process_neg_ttlm_req()
8237 ttlm_res = NEG_TTLM_RES_REJECT; in ieee80211_process_neg_ttlm_req()
[all …]
H A Drx.c3904 if (len < IEEE80211_MIN_ACTION_SIZE(ttlm_res)) in ieee80211_rx_h_action()