Searched refs:IW_ENCODE_ALG_CCMP (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | wifi_port.c | 251 case IW_ENCODE_ALG_CCMP: in _find_ap_from_scan_buf() 582 case IW_ENCODE_ALG_CCMP: in specified_scan_result_handler()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_conf.c | 232 ret = wext_set_key_ext(WLAN0_NAME, IW_ENCODE_ALG_CCMP, NULL, 0, 0, 0, 0, NULL, 0); in wifi_connect_local() 288 ret = wext_set_key_ext(WLAN0_NAME, IW_ENCODE_ALG_CCMP, NULL, 0, 0, 0, 0, NULL, 0); in wifi_connect_bssid_local() 1755 ret = wext_set_key_ext(ifname, IW_ENCODE_ALG_CCMP, NULL, 0, 0, 0, 0, NULL, 0); in wifi_start_ap() 1867 ret = wext_set_key_ext(ifname, IW_ENCODE_ALG_CCMP, NULL, 0, 0, 0, 0, NULL, 0); in wifi_start_ap_with_hidden_ssid() 2086 case IW_ENCODE_ALG_CCMP: in wifi_scan_networks_with_ssid() 2572 case IW_ENCODE_ALG_CCMP: in wifi_get_setting() 2580 if(security == IW_ENCODE_ALG_TKIP || security == IW_ENCODE_ALG_CCMP) in wifi_get_setting()
|
A D | wifi_simple_config.c | 454 else if(security_mode == IW_ENCODE_ALG_CCMP) in SC_softAP_find_ap_from_scan_buf() 685 case IW_ENCODE_ALG_CCMP: in SC_translate_iw_security_mode()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/ |
A D | wireless.h | 674 #define IW_ENCODE_ALG_CCMP 3 macro
|
Completed in 16 milliseconds