Searched refs:act (Results 1 – 14 of 14) sorted by relevance
| /hostap-latest/src/drivers/ |
| D | driver_atheros.c | 2070 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 …]
|
| D | driver_nl80211_event.c | 3497 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/ |
| D | WifiReceiver.java | 27 String act = intent.getAction(); in onReceive() local 28 Log.d(TAG, "Received broadcast intent: action=" + act); in onReceive()
|
| /hostap-latest/tests/hwsim/ |
| D | test_scs.py | 26 categ, act, dialog_token = struct.unpack('BBB', msg['payload'][0:3]) 27 if categ != 19 or act != 0:
|
| D | test_mscs.py | 31 categ, act, dialog_token = struct.unpack('BBB', msg['payload'][0:3]) 32 if categ != 19 or act != 4:
|
| D | test_fst_module.py | 2323 act = req + stie + mbie 2324 dev.request("MGMT_TX %s %s freq=%d action=%s" % (dst, dst, freq, act))
|
| D | test_ap_wps.py | 3023 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/ |
| D | eap_teap.c | 1214 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()
|
| D | eap_fast.c | 742 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/ |
| D | README-DPP | 47 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
|
| D | wnm_sta.c | 1952 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()
|
| D | ChangeLog | 1387 (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/ |
| D | README-WPS | 215 When an external Registrar is used, the AP can act as an Enrollee and
|
| D | ChangeLog | 804 (hostapd can now be configured to act as an integrated WPS Registrar
|