Searched defs:OID_802_11_CAPABILITY (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c82 #define OID_802_11_CAPABILITY 0x0d010122 macro
305 #define OID_802_11_CAPABILITY 0x0d010122 macro
353 #endif /* OID_802_11_CAPABILITY */
1665 len = ndis_get_oid(drv, OID_802_11_CAPABILITY, buf, sizeof(buf));
1671 wpa_hexdump(MSG_MSGDUMP, "OID_802_11_CAPABILITY", (u8 *) buf, len);
1675 "OID_802_11_CAPABILITY data");
1678 wpa_printf(MSG_DEBUG, "NDIS: Driver supports OID_802_11_CAPABILITY - "
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c76 #define OID_802_11_CAPABILITY 0x0d010122 macro
299 #define OID_802_11_CAPABILITY 0x0d010122 macro
347 #endif /* OID_802_11_CAPABILITY */
1766 len = ndis_get_oid(drv, OID_802_11_CAPABILITY, buf, sizeof(buf));
1772 wpa_hexdump(MSG_MSGDUMP, "OID_802_11_CAPABILITY", (u8 *) buf, len);
1776 "OID_802_11_CAPABILITY data");
1779 wpa_printf(MSG_DEBUG, "NDIS: Driver supports OID_802_11_CAPABILITY - "
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c76 #define OID_802_11_CAPABILITY 0x0d010122 macro
299 #define OID_802_11_CAPABILITY 0x0d010122 macro
347 #endif /* OID_802_11_CAPABILITY */
1766 len = ndis_get_oid(drv, OID_802_11_CAPABILITY, buf, sizeof(buf));
1772 wpa_hexdump(MSG_MSGDUMP, "OID_802_11_CAPABILITY", (u8 *) buf, len);
1776 "OID_802_11_CAPABILITY data");
1779 wpa_printf(MSG_DEBUG, "NDIS: Driver supports OID_802_11_CAPABILITY - "
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c76 #define OID_802_11_CAPABILITY 0x0d010122 macro
299 #define OID_802_11_CAPABILITY 0x0d010122 macro
347 #endif /* OID_802_11_CAPABILITY */
1766 len = ndis_get_oid(drv, OID_802_11_CAPABILITY, buf, sizeof(buf));
1772 wpa_hexdump(MSG_MSGDUMP, "OID_802_11_CAPABILITY", (u8 *) buf, len);
1776 "OID_802_11_CAPABILITY data");
1779 wpa_printf(MSG_DEBUG, "NDIS: Driver supports OID_802_11_CAPABILITY - "

Completed in 67 milliseconds