Searched refs:attr_add_str (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/wlantest/ |
D | ctrl.c | 72 static u8 * attr_add_str(u8 *pos, u8 *end, enum wlantest_ctrl_attr attr, in attr_add_str() function 772 pos = attr_add_str(pos, buf + sizeof(buf), WLANTEST_ATTR_VERSION, in ctrl_version() 1070 pos = attr_add_str(pos, end, WLANTEST_ATTR_INFO, resp); in ctrl_info_sta() 1124 pos = attr_add_str(pos, end, WLANTEST_ATTR_INFO, resp); in ctrl_info_bss()
|
D | wlantest_cli.c | 74 static u8 * attr_add_str(u8 *pos, u8 *end, enum wlantest_ctrl_attr attr, in attr_add_str() function 1187 pos = attr_add_str(pos, end, WLANTEST_ATTR_PASSPHRASE, in cmd_add_passphrase() 1220 pos = attr_add_str(pos, end, WLANTEST_ATTR_WEPKEY, argv[0]); in cmd_add_wepkey()
|