Home
last modified time | relevance | path

Searched refs:subnet_mask (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddhcp_snoop.c41 u32 subnet_mask = 0; in handle_dhcp() local
74 subnet_mask = WPA_GET_BE32(&opt[2]); in handle_dhcp()
75 if (subnet_mask == 0) in handle_dhcp()
77 while (!(subnet_mask & 0x1)) { in handle_dhcp()
78 subnet_mask >>= 1; in handle_dhcp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddhcp_snoop.c41 u32 subnet_mask = 0; in handle_dhcp() local
74 subnet_mask = WPA_GET_BE32(&opt[2]); in handle_dhcp()
75 if (subnet_mask == 0) in handle_dhcp()
77 while (!(subnet_mask & 0x1)) { in handle_dhcp()
78 subnet_mask >>= 1; in handle_dhcp()