HomeSort by relevance Sort by last modified time
    Searched defs:mandatory (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant/
eap_tlv.c 42 *pos++ = 0x80; /* Mandatory */
79 *pos++ = 0x80; /* Mandatory */
113 int tlv_type, mandatory; local
121 mandatory = !!(pos[0] & 0x80);
142 mandatory ? " (mandatory)" : "");
143 if (mandatory) {
eap_fast.c 1532 int mandatory, tlv_type; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_peap.c 211 wpabuf_put_u8(msg, 0x80); /* Mandatory */
371 wpabuf_put_u8(msg, 0x80); /* Mandatory */
469 int tlv_type, mandatory; local
477 mandatory = !!(pos[0] & 0x80);
502 mandatory ? " (mandatory)" : "");
503 if (mandatory) {
    [all...]
eap_fast.c 1055 int mandatory, tlv_type, len, res; local
1064 mandatory = pos[0] & 0x80;
1075 tlv_type, len, mandatory ? " (mandatory)" : "");
1081 if (mandatory) {
1083 "mandatory TLV type %d", tlv_type);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 1127 int mandatory, tlv_type, len, res; local
1135 mandatory = pos[0] & 0x80;
1146 tlv_type, len, mandatory ? " (mandatory)" : "");
1152 if (mandatory) {
1154 "mandatory TLV type %d", tlv_type);
    [all...]
eap_peap.c 388 wpabuf_put_u8(buf, 0x80); /* Mandatory */
651 int tlv_type, mandatory, tlv_len; local
662 mandatory = !!(pos[0] & 0x80);
687 mandatory ? " (mandatory)" : "");
688 if (mandatory) {
769 int tlv_type, mandatory, tlv_len, vtlv_len; local
783 mandatory = !!(pos[0] & 0x80);
808 if (mandatory) {
816 mandatory = !!(vpos[0] & 0x80)
    [all...]
  /external/elfutils/src/
elflint.c 1311 static const bool mandatory[DT_NUM] = local
    [all...]

Completed in 299 milliseconds