Searched refs:mgmt (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11-stable/contrib/ofed/libibmad/
H A Dregister.c78 int mad_class_agent(int mgmt) argument
80 if (mgmt < 1 || mgmt >= MAX_CLASS)
82 return ibmp->class_agents[mgmt];
85 int mad_register_port_client(int port_id, int mgmt, uint8_t rmpp_version) argument
89 if ((vers = mgmt_class_vers(mgmt)) <= 0) {
90 DEBUG("Unknown class %d mgmt_class", mgmt);
94 agent = umad_register(port_id, mgmt, vers, rmpp_version, 0);
96 DEBUG("Can't register agent for class %d", mgmt);
101 int mad_register_client(int mgmt, uint8_ argument
106 mad_register_client_via(int mgmt, uint8_t rmpp_version, struct ibmad_port *srcport) argument
123 mad_register_server(int mgmt, uint8_t rmpp_version, long method_mask[], uint32_t class_oui) argument
130 mad_register_server_via(int mgmt, uint8_t rmpp_version, long method_mask[], uint32_t class_oui, struct ibmad_port *srcport) argument
[all...]
H A Drpc.c383 int mgmt = *mgmt_classes++; local
385 if (mgmt == IB_SA_CLASS)
387 if (mad_register_client_via(mgmt, rmpp_version, ibmp) < 0)
388 IBPANIC("client_register for mgmt class %d failed",
389 mgmt);
434 int mgmt = *mgmt_classes++; local
436 if (mgmt == IB_SA_CLASS)
438 if (mgmt < 0 || mgmt >= MAX_CLASS ||
439 mad_register_client_via(mgmt, rmpp_versio
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwnm_ap.c52 struct ieee80211_mgmt *mgmt; local
125 mgmt = os_zalloc(sizeof(*mgmt) + wnmsleep_ie_len +
128 if (mgmt == NULL) {
134 os_memcpy(mgmt->da, addr, ETH_ALEN);
135 os_memcpy(mgmt->sa, hapd->own_addr, ETH_ALEN);
136 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
137 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
139 mgmt->u.action.category = WLAN_ACTION_WNM;
140 mgmt
344 struct ieee80211_mgmt *mgmt; local
578 ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
624 struct ieee80211_mgmt *mgmt; local
689 struct ieee80211_mgmt *mgmt; local
741 struct ieee80211_mgmt *mgmt; local
816 struct ieee80211_mgmt *mgmt; local
[all...]
H A Dwmm.h20 const struct ieee80211_mgmt *mgmt, size_t len);
H A Dieee802_11.c68 const struct ieee80211_mgmt *mgmt, size_t len,
980 const struct ieee80211_mgmt *mgmt, size_t len,
996 pos = mgmt->u.auth.variable;
997 end = ((const u8 *) mgmt) + len;
998 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE,
1006 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE,
1049 pos = mgmt->u.auth.variable;
1050 end = ((const u8 *) mgmt)
979 handle_auth_sae(struct hostapd_data *hapd, struct sta_info *sta, const struct ieee80211_mgmt *mgmt, size_t len, u16 auth_transaction, u16 status_code) argument
1323 auth_sae_queue(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int rssi) argument
1384 const struct ieee80211_mgmt *mgmt; local
2028 handle_auth(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int rssi, int from_queue) argument
3858 handle_assoc(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int rssi) argument
4266 handle_disassoc(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
4330 handle_deauth(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
4368 handle_beacon(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, struct hostapd_frame_info *fi) argument
4398 handle_action(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, unsigned int freq) argument
4611 struct ieee80211_mgmt *mgmt; local
4709 handle_auth_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
4784 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
4940 handle_deauth_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
4964 handle_disassoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
4988 handle_action_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
5059 const struct ieee80211_mgmt *mgmt; local
[all...]
H A Dwmm.c293 const struct ieee80211_mgmt *mgmt,
296 const u8 *end = ((const u8 *) mgmt) + len;
306 mgmt->u.action.u.wmm_action.dialog_token,
307 MAC2STR(mgmt->sa));
312 wmm_send_action(hapd, mgmt->sa, tspec, WMM_ACTION_CODE_ADDTS_RESP,
313 mgmt->u.action.u.wmm_action.dialog_token, res);
318 const struct ieee80211_mgmt *mgmt, size_t len)
322 const u8 *pos = ((const u8 *) mgmt) + IEEE80211_HDRLEN + 4;
324 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa);
330 hostapd_logger(hapd, mgmt
292 wmm_addts_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, struct wmm_tspec_element *tspec, size_t len) argument
317 hostapd_wmm_action(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
[all...]
H A Dap_list.h36 const struct ieee80211_mgmt *mgmt,
H A Dctrl_iface_ap.c431 struct ieee80211_mgmt *mgmt; local
438 mgmt = os_zalloc(sizeof(*mgmt) + 100);
439 if (mgmt == NULL)
442 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
446 fc2str(le_to_host16(mgmt->frame_control)));
448 os_memcpy(mgmt->da, addr, ETH_ALEN);
449 os_memcpy(mgmt->sa, hapd->own_addr, ETH_ALEN);
450 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
452 mgmt
500 struct ieee80211_mgmt mgmt; local
563 struct ieee80211_mgmt mgmt; local
[all...]
H A Dbeacon.h16 const struct ieee80211_mgmt *mgmt, size_t len,
H A Dwnm_ap.h15 const struct ieee80211_mgmt *mgmt, size_t len);
H A Drrm.h30 const struct ieee80211_mgmt *mgmt,
H A Drrm.c98 const struct ieee80211_mgmt *mgmt = (const struct ieee80211_mgmt *) buf; local
103 token = mgmt->u.action.u.rrm.dialog_token;
104 pos = mgmt->u.action.u.rrm.variable;
124 hostapd_handle_beacon_report(hapd, mgmt->sa, token,
281 const struct ieee80211_mgmt *mgmt = (const struct ieee80211_mgmt *) buf; local
296 token = mgmt->u.action.u.rrm.dialog_token;
297 pos = mgmt->u.action.u.rrm.variable;
332 hostapd_send_nei_report_resp(hapd, mgmt->sa, token, &ssid, lci, civic,
340 const struct ieee80211_mgmt *mgmt = (const struct ieee80211_mgmt *) buf; local
350 mgmt
665 hostapd_rrm_beacon_req_tx_status(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
[all...]
H A Dieee802_11_shared.c57 struct ieee80211_mgmt *mgmt; local
93 mgmt = os_zalloc(sizeof(*mgmt) + oci_ie_len);
94 if (!mgmt) {
101 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
103 os_memcpy(mgmt->da, addr, ETH_ALEN);
104 os_memcpy(mgmt->sa, hapd->own_addr, ETH_ALEN);
105 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
106 mgmt->u.action.category = WLAN_ACTION_SA_QUERY;
107 mgmt
206 ieee802_11_sa_query_action(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
[all...]
H A Dieee802_11_ht.c230 const struct ieee80211_mgmt *mgmt, size_t len)
237 const u8 *start = (const u8 *) mgmt;
243 MACSTR, MAC2STR(mgmt->sa));
245 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211,
247 mgmt->u.action.u.public_action.action);
291 sta = ap_get_sta(hapd, mgmt->sa);
298 hostapd_logger(hapd, mgmt->sa,
308 hostapd_logger(hapd, mgmt->sa,
339 hostapd_logger(hapd, mgmt->sa,
355 hostapd_logger(hapd, mgmt
229 hostapd_2040_coex_action(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
[all...]
H A Dbeacon.c731 const struct ieee80211_mgmt *mgmt, size_t len,
752 ie = ((const u8 *) mgmt) + IEEE80211_HDRLEN;
754 sta_track_add(hapd->iface, mgmt->sa, ssi_signal);
757 ret = ieee802_11_allowed_address(hapd, mgmt->sa, (const u8 *) mgmt, len,
764 " due to ACL reject ", MAC2STR(mgmt->sa));
770 mgmt->sa, mgmt->da, mgmt->bssid,
779 MAC2STR(mgmt
730 handle_probe_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ssi_signal) argument
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.h28 const struct ieee80211_mgmt *mgmt, size_t len);
34 const struct ieee80211_mgmt *mgmt,
33 mesh_mpm_action_rx(struct wpa_supplicant *wpa_s, const struct ieee80211_mgmt *mgmt, size_t len) argument
/freebsd-11-stable/release/scripts/
H A Dmake-pkg-package.sh13 export WRKDIR=$(make -C ${PORTSDIR}/ports-mgmt/pkg -V WRKDIR)
15 make -C ${PORTSDIR}/ports-mgmt/pkg TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
H A Dpkg-stage.sh22 ports-mgmt/pkg
23 ports-mgmt/portmaster
46 /usr/bin/make -C ${PORTSDIR}/ports-mgmt/pkg install clean
/freebsd-11-stable/release/picobsd/floppy.tree/etc/
H A Dsnmpd.conf41 view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc
/freebsd-11-stable/sys/modules/nxge/
H A DMakefile38 SRCS+= xgehal-mgmt.c
50 CWARNFLAGS.xgehal-mgmt.c= ${NO_WSELF_ASSIGN}
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst_session.c359 const struct ieee80211_mgmt *mgmt,
378 (((const u8 *) mgmt) + IEEE80211_HDRLEN + 1);
395 fst_iface_update_mb_ie(iface, mgmt->sa, (const u8 *) (req + 1),
399 MAC2STR(mgmt->sa));
402 new_iface = fst_group_get_peer_other_connection(iface, mgmt->sa,
415 s = fst_find_session_in_progress(mgmt->sa, g);
434 os_memcmp(mgmt->da, mgmt->sa, ETH_ALEN) > 0) {
438 MAC2STR(mgmt->da));
485 fst_session_set_peer_addr(s, mgmt
358 fst_session_handle_setup_request(struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, size_t frame_len) argument
500 fst_session_handle_setup_response(struct fst_session *s, struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, size_t frame_len) argument
604 fst_session_handle_tear_down(struct fst_session *s, struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, size_t frame_len) argument
639 fst_session_handle_ack_request(struct fst_session *s, struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, size_t frame_len) argument
703 fst_session_handle_ack_response(struct fst_session *s, struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, size_t frame_len) argument
1071 fst_session_handle_action(struct fst_session *s, struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, size_t frame_len) argument
1194 fst_session_on_action_rx(struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, size_t len) argument
[all...]
H A Dfst.c166 void fst_rx_action(struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, argument
169 if (fst_iface_is_connected(iface, mgmt->sa, FALSE))
170 fst_session_on_action_rx(iface, mgmt, len);
174 MACSTR, MAC2STR(mgmt->sa));
H A Dfst_session.h35 const struct ieee80211_mgmt *mgmt,
56 const struct ieee80211_mgmt *mgmt, size_t len);
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal.h42 #include <dev/nxge/include/xgehal-mgmt.h>
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c150 const struct ieee80211_mgmt *mgmt; local
165 mgmt = (const struct ieee80211_mgmt *) frame;
166 if (len < 24 + sizeof(mgmt->u.auth)) {
172 os_memcpy(drv->auth_bssid, mgmt->sa, ETH_ALEN);
175 os_memcpy(event.auth.peer, mgmt->sa, ETH_ALEN);
176 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg);
178 le_to_host16(mgmt->u.auth.auth_transaction);
179 event.auth.status_code = le_to_host16(mgmt->u.auth.status_code);
180 if (len > 24 + sizeof(mgmt->u.auth)) {
181 event.auth.ies = mgmt
213 const struct ieee80211_mgmt *mgmt; local
638 const struct ieee80211_mgmt *mgmt; local
720 const struct ieee80211_mgmt *mgmt; local
846 const struct ieee80211_mgmt *mgmt; local
[all...]

Completed in 308 milliseconds

123