上一页 1 2 3 4 5 6 7 8 9 10 ··· 70 下一页
摘要: 主程序 wpa_supplicant/main.c/main() wpa_supplicant_init() // 初始化wpa_global, eloop_data wpa_supplicant_add_iface() wpa_supplicant_run() 1. wpa_global对象描述全 阅读全文
posted @ 2024-09-05 23:30 codestacklinuxer 阅读(598) 评论(0) 推荐(0)
摘要: HttpHeader之User-Agent UA 串的发展史 1990 年,Tim Berners-Lee 编写了第一个浏览器 WorldWideWeb,后来改名为 Nexus。但是,Nexus 只支持文字展示。 1993 年,美国 NCSA 组织开发了 Mosaic 浏览器,能支持图片的展示使其成 阅读全文
posted @ 2024-08-17 18:40 codestacklinuxer 阅读(529) 评论(0) 推荐(0)
摘要: 例子 static rlm_rcode_t _test_sql_authenticate(UNUSED rlm_eap_t *inst, REQUEST *request) { REQUEST *fake; VALUE_PAIR *vp1, *vp2; int rc = RLM_MODULE_FAI 阅读全文
posted @ 2024-08-16 17:17 codestacklinuxer 阅读(36) 评论(0) 推荐(0)
摘要: 由于ac 上一个ssid只能配置一个portal服务器, 为了负载均衡,目前使用dns 解析,没有对某ip进行负载均衡 但是却出现了ece cwr /* RFC3168 : 6.1.1 SYN packets must not have ECT/ECN bits set * * If we rece 阅读全文
posted @ 2024-08-12 20:46 codestacklinuxer 阅读(29) 评论(0) 推荐(0)
摘要: need-call-flow-diagram-for-wpa2-eap-authentication Hello Avanindra, Here’s a detailed call flow diagram for WPA2 EAP authentication using an NPS serve 阅读全文
posted @ 2024-08-03 15:33 codestacklinuxer 阅读(64) 评论(0) 推荐(0)
摘要: 转载: When writing an HTTP server or client in Go, timeouts are amongst the easiest and most subtle things to get wrong: there’s many to choose from, an 阅读全文
posted @ 2024-07-22 17:56 codestacklinuxer 阅读(73) 评论(0) 推荐(0)
摘要: 日志报错: can't connect to remote host (123.125.14.188): Address not avaibal 根据日志查看对应代码 tr := &http.Transport{ TLSClientConfig: &tls.Config{InsecureSkipVe 阅读全文
posted @ 2024-07-22 17:41 codestacklinuxer 阅读(80) 评论(0) 推荐(0)
摘要: 代码: #include <openssl/bio.h> #include <openssl/ssl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <netdb.h 阅读全文
posted @ 2024-07-17 21:20 codestacklinuxer 阅读(85) 评论(0) 推荐(0)
摘要: 初始化: struct tls_connection * tls_connection_init(void *ssl_ctx) { struct tls_data *data = ssl_ctx; SSL_CTX *ssl = data->ssl; struct tls_connection *co 阅读全文
posted @ 2024-07-16 22:47 codestacklinuxer 阅读(81) 评论(0) 推荐(0)
摘要: SSL_read函数定义 SSL_read(3SSL) OpenSSL SSL_read(3SSL) NAME SSL_read - read bytes from a TLS/SSL connection. SYNOPSIS #include <openssl/ssl.h> int SSL_rea 阅读全文
posted @ 2024-07-16 18:09 codestacklinuxer 阅读(1033) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 70 下一页