Home
last modified time | relevance | path

Searched refs:act (Results 1 – 14 of 14) sorted by relevance

/hostap-latest/src/drivers/
Ddriver_atheros.c2070 struct ieee80211_p2p_send_action *act; in atheros_send_action() local
2073 act = os_zalloc(sizeof(*act) + data_len); in atheros_send_action()
2074 if (act == NULL) in atheros_send_action()
2076 act->freq = freq; in atheros_send_action()
2077 os_memcpy(act->dst_addr, dst, ETH_ALEN); in atheros_send_action()
2078 os_memcpy(act->src_addr, src, ETH_ALEN); in atheros_send_action()
2079 os_memcpy(act->bssid, bssid, ETH_ALEN); in atheros_send_action()
2080 os_memcpy(act + 1, data, data_len); in atheros_send_action()
2083 __func__, act->freq, wait, MAC2STR(act->dst_addr), in atheros_send_action()
2084 MAC2STR(act->src_addr), MAC2STR(act->bssid)); in atheros_send_action()
[all …]
Ddriver_nl80211_event.c3497 enum nl80211_external_auth_action act; in nl80211_external_auth() local
3507 act = nla_get_u32(tb[NL80211_ATTR_EXTERNAL_AUTH_ACTION]); in nl80211_external_auth()
3508 switch (act) { in nl80211_external_auth()
/hostap-latest/wpadebug/src/w1/fi/wpadebug/
DWifiReceiver.java27 String act = intent.getAction(); in onReceive() local
28 Log.d(TAG, "Received broadcast intent: action=" + act); in onReceive()
/hostap-latest/tests/hwsim/
Dtest_scs.py26 categ, act, dialog_token = struct.unpack('BBB', msg['payload'][0:3])
27 if categ != 19 or act != 0:
Dtest_mscs.py31 categ, act, dialog_token = struct.unpack('BBB', msg['payload'][0:3])
32 if categ != 19 or act != 4:
Dtest_fst_module.py2323 act = req + stie + mbie
2324 dev.request("MGMT_TX %s %s freq=%d action=%s" % (dst, dst, freq, act))
Dtest_ap_wps.py3023 act = ET.SubElement(body, "{%s}%s" % (wpsns, action))
3025 msg = ET.SubElement(act, "NewMessage")
3028 msg = ET.SubElement(act, "NewWLANEventType")
3031 msg = ET.SubElement(act, "NewWLANEventMAC")
3099 for act in ["foo",
3105 soap_action_override=act)
/hostap-latest/src/eap_peer/
Deap_teap.c1214 struct teap_tlv_request_action *act; in eap_teap_pac_request() local
1218 req = wpabuf_alloc(sizeof(*act) + sizeof(*pac) + sizeof(*type)); in eap_teap_pac_request()
1223 act = wpabuf_put(req, sizeof(*act)); in eap_teap_pac_request()
1224 act->tlv_type = host_to_be16(TEAP_TLV_REQUEST_ACTION); in eap_teap_pac_request()
1225 act->length = host_to_be16(2); in eap_teap_pac_request()
1226 act->status = TEAP_STATUS_SUCCESS; in eap_teap_pac_request()
1227 act->action = TEAP_REQUEST_ACTION_PROCESS_TLV; in eap_teap_pac_request()
Deap_fast.c742 struct eap_tlv_request_action_tlv *act; in eap_fast_write_pac_request() local
745 act = (struct eap_tlv_request_action_tlv *) pos; in eap_fast_write_pac_request()
746 act->tlv_type = host_to_be16(EAP_TLV_REQUEST_ACTION_TLV); in eap_fast_write_pac_request()
747 act->length = host_to_be16(2); in eap_fast_write_pac_request()
748 act->action = host_to_be16(EAP_TLV_ACTION_PROCESS_TLV); in eap_fast_write_pac_request()
750 pac = (struct eap_tlv_hdr *) (act + 1); in eap_fast_write_pac_request()
/hostap-latest/wpa_supplicant/
DREADME-DPP47 Any STA or AP device can act as a Configurator. Enable DPP in build
48 config. For an AP to act as a Configurator, Interworking needs to be
Dwnm_sta.c1952 u8 act; in ieee802_11_rx_wnm_action() local
1958 act = *pos++; in ieee802_11_rx_wnm_action()
1962 act, MAC2STR(mgmt->sa)); in ieee802_11_rx_wnm_action()
1972 switch (act) { in ieee802_11_rx_wnm_action()
DChangeLog1387 (wpa_supplicant can now be configured to act as a WPS Enrollee to
1389 addition, wpa_supplicant can act as a wireless WPS Registrar to
/hostap-latest/hostapd/
DREADME-WPS215 When an external Registrar is used, the AP can act as an Enrollee and
DChangeLog804 (hostapd can now be configured to act as an integrated WPS Registrar