Searched defs:mgmt (Results 1 - 25 of 48) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/
H A Dmesh_mpm.h25 const struct ieee80211_mgmt *mgmt, size_t len);
31 const struct ieee80211_mgmt *mgmt,
30 mesh_mpm_action_rx(struct wpa_supplicant *wpa_s, const struct ieee80211_mgmt *mgmt, size_t len) argument
H A Dmesh_mpm.c84 wpa_msg(wpa_s, MSG_DEBUG, "MPM: Invalid peer mgmt ie");
607 const struct ieee80211_mgmt *mgmt; local
610 mgmt = wpabuf_head(data->mesh_pending_auth);
613 os_memcmp(mgmt->sa, addr, ETH_ALEN) == 0) {
866 const struct ieee80211_mgmt *mgmt, size_t len)
880 if (mgmt->u.action.category != WLAN_ACTION_SELF_PROTECTED)
883 action_field = mgmt->u.action.u.slf_prot_action.action;
889 ies = mgmt->u.action.u.slf_prot_action.variable;
890 ie_len = (const u8 *) mgmt + len -
891 mgmt
865 mesh_mpm_action_rx(struct wpa_supplicant *wpa_s, const struct ieee80211_mgmt *mgmt, size_t len) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/iana/
H A DIANAObjectIdentifiers.java17 static final ASN1ObjectIdentifier mgmt = internet.branch("2"); field in interface:IANAObjectIdentifiers
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.c170 const struct ieee80211_mgmt *mgmt,
181 ap = ap_get_ap(iface, mgmt->bssid);
183 ap = ap_ap_add(iface, mgmt->bssid);
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
H A Dctrl_iface_ap.c239 struct ieee80211_mgmt *mgmt; local
246 mgmt = os_zalloc(sizeof(*mgmt) + 100);
247 if (mgmt == NULL)
250 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
254 fc2str(mgmt->frame_control));
256 os_memcpy(mgmt->da, addr, ETH_ALEN);
257 os_memcpy(mgmt->sa, hapd->own_addr, ETH_ALEN);
258 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
260 mgmt
308 struct ieee80211_mgmt mgmt; local
368 struct ieee80211_mgmt mgmt; local
[all...]
H A Dieee802_11_shared.c52 struct ieee80211_mgmt mgmt; local
60 os_memset(&mgmt, 0, sizeof(mgmt));
61 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
63 os_memcpy(mgmt.da, addr, ETH_ALEN);
64 os_memcpy(mgmt.sa, hapd->own_addr, ETH_ALEN);
65 os_memcpy(mgmt.bssid, hapd->own_addr, ETH_ALEN);
66 mgmt.u.action.category = WLAN_ACTION_SA_QUERY;
67 mgmt.u.action.u.sa_query_req.action = WLAN_SA_QUERY_REQUEST;
68 os_memcpy(mgmt
[all...]
H A Dieee802_11_ht.c207 const struct ieee80211_mgmt *mgmt, size_t len)
214 const u8 *start = (const u8 *) mgmt;
217 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211,
219 mgmt->u.action.u.public_action.action);
241 hostapd_logger(hapd, mgmt->sa,
249 hostapd_logger(hapd, mgmt->sa,
274 hostapd_logger(hapd, mgmt->sa,
288 hostapd_logger(hapd, mgmt->sa,
206 hostapd_2040_coex_action(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
H A Dwmm.c232 const struct ieee80211_mgmt *mgmt,
235 const u8 *end = ((const u8 *) mgmt) + len;
245 mgmt->u.action.u.wmm_action.dialog_token,
246 MAC2STR(mgmt->sa));
251 wmm_send_action(hapd, mgmt->sa, tspec, WMM_ACTION_CODE_ADDTS_RESP,
252 mgmt->u.action.u.wmm_action.dialog_token, res);
257 const struct ieee80211_mgmt *mgmt, size_t len)
261 const u8 *pos = ((const u8 *) mgmt) + IEEE80211_HDRLEN + 4;
263 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa);
269 hostapd_logger(hapd, mgmt
231 wmm_addts_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, struct wmm_tspec_element *tspec, size_t len) argument
256 hostapd_wmm_action(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
[all...]
H A Dwnm_ap.c50 struct ieee80211_mgmt *mgmt; local
92 mgmt = os_zalloc(sizeof(*mgmt) + wnmsleep_ie_len +
94 if (mgmt == NULL) {
99 os_memcpy(mgmt->da, addr, ETH_ALEN);
100 os_memcpy(mgmt->sa, hapd->own_addr, ETH_ALEN);
101 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
102 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
104 mgmt->u.action.category = WLAN_ACTION_WNM;
105 mgmt
255 struct ieee80211_mgmt *mgmt; local
379 ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
417 struct ieee80211_mgmt *mgmt; local
482 struct ieee80211_mgmt *mgmt; local
533 struct ieee80211_mgmt *mgmt; local
[all...]
H A Dbeacon.c543 const struct ieee80211_mgmt *mgmt, size_t len,
554 ie = mgmt->u.probe_req.variable;
555 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req))
557 ie_len = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req));
561 mgmt->sa, mgmt->da, mgmt->bssid,
570 MAC2STR(mgmt->sa));
577 MAC2STR(mgmt->sa));
632 "broadcast SSID ignored", MAC2STR(mgmt
542 handle_probe_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ssi_signal) argument
[all...]
H A Ddrv_callbacks.c712 struct ieee80211_mgmt *mgmt; local
722 mgmt = (struct ieee80211_mgmt *) drv_mgmt->frame;
723 fc = le_to_host16(mgmt->frame_control);
728 mgmt->u.action.category, (int) plen);
730 sta = ap_get_sta(hapd, mgmt->sa);
736 if (mgmt->u.action.category == WLAN_ACTION_FT) {
742 if (mgmt->u.action.category == WLAN_ACTION_SA_QUERY && plen >= 4) {
744 hapd, mgmt->sa,
745 mgmt->u.action.u.sa_query_resp.action,
746 mgmt
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_list.c170 const struct ieee80211_mgmt *mgmt,
181 ap = ap_get_ap(iface, mgmt->bssid);
183 ap = ap_ap_add(iface, mgmt->bssid);
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
H A Dctrl_iface_ap.c239 struct ieee80211_mgmt *mgmt; local
246 mgmt = os_zalloc(sizeof(*mgmt) + 100);
247 if (mgmt == NULL)
250 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
254 fc2str(mgmt->frame_control));
256 os_memcpy(mgmt->da, addr, ETH_ALEN);
257 os_memcpy(mgmt->sa, hapd->own_addr, ETH_ALEN);
258 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
260 mgmt
308 struct ieee80211_mgmt mgmt; local
368 struct ieee80211_mgmt mgmt; local
[all...]
H A Dieee802_11_shared.c52 struct ieee80211_mgmt mgmt; local
60 os_memset(&mgmt, 0, sizeof(mgmt));
61 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
63 os_memcpy(mgmt.da, addr, ETH_ALEN);
64 os_memcpy(mgmt.sa, hapd->own_addr, ETH_ALEN);
65 os_memcpy(mgmt.bssid, hapd->own_addr, ETH_ALEN);
66 mgmt.u.action.category = WLAN_ACTION_SA_QUERY;
67 mgmt.u.action.u.sa_query_req.action = WLAN_SA_QUERY_REQUEST;
68 os_memcpy(mgmt
[all...]
H A Dieee802_11_ht.c207 const struct ieee80211_mgmt *mgmt, size_t len)
214 const u8 *start = (const u8 *) mgmt;
217 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211,
219 mgmt->u.action.u.public_action.action);
241 hostapd_logger(hapd, mgmt->sa,
249 hostapd_logger(hapd, mgmt->sa,
274 hostapd_logger(hapd, mgmt->sa,
288 hostapd_logger(hapd, mgmt->sa,
206 hostapd_2040_coex_action(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
H A Dwmm.c232 const struct ieee80211_mgmt *mgmt,
235 const u8 *end = ((const u8 *) mgmt) + len;
245 mgmt->u.action.u.wmm_action.dialog_token,
246 MAC2STR(mgmt->sa));
251 wmm_send_action(hapd, mgmt->sa, tspec, WMM_ACTION_CODE_ADDTS_RESP,
252 mgmt->u.action.u.wmm_action.dialog_token, res);
257 const struct ieee80211_mgmt *mgmt, size_t len)
261 const u8 *pos = ((const u8 *) mgmt) + IEEE80211_HDRLEN + 4;
263 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa);
269 hostapd_logger(hapd, mgmt
231 wmm_addts_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, struct wmm_tspec_element *tspec, size_t len) argument
256 hostapd_wmm_action(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
[all...]
H A Dwnm_ap.c50 struct ieee80211_mgmt *mgmt; local
92 mgmt = os_zalloc(sizeof(*mgmt) + wnmsleep_ie_len +
94 if (mgmt == NULL) {
99 os_memcpy(mgmt->da, addr, ETH_ALEN);
100 os_memcpy(mgmt->sa, hapd->own_addr, ETH_ALEN);
101 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
102 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
104 mgmt->u.action.category = WLAN_ACTION_WNM;
105 mgmt
255 struct ieee80211_mgmt *mgmt; local
379 ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
417 struct ieee80211_mgmt *mgmt; local
482 struct ieee80211_mgmt *mgmt; local
533 struct ieee80211_mgmt *mgmt; local
[all...]
H A Dbeacon.c543 const struct ieee80211_mgmt *mgmt, size_t len,
554 ie = mgmt->u.probe_req.variable;
555 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req))
557 ie_len = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req));
561 mgmt->sa, mgmt->da, mgmt->bssid,
570 MAC2STR(mgmt->sa));
577 MAC2STR(mgmt->sa));
632 "broadcast SSID ignored", MAC2STR(mgmt
542 handle_probe_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ssi_signal) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.c170 const struct ieee80211_mgmt *mgmt,
181 ap = ap_get_ap(iface, mgmt->bssid);
183 ap = ap_ap_add(iface, mgmt->bssid);
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
H A Dctrl_iface_ap.c239 struct ieee80211_mgmt *mgmt; local
246 mgmt = os_zalloc(sizeof(*mgmt) + 100);
247 if (mgmt == NULL)
250 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
254 fc2str(mgmt->frame_control));
256 os_memcpy(mgmt->da, addr, ETH_ALEN);
257 os_memcpy(mgmt->sa, hapd->own_addr, ETH_ALEN);
258 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
260 mgmt
308 struct ieee80211_mgmt mgmt; local
368 struct ieee80211_mgmt mgmt; local
[all...]
H A Dieee802_11_shared.c52 struct ieee80211_mgmt mgmt; local
60 os_memset(&mgmt, 0, sizeof(mgmt));
61 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
63 os_memcpy(mgmt.da, addr, ETH_ALEN);
64 os_memcpy(mgmt.sa, hapd->own_addr, ETH_ALEN);
65 os_memcpy(mgmt.bssid, hapd->own_addr, ETH_ALEN);
66 mgmt.u.action.category = WLAN_ACTION_SA_QUERY;
67 mgmt.u.action.u.sa_query_req.action = WLAN_SA_QUERY_REQUEST;
68 os_memcpy(mgmt
[all...]
H A Dieee802_11_ht.c207 const struct ieee80211_mgmt *mgmt, size_t len)
214 const u8 *start = (const u8 *) mgmt;
217 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211,
219 mgmt->u.action.u.public_action.action);
241 hostapd_logger(hapd, mgmt->sa,
249 hostapd_logger(hapd, mgmt->sa,
274 hostapd_logger(hapd, mgmt->sa,
288 hostapd_logger(hapd, mgmt->sa,
206 hostapd_2040_coex_action(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
H A Dwmm.c232 const struct ieee80211_mgmt *mgmt,
235 const u8 *end = ((const u8 *) mgmt) + len;
245 mgmt->u.action.u.wmm_action.dialog_token,
246 MAC2STR(mgmt->sa));
251 wmm_send_action(hapd, mgmt->sa, tspec, WMM_ACTION_CODE_ADDTS_RESP,
252 mgmt->u.action.u.wmm_action.dialog_token, res);
257 const struct ieee80211_mgmt *mgmt, size_t len)
261 const u8 *pos = ((const u8 *) mgmt) + IEEE80211_HDRLEN + 4;
263 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa);
269 hostapd_logger(hapd, mgmt
231 wmm_addts_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, struct wmm_tspec_element *tspec, size_t len) argument
256 hostapd_wmm_action(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
[all...]
H A Dwnm_ap.c50 struct ieee80211_mgmt *mgmt; local
92 mgmt = os_zalloc(sizeof(*mgmt) + wnmsleep_ie_len +
94 if (mgmt == NULL) {
99 os_memcpy(mgmt->da, addr, ETH_ALEN);
100 os_memcpy(mgmt->sa, hapd->own_addr, ETH_ALEN);
101 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
102 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
104 mgmt->u.action.category = WLAN_ACTION_WNM;
105 mgmt
255 struct ieee80211_mgmt *mgmt; local
379 ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
417 struct ieee80211_mgmt *mgmt; local
482 struct ieee80211_mgmt *mgmt; local
533 struct ieee80211_mgmt *mgmt; local
[all...]
H A Dbeacon.c543 const struct ieee80211_mgmt *mgmt, size_t len,
554 ie = mgmt->u.probe_req.variable;
555 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req))
557 ie_len = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req));
561 mgmt->sa, mgmt->da, mgmt->bssid,
570 MAC2STR(mgmt->sa));
577 MAC2STR(mgmt->sa));
632 "broadcast SSID ignored", MAC2STR(mgmt
542 handle_probe_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ssi_signal) argument
[all...]

Completed in 265 milliseconds

12