Home
last modified time | relevance | path

Searched refs:htype (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/src/common/
Ddhcp.h26 u8 htype; member
45 u8 htype; member
/hostap-latest/src/wps/
Dwps_upnp_web.c1351 enum httpread_hdr_type htype = http_request_get_type(req); in web_connection_check_data() local
1365 htype, inet_ntoa(cli->sin_addr), htons(cli->sin_port)); in web_connection_check_data()
1367 switch (htype) { in web_connection_check_data()
/hostap-latest/src/drivers/
Ddriver_wired.c61 u_int8_t htype; member
/hostap-latest/src/ap/
Dfils_hlp.c344 dhcp->op, dhcp->htype, dhcp->hlen, dhcp->hops, in fils_process_hlp_dhcp()
/hostap-latest/tests/hwsim/
Dtest_fils.py704 htype = 1 # Hardware address type; 1 = Ethernet
720 payload = struct.pack('>BBBBLHH', op, htype, hlen, hops, xid, secs, flags)
859 …op, htype, hlen, hops, xid, secs, flags, ciaddr, yiaddr, siaddr, giaddr = struct.unpack('>4BL2H4L'…