Searched defs:msg_type (Results 1 – 7 of 7) sorted by relevance
/hostap/src/radius/ |
D | radius_client.c | 103 RadiusType msg_type; member 291 RadiusType msg_type, in radius_client_register() 348 int s, RadiusType msg_type) in radius_client_handle_send_error() 724 RadiusType msg_type, in radius_client_list_add() 850 struct radius_msg *msg, RadiusType msg_type, in radius_client_send() 978 int sock, RadiusType msg_type) in radius_client_close_tcp() 994 int sock, RadiusType msg_type, in radius_client_process_tls_handshake() 1110 RadiusType msg_type = (uintptr_t) sock_ctx; in radius_client_receive() local 1337 RadiusType msg_type = (uintptr_t) sock_ctx; in radius_client_write_ready() local
|
/hostap/src/wps/ |
D | wps_attr_build.c | 276 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) in wps_build_msg_type()
|
D | wps_attr_parse.h | 18 const u8 *msg_type; /* 1 octet */ member
|
D | wps_validate.c | 545 static int wps_validate_msg_type(const u8 *msg_type, int mandatory) in wps_validate_msg_type()
|
/hostap/tests/hwsim/ |
D | netlink.py | 109 def __init__(self, msg_type, flags=0, seq=-1, payload=None): argument
|
D | test_ap_wps.py | 6480 def recv_wsc_msg(dev, opcode, msg_type): argument 6490 def build_attr_msg_type(msg_type): argument 6745 def build_ack(eap_id, e_nonce, r_nonce, msg_type=WPS_WSC_ACK, eap_code=1): argument 6757 msg_type=WPS_WSC_NACK, eap_code=1): argument
|
/hostap/src/ap/ |
D | wps_hostapd.c | 1696 enum wps_msg_type msg_type) in hostapd_rx_req_put_wlan_response()
|