Lines Matching refs:action

57 				 u8 action, u16 intval, struct wpabuf *tfs_req)  in ieee802_11_send_wnmsleep_req()  argument
66 enum wnm_oper tfs_oper = action == 0 ? WNM_SLEEP_TFS_REQ_IE_ADD : in ieee802_11_send_wnmsleep_req()
71 action == 0 ? "enter" : "exit", in ieee802_11_send_wnmsleep_req()
81 wnmsleep_ie->action_type = action; in ieee802_11_send_wnmsleep_req()
114 if (action == WNM_SLEEP_MODE_EXIT && wpa_sm_ocv_enabled(wpa_s->wpa)) { in ieee802_11_send_wnmsleep_req()
168 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_req()
169 mgmt->u.action.u.wnm_sleep_req.action = WNM_SLEEP_MODE_REQ; in ieee802_11_send_wnmsleep_req()
170 mgmt->u.action.u.wnm_sleep_req.dialogtoken = 1; in ieee802_11_send_wnmsleep_req()
171 os_memcpy(mgmt->u.action.u.wnm_sleep_req.variable, wnmsleep_ie, in ieee802_11_send_wnmsleep_req()
175 os_memcpy(mgmt->u.action.u.wnm_sleep_req.variable + in ieee802_11_send_wnmsleep_req()
182 os_memcpy(mgmt->u.action.u.wnm_sleep_req.variable + in ieee802_11_send_wnmsleep_req()
187 len = 1 + sizeof(mgmt->u.action.u.wnm_sleep_req) + wnmsleep_ie_len + in ieee802_11_send_wnmsleep_req()
192 &mgmt->u.action.category, len, 0); in ieee802_11_send_wnmsleep_req()
195 "(action=%d, intval=%d)", action, intval); in ieee802_11_send_wnmsleep_req()
1649 IEEE80211_HDRLEN + sizeof(frame->u.action.u.bss_tm_resp) || in wnm_btm_resp_tx_status()
1650 frame->u.action.category != WLAN_ACTION_WNM || in wnm_btm_resp_tx_status()
1651 frame->u.action.u.bss_tm_resp.action != WNM_BSS_TRANS_MGMT_RESP || in wnm_btm_resp_tx_status()
1652 frame->u.action.u.bss_tm_resp.status_code != WNM_BSS_TM_ACCEPT) in wnm_btm_resp_tx_status()