Searched refs:htype (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/common/ |
D | dhcp.h | 26 u8 htype; member 45 u8 htype; member
|
/hostap-latest/src/wps/ |
D | wps_upnp_web.c | 1351 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/ |
D | driver_wired.c | 61 u_int8_t htype; member
|
/hostap-latest/src/ap/ |
D | fils_hlp.c | 344 dhcp->op, dhcp->htype, dhcp->hlen, dhcp->hops, in fils_process_hlp_dhcp()
|
/hostap-latest/tests/hwsim/ |
D | test_fils.py | 704 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'…
|