Home
last modified time | relevance | path

Searched refs:wnmsleep_ie (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwnm_ap.c58 struct wnm_sleep_element wnmsleep_ie; in ieee802_11_send_wnmsleep_resp() local
74 os_memset(&wnmsleep_ie, 0, sizeof(struct wnm_sleep_element)); in ieee802_11_send_wnmsleep_resp()
76 wnmsleep_ie.eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_resp()
77 wnmsleep_ie.len = wnmsleep_ie_len - 2; in ieee802_11_send_wnmsleep_resp()
78 wnmsleep_ie.action_type = action_type; in ieee802_11_send_wnmsleep_resp()
79 wnmsleep_ie.status = WNM_STATUS_SLEEP_ACCEPT; in ieee802_11_send_wnmsleep_resp()
80 wnmsleep_ie.intval = host_to_le16(intval); in ieee802_11_send_wnmsleep_resp()
188 os_memcpy(pos, &wnmsleep_ie, wnmsleep_ie_len); in ieee802_11_send_wnmsleep_resp()
219 if (wnmsleep_ie.status == WNM_STATUS_SLEEP_ACCEPT && in ieee802_11_send_wnmsleep_resp()
220 wnmsleep_ie.action_type == WNM_SLEEP_MODE_ENTER) { in ieee802_11_send_wnmsleep_resp()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwnm_ap.c57 struct wnm_sleep_element wnmsleep_ie; in ieee802_11_send_wnmsleep_resp() local
73 os_memset(&wnmsleep_ie, 0, sizeof(struct wnm_sleep_element)); in ieee802_11_send_wnmsleep_resp()
75 wnmsleep_ie.eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_resp()
76 wnmsleep_ie.len = wnmsleep_ie_len - 2; in ieee802_11_send_wnmsleep_resp()
77 wnmsleep_ie.action_type = action_type; in ieee802_11_send_wnmsleep_resp()
78 wnmsleep_ie.status = WNM_STATUS_SLEEP_ACCEPT; in ieee802_11_send_wnmsleep_resp()
79 wnmsleep_ie.intval = host_to_le16(intval); in ieee802_11_send_wnmsleep_resp()
167 os_memcpy(pos, &wnmsleep_ie, wnmsleep_ie_len); in ieee802_11_send_wnmsleep_resp()
197 if (wnmsleep_ie.status == WNM_STATUS_SLEEP_ACCEPT && in ieee802_11_send_wnmsleep_resp()
198 wnmsleep_ie.action_type == WNM_SLEEP_MODE_ENTER) { in ieee802_11_send_wnmsleep_resp()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwnm_sta.c62 struct wnm_sleep_element *wnmsleep_ie; in ieee802_11_send_wnmsleep_req() local
76 wnmsleep_ie = os_zalloc(sizeof(struct wnm_sleep_element)); in ieee802_11_send_wnmsleep_req()
77 if (wnmsleep_ie == NULL) in ieee802_11_send_wnmsleep_req()
79 wnmsleep_ie->eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_req()
80 wnmsleep_ie->len = wnmsleep_ie_len - 2; in ieee802_11_send_wnmsleep_req()
81 wnmsleep_ie->action_type = action; in ieee802_11_send_wnmsleep_req()
82 wnmsleep_ie->status = WNM_STATUS_SLEEP_ACCEPT; in ieee802_11_send_wnmsleep_req()
83 wnmsleep_ie->intval = host_to_le16(intval); in ieee802_11_send_wnmsleep_req()
85 (u8 *) wnmsleep_ie, wnmsleep_ie_len); in ieee802_11_send_wnmsleep_req()
92 os_free(wnmsleep_ie); in ieee802_11_send_wnmsleep_req()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwnm_sta.c62 struct wnm_sleep_element *wnmsleep_ie; in ieee802_11_send_wnmsleep_req() local
76 wnmsleep_ie = os_zalloc(sizeof(struct wnm_sleep_element)); in ieee802_11_send_wnmsleep_req()
77 if (wnmsleep_ie == NULL) in ieee802_11_send_wnmsleep_req()
79 wnmsleep_ie->eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_req()
80 wnmsleep_ie->len = wnmsleep_ie_len - 2; in ieee802_11_send_wnmsleep_req()
81 wnmsleep_ie->action_type = action; in ieee802_11_send_wnmsleep_req()
82 wnmsleep_ie->status = WNM_STATUS_SLEEP_ACCEPT; in ieee802_11_send_wnmsleep_req()
83 wnmsleep_ie->intval = host_to_le16(intval); in ieee802_11_send_wnmsleep_req()
85 (u8 *) wnmsleep_ie, wnmsleep_ie_len); in ieee802_11_send_wnmsleep_req()
92 os_free(wnmsleep_ie); in ieee802_11_send_wnmsleep_req()
[all …]