Searched refs:xhdr (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_1x.c | 55 struct ieee802_1x_hdr *xhdr; in ieee802_1x_send() local 59 len = sizeof(*xhdr) + datalen; in ieee802_1x_send() 67 xhdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_send() 68 xhdr->version = hapd->conf->eapol_version; in ieee802_1x_send() 70 if (xhdr->version > 2 && hapd->conf->macsec_policy == 0) in ieee802_1x_send() 71 xhdr->version = 2; in ieee802_1x_send() 73 xhdr->type = type; in ieee802_1x_send() 74 xhdr->length = host_to_be16(datalen); in ieee802_1x_send() 77 os_memcpy(xhdr + 1, data, datalen); in ieee802_1x_send() 2563 const struct ieee802_1x_hdr *xhdr in ieee802_1x_eapol_tx_status() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_1x.c | 55 struct ieee802_1x_hdr *xhdr; in ieee802_1x_send() local 59 len = sizeof(*xhdr) + datalen; in ieee802_1x_send() 68 xhdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_send() 69 xhdr->version = hapd->conf->eapol_version; in ieee802_1x_send() 71 if (xhdr->version > 2 && hapd->conf->macsec_policy == 0) in ieee802_1x_send() 72 xhdr->version = 2; in ieee802_1x_send() 74 xhdr->type = type; in ieee802_1x_send() 75 xhdr->length = host_to_be16(datalen); in ieee802_1x_send() 78 os_memcpy(xhdr + 1, data, datalen); in ieee802_1x_send() 2557 const struct ieee802_1x_hdr *xhdr in ieee802_1x_eapol_tx_status() local [all...] |
/third_party/python/Lib/ |
H A D | nntplib.py | 13 >>> resp, subs = s.xhdr('subject', '{0}-{1}'.format(first, last)) 810 def xhdr(self, hdr, str, *, file=None): member in NNTP
|
/third_party/python/Lib/test/ |
H A D | test_nntplib.py | 165 resp, lines = self.server.xhdr('subject', last)
|
Completed in 10 milliseconds